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-11-20T09:53:33.353Z||main|||||INFO|500||The following profiles are active: basic 2021-11-20T09:53:51.898Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-20T09:53:51.898Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-20T09:53:52.049Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-20T09:53:57.745Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-20T09:53:58.710Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-20T09:53:59.481Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-20T09:53:59.489Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-20T09:53:59.667Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-20T09:54:00.079Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-20T09:54:00.964Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-20T09:54:07.581Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-20T09:54:09.752Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-20T09:54:09.811Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-20T09:54:10.415Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-20T09:54:10.579Z||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-11-20T09:54:11.946Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-20T09:54:13.079Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-20T09:54:13.113Z||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$$2538ded1.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-11-20T09:54:13.114Z||main|||||WARN|500||The sdc end point is not alive 2021-11-20T09:54:16.509Z||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-11-20T09:54:19.474Z||main|||||WARN|500||--- 2021-11-20T09:54:19.475Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-20T09:54:19.475Z||main|||||WARN|500||--- 2021-11-20T09:54:19.964Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-20T09:54:25.616Z||main|||||INFO|500||Started Application in 55.729 seconds (JVM running for 62.167) 2021-11-20T09:54:25.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T09:54:25.640Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T09:54:25.659Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T09:54:25.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T09:54:25.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62cad2ac-3375-4a98-aa1e-4c6412be83d9 url= /sdc/v1/artifactTypes 2021-11-20T09:54:25.766Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T09:54:26.102Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T09:54:26.130Z||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-11-20T09:54:26.155Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T09:54:26.163Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-20T09:54:26.286Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:54:26.307Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ec1a0bf1-7c8c-480b-bc84-204199dfc467 url= /sdc/v1/registerForDistribution 2021-11-20T09:54:26.643Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ec1a0bf1-7c8c-480b-bc84-204199dfc467 url= /sdc/v1/registerForDistribution 2021-11-20T09:54:26.644Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-20T09:54:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:54:26.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:54:26.669Z||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-11-20T09:54:26.669Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:54:26.670Z||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-11-20T09:54:26.670Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:54:26.672Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-20T09:54:37.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:54:37.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:55:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:55:26.658Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:55:26.660Z||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-11-20T09:55:26.660Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:55:26.661Z||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-11-20T09:55:26.661Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:55:36.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:55:36.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:56:26.652Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:56:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:56:26.655Z||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-11-20T09:56:26.655Z||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-11-20T09:56:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:56:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:56:36.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:56:36.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:57:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:57:26.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:57:26.656Z||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-11-20T09:57:26.657Z||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-11-20T09:57:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:57:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:57:36.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:57:36.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:58:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:58:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:58:26.655Z||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-11-20T09:58:26.655Z||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-11-20T09:58:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:58:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:58:36.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:58:36.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:59:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:59:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T09:59:26.656Z||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-11-20T09:59:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:59:26.656Z||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-11-20T09:59:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T09:59:36.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T09:59:36.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:00:26.651Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:00:26.653Z||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-11-20T10:00:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:00:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:00:26.654Z||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-11-20T10:00:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:00:36.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:00:36.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:01:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:01:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:01:26.655Z||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-11-20T10:01:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:01:26.655Z||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-11-20T10:01:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:01:36.215Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:01:36.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:02:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:02:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:02:26.656Z||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-11-20T10:02:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:02:26.658Z||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-11-20T10:02:26.659Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:02:36.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:02:36.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:03:26.651Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:03:26.652Z||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-11-20T10:03:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:03:26.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:03:26.654Z||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-11-20T10:03:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:03:36.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:03:36.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:03:47.521Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-20T10:04:26.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:04:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:04:26.655Z||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-11-20T10:04:26.655Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-20T10:04:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:04:26.656Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:04:36.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:04:36.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:05:26.651Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:05:26.652Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-20T10:05:26.653Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:05:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:05:26.654Z||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-11-20T10:05:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:05:36.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:05:36.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:06:26.651Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:06:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:06:26.654Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-20T10:06:26.654Z||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-11-20T10:06:26.654Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:06:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:06:36.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:06:36.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:07:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:07:26.653Z||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-11-20T10:07:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:07:26.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:07:26.655Z||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-11-20T10:07:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:07:36.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:07:36.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:08:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:08:26.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:08:26.654Z||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-11-20T10:08:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:08:26.654Z||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-11-20T10:08:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:08:36.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:08:36.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:09:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:09:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:09:26.655Z||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-11-20T10:09:26.655Z||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-11-20T10:09:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:09:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:09:36.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:09:36.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:10:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:10:26.652Z||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-11-20T10:10:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:10:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:10:26.654Z||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-11-20T10:10:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:10:36.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:10:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:11:26.652Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:11:26.654Z||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-11-20T10:11:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:11:26.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:11:26.656Z||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-11-20T10:11:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:11:36.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:11:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:12:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:12:26.652Z||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-11-20T10:12:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:12:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:12:26.654Z||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-11-20T10:12:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:12:36.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:12:36.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:13:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:13:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:13:26.654Z||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-11-20T10:13:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:13:26.654Z||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-11-20T10:13:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:13:36.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:13:36.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:14:26.653Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:14:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:14:26.655Z||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-11-20T10:14:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:14:26.655Z||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-11-20T10:14:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:14:36.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:14:36.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:15:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:15:26.652Z||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-11-20T10:15:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:15:26.653Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:15:26.655Z||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-11-20T10:15:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:15:36.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:15:36.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:16:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:16:26.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:16:26.656Z||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-11-20T10:16:26.656Z||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-11-20T10:16:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:16:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:16:36.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:16:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:17:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:17:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:17:26.656Z||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-11-20T10:17:26.656Z||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-11-20T10:17:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:17:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:17:36.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:17:36.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:18:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:18:26.652Z||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-11-20T10:18:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:18:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:18:26.658Z||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-11-20T10:18:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:18:36.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:18:36.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:19:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:19:26.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:19:26.655Z||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-11-20T10:19:26.655Z||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-11-20T10:19:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:19:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:19:36.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:19:36.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:20:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:20:26.652Z||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-11-20T10:20:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:20:26.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:20:26.658Z||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-11-20T10:20:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:20:36.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:20:36.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:21:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:21:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:21:26.655Z||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-11-20T10:21:26.655Z||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-11-20T10:21:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:21:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:21:36.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:21:36.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:22:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:22:26.653Z||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-11-20T10:22:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:22:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:22:26.654Z||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-11-20T10:22:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:22:36.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:22:36.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:23:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:23:26.653Z||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-11-20T10:23:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:23:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:23:26.654Z||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-11-20T10:23:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:23:36.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:23:36.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:24:26.652Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:24:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:24:26.655Z||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-11-20T10:24:26.655Z||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-11-20T10:24:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:24:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:24:36.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:24:36.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:25:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:25:26.652Z||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-11-20T10:25:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:25:26.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:25:26.654Z||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-11-20T10:25:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:25:36.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:25:36.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:26:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:26:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:26:26.654Z||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-11-20T10:26:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:26:26.654Z||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-11-20T10:26:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:26:36.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:26:36.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:27:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:27:26.652Z||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-11-20T10:27:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:27:26.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:27:26.654Z||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-11-20T10:27:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:27:36.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:27:36.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:28:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:28:26.653Z||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-11-20T10:28:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:28:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:28:26.654Z||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-11-20T10:28:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:28:36.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:28:36.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:29:26.652Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:29:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:29:26.654Z||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-11-20T10:29:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:29:26.654Z||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-11-20T10:29:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:29:36.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:29:36.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:30:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:30:26.652Z||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-11-20T10:30:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:30:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:30:26.656Z||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-11-20T10:30:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:30:36.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:30:36.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:31:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:31:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:31:26.656Z||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-11-20T10:31:26.656Z||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-11-20T10:31:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:31:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:31:36.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:31:36.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:32:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:32:26.652Z||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-11-20T10:32:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:32:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:32:26.654Z||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-11-20T10:32:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:32:36.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:32:36.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:33:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:33:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:33:26.654Z||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-11-20T10:33:26.654Z||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-11-20T10:33:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:33:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:33:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:33:36.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:34:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:34:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:34:26.656Z||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-11-20T10:34:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:34:26.656Z||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-11-20T10:34:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:34:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:34:36.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:35:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:35:26.652Z||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-11-20T10:35:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:35:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:35:26.654Z||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-11-20T10:35:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:35:36.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:35:36.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:36:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:36:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:36:26.654Z||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-11-20T10:36:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:36:26.654Z||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-11-20T10:36:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:36:36.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:36:36.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:37:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:37:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:37:26.656Z||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-11-20T10:37:26.656Z||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-11-20T10:37:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:37:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:37:36.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:37:36.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:38:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:38:26.652Z||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-11-20T10:38:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:38:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:38:26.654Z||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-11-20T10:38:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:38:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:38:36.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:39:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:39:26.653Z||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-11-20T10:39:26.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:39:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:39:26.654Z||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-11-20T10:39:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:39:36.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:39:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:40:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:40:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:40:26.656Z||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-11-20T10:40:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:40:26.656Z||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-11-20T10:40:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:40:36.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:40:36.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:41:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:41:26.652Z||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-11-20T10:41:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:41:26.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:41:26.655Z||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-11-20T10:41:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:41:36.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:41:36.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:42:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:42:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:42:26.655Z||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-11-20T10:42:26.655Z||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-11-20T10:42:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:42:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:42:36.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:42:36.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:43:26.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:43:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:43:26.659Z||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-11-20T10:43:26.659Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:43:26.659Z||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-11-20T10:43:26.659Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:43:36.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:43:36.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:44:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:44:26.652Z||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-11-20T10:44:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:44:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:44:26.655Z||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-11-20T10:44:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:44:36.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:44:36.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:45:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:45:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:45:26.655Z||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-11-20T10:45:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:45:26.655Z||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-11-20T10:45:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:45:36.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:45:36.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:46:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:46:26.653Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:46:26.657Z||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-11-20T10:46:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:46:26.657Z||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-11-20T10:46:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:46:36.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:46:36.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:47:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:47:26.653Z||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-11-20T10:47:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:47:26.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:47:26.655Z||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-11-20T10:47:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:47:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:47:36.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:48:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:48:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:48:26.661Z||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-11-20T10:48:26.661Z||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-11-20T10:48:26.661Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:48:26.661Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:48:36.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:48:36.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:49:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:49:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:49:26.656Z||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-11-20T10:49:26.656Z||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-11-20T10:49:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:49:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:49:36.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:49:36.216Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:50:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:50:26.657Z||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-11-20T10:50:26.657Z||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-11-20T10:50:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:27.294Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:27.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:27.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"37d079ba-f224-4144-8db5-e5112ee30f3c","serviceName":"vFW 2021-11-20 10-47-51","serviceVersion":"1.0","serviceUUID":"4dd98fc0-89e1-425a-99c1-d90258031214","serviceDescription":"catalog service description","serviceInvariantUUID":"e99069a8-0604-4433-a9dd-e02455681cf7","resources":[{"resourceInstanceName":"vFW 3f54158d-6adc 0","resourceName":"vFW 3f54158d-6adc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2675801a-9ad1-49ee-83d6-c5da8b79cca8","resourceInvariantUUID":"33cda05f-ebea-4243-8697-bd9c536728c4","resourceCustomizationUUID":"e606724f-4a66-4c18-9e5d-73b7c362eb7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml","artifactChecksum":"NWM3NjZmNWYxNDc4YWY1MDFlYzg4OTZkMGVkMDM5MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2377300-149d-483e-9edb-3e998d1ed276","artifactVersion":"1"},{"artifactName":"vfw3f54158d6adc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json","artifactChecksum":"NTgzZTNlMzY3MDI4ZGIyNzE1ZGM5OTY2NGE5Mjc2NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"70cc6796-2e44-42f7-8231-11a799fc7c14","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b7a08dc-4896-42a1-b0b2-ec5829d10ea2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2VhYWU3YmUyMzExMThhNDJmZTA4Y2JlMTc1NzZmNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c49687eb-a34c-4581-8f7b-9f48e414c925","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"beada4d8-f46d-4ab8-974b-b0ee65038efa","artifactVersion":"2","generatedFromUUID":"7b7a08dc-4896-42a1-b0b2-ec5829d10ea2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211120104751-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml","artifactChecksum":"NWU3MDNlNTg0OTliMDI1NmNhYzgyYmVlM2RjNzJlM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a987d53-d543-48e8-8e19-ae18b6e5d67d","artifactVersion":"1"},{"artifactName":"service-Vfw20211120104751-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar","artifactChecksum":"YWFmNDlkNjlhNjc0ZDI0OGZiMWQxODM3ZTg0YmY1Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"626fc86c-d874-4be4-a196-3b9f67949104","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T10:50:27.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405395703, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.316Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:50:27.324Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:27.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405391866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "dcae-sch", "timestamp": 1637405390941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405391615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405397755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405395703, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:50:27.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405391866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "dcae-sch", "timestamp": 1637405390941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405391615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405397755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405395703, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:50:27.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405391866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "dcae-sch", "timestamp": 1637405390941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.339Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405391615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.340Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405397755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:50:27.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405395703, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405391866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "dcae-sch", "timestamp": 1637405390941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405391615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405397755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405395703, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T10:50:27.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405391866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "dcae-sch", "timestamp": 1637405390941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405391615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405397755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405395703, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405391866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "dcae-sch", "timestamp": 1637405390941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405391615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405397755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405395703, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:50:27.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405391866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "dcae-sch", "timestamp": 1637405390941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405391615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405397755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:50:27.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405403824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405403824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "ves-openapi-manager", "timestamp": 1637405404960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405405675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405405700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405405704, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405405700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405403824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "ves-openapi-manager", "timestamp": 1637405404960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "cds", "timestamp": 1637405406718, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-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-11-20T10:50:27.440Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-11-20T10:50:27.454Z||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-11-20T10:50:27.454Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:27.472Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:27.473Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T10:50:27.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c 2021-11-20T10:50:27.555Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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-11-20T10:50:27.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405406710, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:50:27.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405407247, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405403824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "ves-openapi-manager", "timestamp": 1637405404960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "policy-id", "timestamp": 1637405407717, "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-11-20T10:50:27.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c 2021-11-20T10:50:27.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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-11-20T10:50:27.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405408367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405403824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "ves-openapi-manager", "timestamp": 1637405404960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405403824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "ves-openapi-manager", "timestamp": 1637405404960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405409775, "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-11-20T10:50:27.619Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c 2021-11-20T10:50:27.619Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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-11-20T10:50:27.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405403824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:50:27.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "ves-openapi-manager", "timestamp": 1637405404960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "multicloud-k8s-id", "timestamp": 1637405410779, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:50:27.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405411212, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:50:27.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "ves-openapi-manager", "timestamp": 1637405404960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405412221, "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-11-20T10:50:27.636Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c 2021-11-20T10:50:27.636Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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-11-20T10:50:27.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405412243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405411962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405411962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:50:27.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405411962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405411962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405411962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405411962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:27.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405411962, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:50:27.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405424499, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:27.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405426385, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:50:27.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:50:28.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:50:28.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:28.351Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:28.351Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:50:28.451Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:28.452Z||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-11-20T10:50:28.452Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:28.462Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:28.463Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:29.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:50:29.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:29.357Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:29.357Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:50:29.457Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:29.458Z||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-11-20T10:50:29.458Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:29.473Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:29.474Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:30.357Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:50:30.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:30.360Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:30.360Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:30.466Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-11-20T10:50:30.467Z||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-11-20T10:50:30.467Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:30.483Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:30.484Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:50:31.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:50:31.362Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:31.364Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:31.364Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T10:50:31.464Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:31.465Z||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-11-20T10:50:31.465Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:31.475Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:31.476Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:32.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:50:32.366Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:32.367Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:32.368Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:50:32.468Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:32.469Z||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-11-20T10:50:32.469Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:32.485Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:32.486Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:33.368Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:50:33.369Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:33.372Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:33.372Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:50:33.472Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:33.473Z||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-11-20T10:50:33.473Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:33.485Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:33.485Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:34.374Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "serviceName": "vFW 2021-11-20 10-47-51", "serviceVersion": "1.0", "serviceUUID": "4dd98fc0-89e1-425a-99c1-d90258031214", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e99069a8-0604-4433-a9dd-e02455681cf7", "resources": [ { "resourceInstanceName": "vFW 3f54158d-6adc 0", "resourceCustomizationUUID": "e606724f-4a66-4c18-9e5d-73b7c362eb7c", "resourceName": "vFW 3f54158d-6adc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2675801a-9ad1-49ee-83d6-c5da8b79cca8", "resourceInvariantUUID": "33cda05f-ebea-4243-8697-bd9c536728c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3f54158d6adc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "artifactChecksum": "NTgzZTNlMzY3MDI4ZGIyNzE1ZGM5OTY2NGE5Mjc2NzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70cc6796-2e44-42f7-8231-11a799fc7c14", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7b7a08dc-4896-42a1-b0b2-ec5829d10ea2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "beada4d8-f46d-4ab8-974b-b0ee65038efa", "generatedFromUUID": "7b7a08dc-4896-42a1-b0b2-ec5829d10ea2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "beada4d8-f46d-4ab8-974b-b0ee65038efa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211120104751-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "artifactChecksum": "YWFmNDlkNjlhNjc0ZDI0OGZiMWQxODM3ZTg0YmY1Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "626fc86c-d874-4be4-a196-3b9f67949104" } ], "workloadContext": "Production" } 2021-11-20T10:50:34.375Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T10:50:34.376Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4dd98fc0-89e1-425a-99c1-d90258031214 ASDC 2021-11-20T10:50:34.521Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:37d079ba-f224-4144-8db5-e5112ee30f3c ServiceName:vFW 2021-11-20 10-47-51 ServiceVersion:1.0 ServiceUUID:4dd98fc0-89e1-425a-99c1-d90258031214 ServiceInvariantUUID:e99069a8-0604-4433-a9dd-e02455681cf7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211120104751-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar ArtifactUUID:626fc86c-d874-4be4-a196-3b9f67949104 ArtifactChecksum:YWFmNDlkNjlhNjc0ZDI0OGZiMWQxODM3ZTg0YmY1Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3f54158d-6adc 0 ResourceCustomizationUUID:e606724f-4a66-4c18-9e5d-73b7c362eb7c ResourceInvariantUUID:33cda05f-ebea-4243-8697-bd9c536728c4 ResourceName:vFW 3f54158d-6adc ResourceType:VF ResourceUUID:2675801a-9ad1-49ee-83d6-c5da8b79cca8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3f54158d6adc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json ArtifactUUID:70cc6796-2e44-42f7-8231-11a799fc7c14 ArtifactChecksum:NTgzZTNlMzY3MDI4ZGIyNzE1ZGM5OTY2NGE5Mjc2NzA= 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/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml ArtifactUUID:7b7a08dc-4896-42a1-b0b2-ec5829d10ea2 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/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env ArtifactUUID:beada4d8-f46d-4ab8-974b-b0ee65038efa 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/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env ArtifactUUID:beada4d8-f46d-4ab8-974b-b0ee65038efa ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T10:50:34.521Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4dd98fc0-89e1-425a-99c1-d90258031214 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-11-20T10:50:34.565Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T10:50:34.566Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:50:34.568Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:50:34.568Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 626fc86c-d874-4be4-a196-3b9f67949104 from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:34.568Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:50:34.570Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:34.738Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:50:34.755Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar 626fc86c-d874-4be4-a196-3b9f67949104 98902 2021-11-20T10:50:34.757Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar ASDC sendASDCNotification 2021-11-20T10:50:34.757Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:34.761Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:50:34.762Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:34.765Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:34.765Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405434756, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:34.865Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:34.866Z||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-11-20T10:50:34.866Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:34.879Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:34.880Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:50:35.766Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T10:50:35.770Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:50:35.770Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 626fc86c-d874-4be4-a196-3b9f67949104, URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar to file: /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:35.771Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211120104751-csar.csar 2021-11-20T10:50:35.853Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:35.853Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:36.584Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13558019158213525215/Definitions/service-Vfw20211120104751-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-11-20T10:50:38.943Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T10:50:38.948Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3f54158d-6adc 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-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.951Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.951Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar 2021-11-20T10:50:38.951Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T10:50:38.956Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.958Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:38.961Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:38.961Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T10:50:38.963Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T10:50:38.966Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.966Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria 2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T10:50:38.973Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria 2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a2110ca-a4ec-4b01-9b62-955b482d665f 2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria 2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a134737-b86e-4ca5-86a8-ab1adc95c96d 2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria 2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1f34d47-afb3-456f-8f05-b74f2fc13e37 2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:38.985Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:38.985Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:38.985Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-20 10-47-51 Description:catalog service description Model UUID:4dd98fc0-89e1-425a-99c1-d90258031214 Model Version:NULL Model InvariantUuid:e99069a8-0604-4433-a9dd-e02455681cf7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3f54158d-6adc Model UUID:46b9d9f1-0be4-42bf-a8bb-5ddc5cfdde33 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:33cda05f-ebea-4243-8697-bd9c536728c4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e606724f-4a66-4c18-9e5d-73b7c362eb7c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dfd0eddb-61cd-4321-90a7-c31a6f534a54 ModelName:Vfw3f54158d6adc..base_vfw..module-0 ModelUuid:1e2645bf-bc47-47f8-ab85-c9c62347a4ab ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9a2110ca-a4ec-4b01-9b62-955b482d665f ModelInvariantUuid:e51aa253-7089-49f7-b2c6-27b6bf261e4b ModelName:vFW 3f54158d-6adc-nodes.vfwCvfc ModelUuid:e897378d-f412-4327-830f-89fc22d134c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5f0eaba8-141a-466e-8cf9-206b2a32a885 ModelInvariantUuid:25d589b1-6fe2-44c8-a109-e1b9567d0136 ModelName:Vfw3f54158d6adc.compute.nodes.heat.vfw ModelUuid:7eafdfe1-417f-4526-9b6e-62c905be3f3f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8a134737-b86e-4ca5-86a8-ab1adc95c96d ModelInvariantUuid:5573bcfd-48d3-487a-abed-3d0b1e33731a ModelName:vFW 3f54158d-6adc-nodes.vsnCvfc ModelUuid:a1f2545c-bff9-496d-bc77-0b369dbfb0e4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3029c398-d545-4df1-a587-44f312312d90 ModelInvariantUuid:ea714ed6-a878-4151-82f7-5fb00767cbc2 ModelName:Vfw3f54158d6adc.compute.nodes.heat.vsn ModelUuid:8a33ebc1-a1b6-47d3-be33-0257ec9475eb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e1f34d47-afb3-456f-8f05-b74f2fc13e37 ModelInvariantUuid:37cd3a4c-8a7d-49ec-80ea-fd4adc949128 ModelName:vFW 3f54158d-6adc-nodes.vpgCvfc ModelUuid:382afc45-369f-4d4b-a322-20e73253200f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f675f140-7f42-4a7e-b7a9-7cb16cc0cd8f ModelInvariantUuid:ee657c15-6f50-40ba-bd6c-140d60f60a97 ModelName:Vfw3f54158d6adc.compute.nodes.heat.vpg ModelUuid:1a2600b7-5d7c-4874-b7a9-c03bde573eea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T10:50:38.994Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2675801a-9ad1-49ee-83d6-c5da8b79cca8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:50:39.079Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||vFW 3f54158d-6adc 0 2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2675801a-9ad1-49ee-83d6-c5da8b79cca8 2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 70cc6796-2e44-42f7-8231-11a799fc7c14 from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json 2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json 2021-11-20T10:50:39.282Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:50:39.282Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json 70cc6796-2e44-42f7-8231-11a799fc7c14 785 2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json ASDC sendASDCNotification 2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json 2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:39.286Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:39.286Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405439283, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:39.386Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:39.388Z||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-11-20T10:50:39.388Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:39.400Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:39.401Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:40.287Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3f54158d6adc..base_vfw..module-0", "vfModuleModelInvariantUUID": "dfd0eddb-61cd-4321-90a7-c31a6f534a54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e2645bf-bc47-47f8-ab85-c9c62347a4ab", "vfModuleModelCustomizationUUID": "f0d44c4d-f20b-4cbb-ae91-bced73ce3173", "isBase": true, "artifacts": [ "7b7a08dc-4896-42a1-b0b2-ec5829d10ea2", "beada4d8-f46d-4ab8-974b-b0ee65038efa" ], "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-11-20T10:50:40.300Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3f54158d6adc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e2645bf-bc47-47f8-ab85-c9c62347a4ab VfModuleModelInvariantUUID:dfd0eddb-61cd-4321-90a7-c31a6f534a54 VfModuleModelDescription:NULL Artifacts UUID List:{ 7b7a08dc-4896-42a1-b0b2-ec5829d10ea2 , beada4d8-f46d-4ab8-974b-b0ee65038efa } 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-11-20T10:50:40.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3f54158d6adc..base_vfw..module-0", "vfModuleModelInvariantUUID": "dfd0eddb-61cd-4321-90a7-c31a6f534a54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e2645bf-bc47-47f8-ab85-c9c62347a4ab", "vfModuleModelCustomizationUUID": "f0d44c4d-f20b-4cbb-ae91-bced73ce3173", "isBase": true, "artifacts": [ "7b7a08dc-4896-42a1-b0b2-ec5829d10ea2", "beada4d8-f46d-4ab8-974b-b0ee65038efa" ], "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-11-20T10:50:40.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3f54158d6adc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e2645bf-bc47-47f8-ab85-c9c62347a4ab VfModuleModelInvariantUUID:dfd0eddb-61cd-4321-90a7-c31a6f534a54 VfModuleModelDescription:NULL Artifacts UUID List:{ 7b7a08dc-4896-42a1-b0b2-ec5829d10ea2 , beada4d8-f46d-4ab8-974b-b0ee65038efa } 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-11-20T10:50:40.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b7a08dc-4896-42a1-b0b2-ec5829d10ea2 from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml 2021-11-20T10:50:40.304Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:50:40.304Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml 2021-11-20T10:50:40.355Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:50:40.356Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml 7b7a08dc-4896-42a1-b0b2-ec5829d10ea2 20368 2021-11-20T10:50:40.356Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-20T10:50:40.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml 2021-11-20T10:50:40.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:50:40.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:40.359Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:40.359Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405440356, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:40.459Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:40.459Z||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-11-20T10:50:40.460Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:40.470Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:40.470Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:41.360Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: beada4d8-f46d-4ab8-974b-b0ee65038efa from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env 2021-11-20T10:50:41.361Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:50:41.361Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env 2021-11-20T10:50:41.425Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:50:41.428Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env beada4d8-f46d-4ab8-974b-b0ee65038efa 2098 2021-11-20T10:50:41.428Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-20T10:50:41.428Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env 2021-11-20T10:50:41.429Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:50:41.429Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:41.432Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:41.432Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405441428, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:50:41.532Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-20T10:50:41.533Z||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-11-20T10:50:41.533Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:41.543Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:41.544Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:42.433Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4dd98fc0-89e1-425a-99c1-d90258031214 2021-11-20T10:50:42.434Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3f54158d-6adc 0 2675801a-9ad1-49ee-83d6-c5da8b79cca8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:50:42.473Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a31a756, org.onap.sdc.toscaparser.api.parameters.Input@24a4dde7, org.onap.sdc.toscaparser.api.parameters.Input@16c89f44, org.onap.sdc.toscaparser.api.parameters.Input@1eee8fd3, org.onap.sdc.toscaparser.api.parameters.Input@1962904f] 2021-11-20T10:50:42.477Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.477Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.477Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-20T10:50:42.478Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e606724f-4a66-4c18-9e5d-73b7c362eb7c 2021-11-20T10:50:42.478Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e606724f-4a66-4c18-9e5d-73b7c362eb7c matches Tosca VF Customization UUID: e606724f-4a66-4c18-9e5d-73b7c362eb7c 2021-11-20T10:50:42.478Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e606724f-4a66-4c18-9e5d-73b7c362eb7c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T10:50:42.484Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.485Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.486Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e606724f-4a66-4c18-9e5d-73b7c362eb7c: {\"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-11-20T10:50:42.487Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a678772 2021-11-20T10:50:42.487Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.487Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T10:50:42.488Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0d44c4d-f20b-4cbb-ae91-bced73ce3173 2021-11-20T10:50:42.489Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0d44c4d-f20b-4cbb-ae91-bced73ce3173 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T10:50:42.497Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.497Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:42.498Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:42.499Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.499Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:42.500Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:42.500Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.501Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria 2021-11-20T10:50:42.501Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:50:42.501Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:50:42.502Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-20T10:50:42.502Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:50:42.503Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:50:42.503Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.504Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:42.504Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:50:42.504Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:42.505Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:50:42.505Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.506Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a2110ca-a4ec-4b01-9b62-955b482d665f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T10:50:42.512Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.512Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:42.512Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:42.513Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.513Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria 2021-11-20T10:50:42.513Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:50:42.514Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:50:42.514Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:50:42.514Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.515Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:42.515Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.515Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:50:42.516Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-20T10:50:42.516Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:50:42.516Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:42.517Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:50:42.517Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.517Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a134737-b86e-4ca5-86a8-ab1adc95c96d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T10:50:42.519Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.520Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:42.520Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:42.522Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.522Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria 2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-20T10:50:42.526Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1f34d47-afb3-456f-8f05-b74f2fc13e37 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T10:50:42.527Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.528Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:42.528Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:50:42.528Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.529Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria 2021-11-20T10:50:42.529Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=e606724f-4a66-4c18-9e5d-73b7c362eb7c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:50:42.531Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.531Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.531Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4dd98fc0-89e1-425a-99c1-d90258031214: vFW 3f54158d-6adc 2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.534Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:50:42.534Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:50:42.534Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-20 10-47-51 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T10:50:42.807Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3f54158d-6adc 2675801a-9ad1-49ee-83d6-c5da8b79cca8 1 ASDC deployResourceStructure 2021-11-20T10:50:42.808Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json ASDC sendASDCNotification 2021-11-20T10:50:42.808Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json 2021-11-20T10:50:42.809Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:50:42.809Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:42.812Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:42.812Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405442808, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:50:42.914Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-20T10:50:42.915Z||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-11-20T10:50:42.915Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:42.934Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:42.935Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:50:43.812Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-20T10:50:43.813Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml 2021-11-20T10:50:43.813Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:50:43.813Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:43.815Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:43.816Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405443812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-20T10:50:43.916Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T10:50:43.916Z||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-11-20T10:50:43.916Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:43.931Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:43.932Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:44.816Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-20T10:50:44.817Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env 2021-11-20T10:50:44.817Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:50:44.818Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:44.827Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:44.829Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405444816, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-20T10:50:44.927Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-20T10:50:44.928Z||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-11-20T10:50:44.929Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:44.941Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:44.941Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:50:45.831Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar ASDC sendASDCNotification 2021-11-20T10:50:45.832Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar 2021-11-20T10:50:45.832Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:50:45.833Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:50:45.836Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:50:45.837Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405445831, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:50:45.937Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:50:45.938Z||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-11-20T10:50:45.938Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:50:45.949Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:50:45.950Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:50:46.838Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:50:46.858Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:50:46.861Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:50:46.861Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T10:50:46.861Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T10:51:16.862Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:51:16.905Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:51:16.908Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:51:16.909Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T10:51:16.909Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T10:51:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:51:26.656Z||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-11-20T10:51:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:51:26.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:51:26.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:51:26.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:51:26.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:51:46.910Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:51:46.931Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:51:46.934Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:51:46.935Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T10:51:46.935Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T10:52:16.936Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:52:16.953Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:52:16.956Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:52:16.956Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T10:52:16.957Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T10:52:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:52:26.655Z||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-11-20T10:52:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:52:27.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:52:27.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "clamp", "timestamp": 1637405427396, "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-11-20T10:52:27.189Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c 2021-11-20T10:52:27.189Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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-11-20T10:52:27.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:52:27.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:52:27.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:52:27.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405432108, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:52:27.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:52:27.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "aai-ml", "timestamp": 1637405433115, "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-11-20T10:52:27.209Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c 2021-11-20T10:52:27.209Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405426652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:52:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405434756, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:52:27.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405439283, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:52:27.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405440356, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405441428, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405442808, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405443812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-20T10:52:27.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405444816, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-20T10:52:27.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:52:27.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405445831, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:52:27.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:52:46.957Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:52:46.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:52:46.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:52:46.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T10:52:46.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-11-20T10:52:46.989Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T10:53:16.990Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c 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-11-20T10:53:17.011Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37d079ba-f224-4144-8db5-e5112ee30f3c and serviceModelVersionId: 4dd98fc0-89e1-425a-99c1-d90258031214 2021-11-20T10:53:17.012Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e99069a8-0604-4433-a9dd-e02455681cf7 2021-11-20T10:53:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:53:26.656Z||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-11-20T10:53:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:53:31.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0 2021-11-20T10:53:32.091Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T10:53:32.566Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?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-11-20T10:53:32.594Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0|INFO|500||Invoke 2021-11-20T10:53:32.706Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T10:53:33.132Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0|INFO|500||InvokeReturn 2021-11-20T10:53:33.134Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211120-10:53:32:722-51688], vertex-id=[229432], Content-Length=[0], Date=[Sat, 20 Nov 2021 10:53:32 GMT], Content-Type=[application/json]} 2021-11-20T10:53:33.134Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-20T10:53:33.137Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T10:53:33.137Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:53:33.142Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-11-20T10:53:33.143Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37d079ba-f224-4144-8db5-e5112ee30f3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T10:53:33.144Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T10:53:33.144Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:53:33.146Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:53:33.146Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405613143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T10:53:33.246Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:53:33.248Z||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-11-20T10:53:33.248Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:53:33.262Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:53:33.263Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:53:33.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:53:33.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T10:53:33.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405613143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T10:53:33.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T10:53:34.160Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:53:34.161Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-11-20T10:53:34.161Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:53:44.667Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:53:44.669Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:53:44.670Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-11-20T10:53:44.671Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:53:54.247Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:53:54.247Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:53:54.248Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-11-20T10:53:54.248Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:54:03.798Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:54:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:54:26.652Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:54:26.656Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-11-20T10:54:26.656Z||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-11-20T10:54:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:54:26.656Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:54:36.201Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:54:36.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:26.658Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:55:26.658Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:55:26.664Z||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-11-20T10:55:26.664Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-11-20T10:55:26.666Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:26.666Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:27.301Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:27.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:27.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405691615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.304Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"61307283-e7ba-4346-b969-e53020c14116","serviceName":"basic_onboard_FuyeLa","serviceVersion":"1.0","serviceUUID":"f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd","serviceDescription":"service","serviceInvariantUUID":"9125a776-07cc-426a-b5f7-1697d6fad367","resources":[{"resourceInstanceName":"basic_onboard_FuyeLa 0","resourceName":"basic_onboard_FuyeLa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8fef1ad-678c-47ec-bc02-f06cef969e1a","resourceInvariantUUID":"46567db6-fe0b-49b9-9f98-83f0412f2795","resourceCustomizationUUID":"ae842bc5-66ee-4f99-8f34-8ac07b179352","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml","artifactChecksum":"YzFiMWQ5YThhMmNkYTU5NTE3MjY5NjdkNDIyMmExMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17e217c1-5e4e-40e7-888f-97fd8734a021","artifactVersion":"1"},{"artifactName":"basic_onboard_fuyela0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json","artifactChecksum":"NDRlZDU4MzAxZWFkYjU3N2Y4ODNlMWEyMjMzNTRmNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8e030ef-2300-4b63-8a37-8f76e5ed35e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdfc387e-29d6-42f8-bfc5-6ec5197c086e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04871e61-8f07-4d5f-9817-adcf9afea5c0","artifactVersion":"2","generatedFromUUID":"e8e030ef-2300-4b63-8a37-8f76e5ed35e8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFuyela-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml","artifactChecksum":"ZWIyZTFlNzMxMWRjYWI4YTdiZDZlNmZjNGJmM2U0OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8760106-7524-455b-8fd9-d708ed6b8ce4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFuyela-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar","artifactChecksum":"YTY5OWZkMzg5NGYyYjY0MzViMTE3YTNiOTNiMjU5YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fc78504-aafb-4b01-9d74-c82559af95d4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T10:55:27.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "dcae-sch", "timestamp": 1637405690942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "ves-openapi-manager", "timestamp": 1637405684960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405691866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405691615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "ves-openapi-manager", "timestamp": 1637405684960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "dcae-sch", "timestamp": 1637405690942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405691866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.319Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:55:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405691615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "dcae-sch", "timestamp": 1637405690942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.321Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405695704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "ves-openapi-manager", "timestamp": 1637405684960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405691866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "dcae-sch", "timestamp": 1637405690942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405691615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405691866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405695704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:55:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "ves-openapi-manager", "timestamp": 1637405684960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405691615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405695704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T10:55:27.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405691866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "ves-openapi-manager", "timestamp": 1637405684960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "dcae-sch", "timestamp": 1637405690942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405697755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.331Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:27.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405691615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.331Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405695704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "dcae-sch", "timestamp": 1637405690942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "ves-openapi-manager", "timestamp": 1637405684960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405691866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405697755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405691615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:55:27.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "ves-openapi-manager", "timestamp": 1637405684960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "dcae-sch", "timestamp": 1637405690942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405695704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-20T10:55:27.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405691866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:55:27.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405697755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T10:55:27.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405695704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405697755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405701708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:27.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405701711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:27.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405695704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:55:27.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405697755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "cds", "timestamp": 1637405702717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-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-11-20T10:55:27.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116 2021-11-20T10:55:27.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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-11-20T10:55:27.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405697755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405703603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405704303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405697755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:55:27.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405703824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405705096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405705307, "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-11-20T10:55:27.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116 2021-11-20T10:55:27.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405703824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405706267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:27.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405703824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405706996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405707272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:55:27.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405703824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405708019, "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-11-20T10:55:27.421Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116 2021-11-20T10:55:27.421Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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-11-20T10:55:27.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "policy-id", "timestamp": 1637405708276, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-11-20T10:55:27.431Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-20T10:55:27.432Z||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-11-20T10:55:27.433Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:27.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116 2021-11-20T10:55:27.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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-11-20T10:55:27.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405703824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "multicloud-k8s-id", "timestamp": 1637405709022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:55:27.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405703824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405703824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405711658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405711963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405711963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:55:27.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405711963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405711963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405711963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405711963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:27.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405711963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:55:27.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405719862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:55:27.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "aai-ml", "timestamp": 1637405720867, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2021-11-20T10:55:27.449Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:27.449Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-20T10:55:27.452Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116 2021-11-20T10:55:27.452Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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-11-20T10:55:28.332Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:55:28.334Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:28.337Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:28.338Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:55:28.438Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:28.439Z||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-11-20T10:55:28.439Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:28.451Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:28.452Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:29.338Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:55:29.340Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:29.343Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:29.343Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T10:55:29.443Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:29.444Z||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-11-20T10:55:29.444Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:29.457Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:29.457Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:55:30.344Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:55:30.346Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:30.348Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:30.349Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:30.450Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:30.450Z||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-11-20T10:55:30.451Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:30.472Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:30.472Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:31.349Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:55:31.350Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:31.352Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:31.352Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-20T10:55:31.452Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T10:55:31.453Z||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-11-20T10:55:31.453Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:31.465Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:31.465Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:32.353Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:55:32.354Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:32.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:32.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:55:32.457Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T10:55:32.458Z||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-11-20T10:55:32.458Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:32.469Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:32.470Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:33.358Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:55:33.359Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:33.361Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:33.362Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:55:33.462Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:33.464Z||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-11-20T10:55:33.464Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:33.477Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:33.478Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:34.365Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "serviceName": "basic_onboard_FuyeLa", "serviceVersion": "1.0", "serviceUUID": "f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd", "serviceDescription": "service", "serviceInvariantUUID": "9125a776-07cc-426a-b5f7-1697d6fad367", "resources": [ { "resourceInstanceName": "basic_onboard_FuyeLa 0", "resourceCustomizationUUID": "ae842bc5-66ee-4f99-8f34-8ac07b179352", "resourceName": "basic_onboard_FuyeLa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c8fef1ad-678c-47ec-bc02-f06cef969e1a", "resourceInvariantUUID": "46567db6-fe0b-49b9-9f98-83f0412f2795", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_fuyela0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "artifactChecksum": "NDRlZDU4MzAxZWFkYjU3N2Y4ODNlMWEyMjMzNTRmNjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e8e030ef-2300-4b63-8a37-8f76e5ed35e8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "04871e61-8f07-4d5f-9817-adcf9afea5c0", "generatedFromUUID": "e8e030ef-2300-4b63-8a37-8f76e5ed35e8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "04871e61-8f07-4d5f-9817-adcf9afea5c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardFuyela-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "artifactChecksum": "YTY5OWZkMzg5NGYyYjY0MzViMTE3YTNiOTNiMjU5YjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2fc78504-aafb-4b01-9d74-c82559af95d4" } ], "workloadContext": "Production" } 2021-11-20T10:55:34.366Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T10:55:34.366Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd ASDC 2021-11-20T10:55:34.368Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:61307283-e7ba-4346-b969-e53020c14116 ServiceName:basic_onboard_FuyeLa ServiceVersion:1.0 ServiceUUID:f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd ServiceInvariantUUID:9125a776-07cc-426a-b5f7-1697d6fad367 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardFuyela-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar ArtifactUUID:2fc78504-aafb-4b01-9d74-c82559af95d4 ArtifactChecksum:YTY5OWZkMzg5NGYyYjY0MzViMTE3YTNiOTNiMjU5YjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_FuyeLa 0 ResourceCustomizationUUID:ae842bc5-66ee-4f99-8f34-8ac07b179352 ResourceInvariantUUID:46567db6-fe0b-49b9-9f98-83f0412f2795 ResourceName:basic_onboard_FuyeLa ResourceType:VF ResourceUUID:c8fef1ad-678c-47ec-bc02-f06cef969e1a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_fuyela0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json ArtifactUUID:84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba ArtifactChecksum:NDRlZDU4MzAxZWFkYjU3N2Y4ODNlMWEyMjMzNTRmNjk= 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/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml ArtifactUUID:e8e030ef-2300-4b63-8a37-8f76e5ed35e8 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/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env ArtifactUUID:04871e61-8f07-4d5f-9817-adcf9afea5c0 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/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env ArtifactUUID:04871e61-8f07-4d5f-9817-adcf9afea5c0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T10:55:34.368Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd 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-11-20T10:55:34.402Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T10:55:34.402Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2fc78504-aafb-4b01-9d74-c82559af95d4 from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:34.603Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:55:34.607Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar 2fc78504-aafb-4b01-9d74-c82559af95d4 71533 2021-11-20T10:55:34.607Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar ASDC sendASDCNotification 2021-11-20T10:55:34.608Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:34.608Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:55:34.608Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:34.610Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:34.611Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405734607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:34.716Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-11-20T10:55:34.717Z||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-11-20T10:55:34.717Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:34.750Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:34.751Z||pool-26-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:55:35.611Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T10:55:35.613Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:55:35.614Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2fc78504-aafb-4b01-9d74-c82559af95d4, URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar to file: /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:35.614Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:35.615Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:35.615Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:35.866Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5139196577824468646/Definitions/service-BasicOnboardFuyela-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-11-20T10:55:37.155Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T10:55:37.156Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||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-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FuyeLa 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-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is not matching search criteria 2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.164Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:37.164Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is not matching search criteria 2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f40e91e-fa8e-4feb-a09f-f05d5eda079b 2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:37.167Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:37.167Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:37.167Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_FuyeLa Description:service Model UUID:f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd Model Version:NULL Model InvariantUuid:9125a776-07cc-426a-b5f7-1697d6fad367 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_FuyeLa Model UUID:7cb5cd0c-be8f-4dcb-80b8-cf9962703c74 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:46567db6-fe0b-49b9-9f98-83f0412f2795 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ae842bc5-66ee-4f99-8f34-8ac07b179352 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:864947ce-03c0-49d5-8f92-4fb0469bbd11 ModelName:BasicOnboardFuyela..base_ubuntu18..module-0 ModelUuid:299fd51c-bd7d-487a-a3e6-bfeae0ba72ae ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3f40e91e-fa8e-4feb-a09f-f05d5eda079b ModelInvariantUuid:a06ba866-da72-4b0f-81a3-25f044730cbc ModelName:basic_onboard_FuyeLa-nodes.ubuntu18Cvfc ModelUuid:3b6c88bc-c849-4c1b-9551-bf173dfea4c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ad2c2dc8-884a-41a9-9c11-88ea493635ff ModelInvariantUuid:f74c4dc3-847e-43bf-a8bf-824f7b891bfb ModelName:BasicOnboardFuyela.compute.nodes.heat.ubuntu18 ModelUuid:82c202da-38d4-4309-bf33-6721f231992b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T10:55:37.175Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c8fef1ad-678c-47ec-bc02-f06cef969e1a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:55:37.180Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||basic_onboard_FuyeLa 0 2021-11-20T10:55:37.180Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8fef1ad-678c-47ec-bc02-f06cef969e1a 2021-11-20T10:55:37.180Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json 2021-11-20T10:55:37.181Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:55:37.181Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json 2021-11-20T10:55:37.352Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:55:37.353Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json 84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba 798 2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json ASDC sendASDCNotification 2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json 2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:37.357Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:37.357Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405737353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:37.457Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:37.459Z||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-11-20T10:55:37.459Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:37.472Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:37.472Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:55:38.358Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFuyela..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "864947ce-03c0-49d5-8f92-4fb0469bbd11", "vfModuleModelVersion": "1", "vfModuleModelUUID": "299fd51c-bd7d-487a-a3e6-bfeae0ba72ae", "vfModuleModelCustomizationUUID": "a211c276-4d4b-47de-b011-a720c5c140f7", "isBase": true, "artifacts": [ "e8e030ef-2300-4b63-8a37-8f76e5ed35e8", "04871e61-8f07-4d5f-9817-adcf9afea5c0" ], "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-11-20T10:55:38.364Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFuyela..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:299fd51c-bd7d-487a-a3e6-bfeae0ba72ae VfModuleModelInvariantUUID:864947ce-03c0-49d5-8f92-4fb0469bbd11 VfModuleModelDescription:NULL Artifacts UUID List:{ e8e030ef-2300-4b63-8a37-8f76e5ed35e8 , 04871e61-8f07-4d5f-9817-adcf9afea5c0 } 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-11-20T10:55:38.365Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFuyela..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "864947ce-03c0-49d5-8f92-4fb0469bbd11", "vfModuleModelVersion": "1", "vfModuleModelUUID": "299fd51c-bd7d-487a-a3e6-bfeae0ba72ae", "vfModuleModelCustomizationUUID": "a211c276-4d4b-47de-b011-a720c5c140f7", "isBase": true, "artifacts": [ "e8e030ef-2300-4b63-8a37-8f76e5ed35e8", "04871e61-8f07-4d5f-9817-adcf9afea5c0" ], "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-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFuyela..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:299fd51c-bd7d-487a-a3e6-bfeae0ba72ae VfModuleModelInvariantUUID:864947ce-03c0-49d5-8f92-4fb0469bbd11 VfModuleModelDescription:NULL Artifacts UUID List:{ e8e030ef-2300-4b63-8a37-8f76e5ed35e8 , 04871e61-8f07-4d5f-9817-adcf9afea5c0 } 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-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e8e030ef-2300-4b63-8a37-8f76e5ed35e8 from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml 2021-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml 2021-11-20T10:55:38.562Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:55:38.563Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml e8e030ef-2300-4b63-8a37-8f76e5ed35e8 5033 2021-11-20T10:55:38.563Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-20T10:55:38.563Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml 2021-11-20T10:55:38.564Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:55:38.564Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:38.566Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:38.566Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405738563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:38.667Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T10:55:38.668Z||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-11-20T10:55:38.668Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:38.683Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:38.684Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:39.567Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04871e61-8f07-4d5f-9817-adcf9afea5c0 from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env 2021-11-20T10:55:39.568Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:55:39.568Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env 2021-11-20T10:55:39.676Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:55:39.677Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env 04871e61-8f07-4d5f-9817-adcf9afea5c0 909 2021-11-20T10:55:39.677Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-20T10:55:39.678Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env 2021-11-20T10:55:39.678Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:55:39.678Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:39.681Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:39.681Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405739677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:55:39.781Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:39.782Z||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-11-20T10:55:39.782Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:39.793Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:39.793Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:40.682Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd 2021-11-20T10:55:40.683Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FuyeLa 0 c8fef1ad-678c-47ec-bc02-f06cef969e1a ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:55:40.696Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2296b690, org.onap.sdc.toscaparser.api.parameters.Input@ad97d5d, org.onap.sdc.toscaparser.api.parameters.Input@71421464, org.onap.sdc.toscaparser.api.parameters.Input@57e22520, org.onap.sdc.toscaparser.api.parameters.Input@40573b7a] 2021-11-20T10:55:40.698Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.698Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ae842bc5-66ee-4f99-8f34-8ac07b179352 2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae842bc5-66ee-4f99-8f34-8ac07b179352 matches Tosca VF Customization UUID: ae842bc5-66ee-4f99-8f34-8ac07b179352 2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ae842bc5-66ee-4f99-8f34-8ac07b179352 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T10:55:40.702Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.702Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.703Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ae842bc5-66ee-4f99-8f34-8ac07b179352: {\"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-11-20T10:55:40.703Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2628b2dd 2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a211c276-4d4b-47de-b011-a720c5c140f7 2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a211c276-4d4b-47de-b011-a720c5c140f7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T10:55:40.710Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.711Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:40.711Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:55:40.712Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.712Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:40.713Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:55:40.713Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.714Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is not matching search criteria 2021-11-20T10:55:40.714Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-20T10:55:40.714Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-20T10:55:40.715Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f40e91e-fa8e-4feb-a09f-f05d5eda079b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T10:55:40.717Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.718Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:40.718Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:55:40.719Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.720Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria 2021-11-20T10:55:40.720Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=ae842bc5-66ee-4f99-8f34-8ac07b179352 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:55:40.722Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.722Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd: basic_onboard_FuyeLa 2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.724Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.724Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.724Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:55:40.726Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_FuyeLa Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T10:55:40.815Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FuyeLa c8fef1ad-678c-47ec-bc02-f06cef969e1a 1 ASDC deployResourceStructure 2021-11-20T10:55:40.816Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json ASDC sendASDCNotification 2021-11-20T10:55:40.816Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json 2021-11-20T10:55:40.816Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:55:40.817Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:40.819Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:40.819Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405740816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:55:40.924Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-11-20T10:55:40.925Z||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-11-20T10:55:40.925Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:40.941Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:40.941Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:41.821Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-20T10:55:41.824Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml 2021-11-20T10:55:41.824Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:55:41.824Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:41.827Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:41.828Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405741820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-20T10:55:41.928Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:41.931Z||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-11-20T10:55:41.931Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:41.944Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:41.945Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:42.828Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-20T10:55:42.829Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env 2021-11-20T10:55:42.829Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:55:42.830Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:42.831Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:42.832Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405742828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-20T10:55:42.932Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:42.933Z||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-11-20T10:55:42.933Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:42.943Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:42.944Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:55:43.833Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar ASDC sendASDCNotification 2021-11-20T10:55:43.833Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar 2021-11-20T10:55:43.834Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:55:43.834Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:55:43.836Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:55:43.836Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405743833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:55:43.936Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:55:43.937Z||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-11-20T10:55:43.937Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:55:43.952Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:55:43.953Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:55:44.836Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61307283-e7ba-4346-b969-e53020c14116 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:55:44.845Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61307283-e7ba-4346-b969-e53020c14116 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|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-11-20T10:55:44.860Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T10:56:14.864Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61307283-e7ba-4346-b969-e53020c14116 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-11-20T10:56:14.871Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61307283-e7ba-4346-b969-e53020c14116 and serviceModelVersionId: f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd 2021-11-20T10:56:14.871Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9125a776-07cc-426a-b5f7-1697d6fad367 2021-11-20T10:56:14.872Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0 2021-11-20T10:56:14.876Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T10:56:14.934Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?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-11-20T10:56:14.936Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0|INFO|500||Invoke 2021-11-20T10:56:14.965Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T10:56:15.240Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0|INFO|500||InvokeReturn 2021-11-20T10:56:15.241Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211120-10:56:14:974-16766], vertex-id=[213136], Content-Length=[0], Date=[Sat, 20 Nov 2021 10:56:14 GMT], Content-Type=[application/json]} 2021-11-20T10:56:15.241Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-20T10:56:15.241Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T10:56:15.242Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:56:15.245Z|61307283-e7ba-4346-b969-e53020c14116|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-11-20T10:56:15.246Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61307283-e7ba-4346-b969-e53020c14116 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T10:56:15.246Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T10:56:15.246Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:56:15.248Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:56:15.248Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405775246, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T10:56:15.348Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:56:15.350Z||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-11-20T10:56:15.350Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:56:15.362Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:56:15.363Z||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-11-20T10:56:26.651Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:56:26.652Z|61307283-e7ba-4346-b969-e53020c14116|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-11-20T10:56:26.652Z|61307283-e7ba-4346-b969-e53020c14116|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:56:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:56:26.654Z||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-11-20T10:56:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:56:26.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:56:26.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-20T10:56:26.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:56:26.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-20T10:56:36.199Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:26.652Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:57:26.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:57:26.654Z||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-11-20T10:57:26.654Z|61307283-e7ba-4346-b969-e53020c14116|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-11-20T10:57:26.654Z|61307283-e7ba-4346-b969-e53020c14116|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:26.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:26.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:57:26.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T10:57:26.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405729368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:26.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:57:26.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405730391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:57:26.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-20T10:57:26.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "clamp", "timestamp": 1637405731394, "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-11-20T10:57:26.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116 2021-11-20T10:57:26.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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-11-20T10:57:26.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:57:26.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405726656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:57:26.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405734607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:26.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405737353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:26.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405738563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:26.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405739677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:26.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405740816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:57:26.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405741820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-20T10:57:26.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405742828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-20T10:57:26.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405743833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:57:26.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "61307283-e7ba-4346-b969-e53020c14116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405775246, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T10:57:26.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:57:27.294Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:27.297Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T10:57:27.297Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4","serviceName":"vFW 2021-11-20 10-54-44","serviceVersion":"1.0","serviceUUID":"125124b0-2f0d-4d5b-9100-8c94d729992b","serviceDescription":"catalog service description","serviceInvariantUUID":"67ada2c8-e8c8-4749-ac84-cff08fa7b494","resources":[{"resourceInstanceName":"vFW 3c3d900b-1a5a 0","resourceName":"vFW 3c3d900b-1a5a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"75bc0602-9175-47c4-9ac2-46ef5423a636","resourceInvariantUUID":"8dd98527-d450-4a2f-ae5f-812ac667cf56","resourceCustomizationUUID":"47253e89-919c-4c9a-b68e-70b0cebf6194","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml","artifactChecksum":"MDkwYjdlOGVmZDg4ZjRmNzU2ZjI3MjgwMWYwNDNlYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce0531ca-e5b0-4921-b775-5b0d63d2b447","artifactVersion":"1"},{"artifactName":"vfw3c3d900b1a5a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json","artifactChecksum":"ZWE4MjVkNGViZTA0OTlmMGMxZjkxODY4MTFlNzhlYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b277418-e5dc-4693-ba14-6ff0190a780c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"89a59e50-4783-426f-8cfa-cf307edc43dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQwYjVlODFlMTk0MWZlYjc0YjA2OWRjNDJhZDk0NTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be58a8d2-f23a-4431-899d-52458a2d74c1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"418aab40-8572-4333-8be2-5167797d91d7","artifactVersion":"2","generatedFromUUID":"89a59e50-4783-426f-8cfa-cf307edc43dd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211120105444-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml","artifactChecksum":"MDIxMzQ3ODE5NTI2ZGQ5ODczMzY5MjIxNjM1MDIzZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a7026b3-98c7-4ccb-8474-4ba2c2f3e49e","artifactVersion":"1"},{"artifactName":"service-Vfw20211120105444-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar","artifactChecksum":"NTU0ZGVjY2IwMTk3MmVlOWE4MTgyNmY3N2YxMzYwYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"688dbac2-6445-4fae-8a2b-cdf68d004bc7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T10:57:27.309Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:57:27.310Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:27.316Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:27.316Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:57:27.416Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:27.417Z||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-11-20T10:57:27.417Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:27.431Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:27.431Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:57:28.317Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:57:28.318Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:28.320Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:28.320Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:57:28.420Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:28.421Z||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-11-20T10:57:28.422Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:28.437Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:28.437Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:29.321Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:57:29.321Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:29.323Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:29.324Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:57:29.423Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T10:57:29.424Z||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-11-20T10:57:29.424Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:29.437Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:29.437Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:57:30.324Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:57:30.326Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:30.329Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:30.329Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:57:30.429Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:30.430Z||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-11-20T10:57:30.430Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:30.444Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:30.445Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:31.329Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:57:31.334Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:31.339Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:31.339Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T10:57:31.439Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T10:57:31.440Z||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-11-20T10:57:31.440Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:31.452Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:31.453Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:32.340Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:57:32.341Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:32.344Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:32.344Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:57:32.444Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:32.445Z||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-11-20T10:57:32.445Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:32.457Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:32.457Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:33.345Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T10:57:33.346Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:33.348Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:33.348Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:57:33.448Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:33.449Z||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-11-20T10:57:33.449Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:33.460Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:33.461Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:34.350Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "serviceName": "vFW 2021-11-20 10-54-44", "serviceVersion": "1.0", "serviceUUID": "125124b0-2f0d-4d5b-9100-8c94d729992b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "67ada2c8-e8c8-4749-ac84-cff08fa7b494", "resources": [ { "resourceInstanceName": "vFW 3c3d900b-1a5a 0", "resourceCustomizationUUID": "47253e89-919c-4c9a-b68e-70b0cebf6194", "resourceName": "vFW 3c3d900b-1a5a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "75bc0602-9175-47c4-9ac2-46ef5423a636", "resourceInvariantUUID": "8dd98527-d450-4a2f-ae5f-812ac667cf56", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3c3d900b1a5a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "artifactChecksum": "ZWE4MjVkNGViZTA0OTlmMGMxZjkxODY4MTFlNzhlYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b277418-e5dc-4693-ba14-6ff0190a780c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "89a59e50-4783-426f-8cfa-cf307edc43dd", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "418aab40-8572-4333-8be2-5167797d91d7", "generatedFromUUID": "89a59e50-4783-426f-8cfa-cf307edc43dd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "418aab40-8572-4333-8be2-5167797d91d7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211120105444-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "artifactChecksum": "NTU0ZGVjY2IwMTk3MmVlOWE4MTgyNmY3N2YxMzYwYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "688dbac2-6445-4fae-8a2b-cdf68d004bc7" } ], "workloadContext": "Production" } 2021-11-20T10:57:34.350Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T10:57:34.350Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 125124b0-2f0d-4d5b-9100-8c94d729992b ASDC 2021-11-20T10:57:34.351Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 ServiceName:vFW 2021-11-20 10-54-44 ServiceVersion:1.0 ServiceUUID:125124b0-2f0d-4d5b-9100-8c94d729992b ServiceInvariantUUID:67ada2c8-e8c8-4749-ac84-cff08fa7b494 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211120105444-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar ArtifactUUID:688dbac2-6445-4fae-8a2b-cdf68d004bc7 ArtifactChecksum:NTU0ZGVjY2IwMTk3MmVlOWE4MTgyNmY3N2YxMzYwYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3c3d900b-1a5a 0 ResourceCustomizationUUID:47253e89-919c-4c9a-b68e-70b0cebf6194 ResourceInvariantUUID:8dd98527-d450-4a2f-ae5f-812ac667cf56 ResourceName:vFW 3c3d900b-1a5a ResourceType:VF ResourceUUID:75bc0602-9175-47c4-9ac2-46ef5423a636 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3c3d900b1a5a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json ArtifactUUID:7b277418-e5dc-4693-ba14-6ff0190a780c ArtifactChecksum:ZWE4MjVkNGViZTA0OTlmMGMxZjkxODY4MTFlNzhlYjM= 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/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml ArtifactUUID:89a59e50-4783-426f-8cfa-cf307edc43dd 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/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env ArtifactUUID:418aab40-8572-4333-8be2-5167797d91d7 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/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env ArtifactUUID:418aab40-8572-4333-8be2-5167797d91d7 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T10:57:34.351Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 125124b0-2f0d-4d5b-9100-8c94d729992b 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-11-20T10:57:34.384Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 688dbac2-6445-4fae-8a2b-cdf68d004bc7 from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:34.514Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:57:34.519Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar 688dbac2-6445-4fae-8a2b-cdf68d004bc7 98917 2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar ASDC sendASDCNotification 2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:34.522Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:34.522Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405854519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:34.622Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:34.623Z||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-11-20T10:57:34.623Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:34.634Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:34.635Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:35.523Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T10:57:35.523Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T10:57:35.524Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 688dbac2-6445-4fae-8a2b-cdf68d004bc7, URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar to file: /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:35.524Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211120105444-csar.csar 2021-11-20T10:57:35.524Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:35.525Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:35.784Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12935868751686040891/Definitions/service-Vfw20211120105444-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-11-20T10:57:37.652Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T10:57:37.652Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3c3d900b-1a5a 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-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria 2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria 2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=057edbe9-2511-4949-84f9-7d948903a739 2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria 2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1ef9093-e925-434b-9f53-7074de28df10 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b64b4546-4fba-4423-933d-06c2c77592e9 2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-20 10-54-44 Description:catalog service description Model UUID:125124b0-2f0d-4d5b-9100-8c94d729992b Model Version:NULL Model InvariantUuid:67ada2c8-e8c8-4749-ac84-cff08fa7b494 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3c3d900b-1a5a Model UUID:df3a53e3-efa7-42bd-b575-ea9fb1bd16c7 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8dd98527-d450-4a2f-ae5f-812ac667cf56 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:47253e89-919c-4c9a-b68e-70b0cebf6194 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c7815083-163e-40b6-b12e-e930f8b40b3a ModelName:Vfw3c3d900b1a5a..base_vfw..module-0 ModelUuid:f0b383cb-4428-47cd-bc96-8f719ebeece1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:057edbe9-2511-4949-84f9-7d948903a739 ModelInvariantUuid:7a202698-f369-4e8e-91a3-06d2093a4cfc ModelName:vFW 3c3d900b-1a5a-nodes.vfwCvfc ModelUuid:1d7681de-8d5d-44ac-87ad-4ff6d63472ec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:950ec6e7-16a9-488d-b43a-23b379f5020b ModelInvariantUuid:fcd9d6ab-84c1-49a6-977b-057c4e9945de ModelName:Vfw3c3d900b1a5a.compute.nodes.heat.vfw ModelUuid:8ef00a2a-ba17-486f-aca3-c126806d31ab ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c1ef9093-e925-434b-9f53-7074de28df10 ModelInvariantUuid:f4fedd6d-b356-4a65-9eb0-48d06f150205 ModelName:vFW 3c3d900b-1a5a-nodes.vsnCvfc ModelUuid:c1c10d09-f0df-4469-8ae1-5a83d68559c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:602a01ea-c724-469e-a0d9-4618c4b56501 ModelInvariantUuid:c9bb0492-ba63-436a-ac0c-56283bb40c21 ModelName:Vfw3c3d900b1a5a.compute.nodes.heat.vsn ModelUuid:c5444dbc-2d5a-447d-8b5a-cd8283739c22 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b64b4546-4fba-4423-933d-06c2c77592e9 ModelInvariantUuid:e56909c8-9d31-4fed-9630-ed0913832196 ModelName:vFW 3c3d900b-1a5a-nodes.vpgCvfc ModelUuid:ea1cf761-e2a7-4072-9c34-444ddaafa290 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b90ebe8d-b979-4d07-a67d-7c8f4085430d ModelInvariantUuid:8d06fe1e-3493-4487-8419-c3d0f7a02dcc ModelName:Vfw3c3d900b1a5a.compute.nodes.heat.vpg ModelUuid:429c21a2-41a4-4a54-9430-d3226ba096f3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T10:57:37.674Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 75bc0602-9175-47c4-9ac2-46ef5423a636 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||vFW 3c3d900b-1a5a 0 2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 75bc0602-9175-47c4-9ac2-46ef5423a636 2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b277418-e5dc-4693-ba14-6ff0190a780c from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json 2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json 2021-11-20T10:57:37.854Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:57:37.854Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json 7b277418-e5dc-4693-ba14-6ff0190a780c 785 2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json ASDC sendASDCNotification 2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json 2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:37.858Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:37.858Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405857855, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:37.959Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:37.960Z||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-11-20T10:57:37.960Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:37.974Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:37.975Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:38.859Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3c3d900b1a5a..base_vfw..module-0", "vfModuleModelInvariantUUID": "c7815083-163e-40b6-b12e-e930f8b40b3a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0b383cb-4428-47cd-bc96-8f719ebeece1", "vfModuleModelCustomizationUUID": "2353e7a5-cf1a-487e-82ea-3c5ad24b9af7", "isBase": true, "artifacts": [ "89a59e50-4783-426f-8cfa-cf307edc43dd", "418aab40-8572-4333-8be2-5167797d91d7" ], "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-11-20T10:57:38.865Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3c3d900b1a5a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0b383cb-4428-47cd-bc96-8f719ebeece1 VfModuleModelInvariantUUID:c7815083-163e-40b6-b12e-e930f8b40b3a VfModuleModelDescription:NULL Artifacts UUID List:{ 89a59e50-4783-426f-8cfa-cf307edc43dd , 418aab40-8572-4333-8be2-5167797d91d7 } 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-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3c3d900b1a5a..base_vfw..module-0", "vfModuleModelInvariantUUID": "c7815083-163e-40b6-b12e-e930f8b40b3a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0b383cb-4428-47cd-bc96-8f719ebeece1", "vfModuleModelCustomizationUUID": "2353e7a5-cf1a-487e-82ea-3c5ad24b9af7", "isBase": true, "artifacts": [ "89a59e50-4783-426f-8cfa-cf307edc43dd", "418aab40-8572-4333-8be2-5167797d91d7" ], "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-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3c3d900b1a5a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0b383cb-4428-47cd-bc96-8f719ebeece1 VfModuleModelInvariantUUID:c7815083-163e-40b6-b12e-e930f8b40b3a VfModuleModelDescription:NULL Artifacts UUID List:{ 89a59e50-4783-426f-8cfa-cf307edc43dd , 418aab40-8572-4333-8be2-5167797d91d7 } 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-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 89a59e50-4783-426f-8cfa-cf307edc43dd from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml 2021-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:57:38.869Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml 2021-11-20T10:57:39.060Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml 89a59e50-4783-426f-8cfa-cf307edc43dd 20368 2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml 2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:39.064Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:39.064Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405859062, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:39.166Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-20T10:57:39.166Z||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-11-20T10:57:39.166Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:39.184Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:39.185Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:40.065Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 418aab40-8572-4333-8be2-5167797d91d7 from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env 2021-11-20T10:57:40.065Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T10:57:40.066Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env 2021-11-20T10:57:40.125Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T10:57:40.125Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env 418aab40-8572-4333-8be2-5167797d91d7 2098 2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env 2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:40.128Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:40.129Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405860126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:57:40.228Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T10:57:40.229Z||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-11-20T10:57:40.229Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:40.240Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:40.240Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:41.129Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 125124b0-2f0d-4d5b-9100-8c94d729992b 2021-11-20T10:57:41.130Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3c3d900b-1a5a 0 75bc0602-9175-47c4-9ac2-46ef5423a636 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:57:41.145Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b5ccdf3, org.onap.sdc.toscaparser.api.parameters.Input@1a50bd94, org.onap.sdc.toscaparser.api.parameters.Input@18870f15, org.onap.sdc.toscaparser.api.parameters.Input@f6b63cc, org.onap.sdc.toscaparser.api.parameters.Input@22f51487] 2021-11-20T10:57:41.146Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.147Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.147Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-20T10:57:41.147Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 47253e89-919c-4c9a-b68e-70b0cebf6194 2021-11-20T10:57:41.148Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47253e89-919c-4c9a-b68e-70b0cebf6194 matches Tosca VF Customization UUID: 47253e89-919c-4c9a-b68e-70b0cebf6194 2021-11-20T10:57:41.148Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 47253e89-919c-4c9a-b68e-70b0cebf6194 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T10:57:41.151Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.151Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.152Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 47253e89-919c-4c9a-b68e-70b0cebf6194: {\"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-11-20T10:57:41.152Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49a89b36 2021-11-20T10:57:41.153Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.153Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T10:57:41.153Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2353e7a5-cf1a-487e-82ea-3c5ad24b9af7 2021-11-20T10:57:41.154Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2353e7a5-cf1a-487e-82ea-3c5ad24b9af7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T10:57:41.156Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.156Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:41.156Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:41.157Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.157Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:41.157Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria 2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:57:41.161Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.161Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=057edbe9-2511-4949-84f9-7d948903a739 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T10:57:41.164Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.165Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:41.166Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:41.167Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.168Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria 2021-11-20T10:57:41.169Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:57:41.169Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:57:41.169Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:57:41.169Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:41.170Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.170Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:57:41.171Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.171Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-20T10:57:41.171Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T10:57:41.171Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:41.171Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T10:57:41.171Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.172Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1ef9093-e925-434b-9f53-7074de28df10 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T10:57:41.173Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.174Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:41.174Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:41.174Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.174Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria 2021-11-20T10:57:41.174Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T10:57:41.175Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T10:57:41.175Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T10:57:41.175Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:41.175Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.175Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T10:57:41.175Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.175Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T10:57:41.176Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T10:57:41.176Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T10:57:41.176Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T10:57:41.176Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-20T10:57:41.176Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b64b4546-4fba-4423-933d-06c2c77592e9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T10:57:41.178Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.178Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:41.178Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T10:57:41.178Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.178Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria 2021-11-20T10:57:41.178Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=47253e89-919c-4c9a-b68e-70b0cebf6194 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:57:41.180Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.180Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.180Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 125124b0-2f0d-4d5b-9100-8c94d729992b: vFW 3c3d900b-1a5a 2021-11-20T10:57:41.180Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.181Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.181Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.181Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.181Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.181Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.181Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.182Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.182Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T10:57:41.182Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T10:57:41.182Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-20 10-54-44 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T10:57:41.336Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3c3d900b-1a5a 75bc0602-9175-47c4-9ac2-46ef5423a636 1 ASDC deployResourceStructure 2021-11-20T10:57:41.337Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json ASDC sendASDCNotification 2021-11-20T10:57:41.337Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json 2021-11-20T10:57:41.337Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:57:41.337Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:41.339Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:41.339Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405861337, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:57:41.439Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:41.440Z||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-11-20T10:57:41.441Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:41.452Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:41.452Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:42.340Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-20T10:57:42.340Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml 2021-11-20T10:57:42.340Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:57:42.340Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:42.342Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:42.342Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405862340, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-20T10:57:42.443Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:42.444Z||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-11-20T10:57:42.444Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:42.454Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:42.454Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:57:43.343Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-20T10:57:43.344Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env 2021-11-20T10:57:43.344Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:57:43.344Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:43.346Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:43.346Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405863343, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-20T10:57:43.446Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:43.447Z||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-11-20T10:57:43.447Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:43.459Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:43.459Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T10:57:44.346Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar ASDC sendASDCNotification 2021-11-20T10:57:44.347Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar 2021-11-20T10:57:44.347Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T10:57:44.347Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:57:44.349Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:57:44.349Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405864346, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:57:44.449Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:57:44.450Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T10:57:44.450Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:57:44.460Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:57:44.461Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T10:57:45.349Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:57:45.359Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:57:45.361Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:57:45.361Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T10:57:45.361Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T10:58:15.362Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:58:15.380Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:58:15.383Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:58:15.384Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T10:58:15.384Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T10:58:26.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:58:26.658Z||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-11-20T10:58:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:58:26.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:58:26.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405793824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405795700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "dcae-sch", "timestamp": 1637405790945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405796615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405793824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405795700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "dcae-sch", "timestamp": 1637405790945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405796615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405797755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405795700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "dcae-sch", "timestamp": 1637405790945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405793824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405796615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405797755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405793824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405795700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "dcae-sch", "timestamp": 1637405790945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405796615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405797755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:58:26.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405793824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405795700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "dcae-sch", "timestamp": 1637405790945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405796615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405797755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405793824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405795700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "dcae-sch", "timestamp": 1637405790945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405796615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405797755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405801963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405793824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:58:26.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405795700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:58:26.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "dcae-sch", "timestamp": 1637405790945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405796615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:58:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405797755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405801963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:58:26.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405797755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:58:26.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405804463, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405804478, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405804484, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405801963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "cds", "timestamp": 1637405805487, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-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-11-20T10:58:26.743Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 2021-11-20T10:58:26.744Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 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-11-20T10:58:26.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405801963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405805578, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "ves-openapi-manager", "timestamp": 1637405804960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405805669, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "ves-openapi-manager", "timestamp": 1637405804960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405801963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405806585, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:58:26.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405806952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "policy-id", "timestamp": 1637405807587, "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-11-20T10:58:26.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 2021-11-20T10:58:26.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 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-11-20T10:58:26.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "ves-openapi-manager", "timestamp": 1637405804960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405801963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405807977, "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-11-20T10:58:26.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 2021-11-20T10:58:26.797Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 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-11-20T10:58:26.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "ves-openapi-manager", "timestamp": 1637405804960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405801963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1637405808981, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:58:26.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "ves-openapi-manager", "timestamp": 1637405804960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "ves-openapi-manager", "timestamp": 1637405804960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "ves-openapi-manager", "timestamp": 1637405804960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405811866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405811866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405811866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405815201, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:58:26.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405811866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "aai-ml", "timestamp": 1637405816208, "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-11-20T10:58:26.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 2021-11-20T10:58:26.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 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-11-20T10:58:26.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405816379, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405811866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405811866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:58:26.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405818392, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:58:26.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405811866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:58:26.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:58:26.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "clamp", "timestamp": 1637405819395, "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-11-20T10:58:26.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 2021-11-20T10:58:26.835Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 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-11-20T10:58:26.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405819687, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:58:26.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405823090, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:58:26.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:58:26.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:58:26.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637405824096, "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-11-20T10:58:26.855Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 2021-11-20T10:58:26.855Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 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-11-20T10:58:45.384Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T10:58:45.395Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T10:58:45.400Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T10:58:45.400Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T10:58:45.400Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T10:58:45.400Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T10:58:45.400Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:58:45.401Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:58:45.401Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:58:45.401Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:58:45.401Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:58:45.401Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T10:58:45.401Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-11-20T10:58:45.407Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T10:59:15.407Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 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-11-20T10:59:15.414Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 and serviceModelVersionId: 125124b0-2f0d-4d5b-9100-8c94d729992b 2021-11-20T10:59:15.414Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67ada2c8-e8c8-4749-ac84-cff08fa7b494 2021-11-20T10:59:15.416Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67ada2c8-e8c8-4749-ac84-cff08fa7b494/model-vers/model-ver/125124b0-2f0d-4d5b-9100-8c94d729992b?depth=0 2021-11-20T10:59:15.421Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T10:59:15.478Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ada2c8-e8c8-4749-ac84-cff08fa7b494/model-vers/model-ver/125124b0-2f0d-4d5b-9100-8c94d729992b?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-11-20T10:59:15.480Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ada2c8-e8c8-4749-ac84-cff08fa7b494/model-vers/model-ver/125124b0-2f0d-4d5b-9100-8c94d729992b?depth=0|INFO|500||Invoke 2021-11-20T10:59:15.521Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ada2c8-e8c8-4749-ac84-cff08fa7b494/model-vers/model-ver/125124b0-2f0d-4d5b-9100-8c94d729992b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T10:59:15.853Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ada2c8-e8c8-4749-ac84-cff08fa7b494/model-vers/model-ver/125124b0-2f0d-4d5b-9100-8c94d729992b?depth=0|INFO|500||InvokeReturn 2021-11-20T10:59:15.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ada2c8-e8c8-4749-ac84-cff08fa7b494/model-vers/model-ver/125124b0-2f0d-4d5b-9100-8c94d729992b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211120-10:59:15:531-5147], vertex-id=[344152], Content-Length=[0], Date=[Sat, 20 Nov 2021 10:59:15 GMT], Content-Type=[application/json]} 2021-11-20T10:59:15.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-20T10:59:15.857Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T10:59:15.857Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T10:59:15.862Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-11-20T10:59:15.863Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T10:59:15.863Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T10:59:15.863Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T10:59:15.866Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T10:59:15.866Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405955863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T10:59:15.966Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T10:59:15.967Z||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-11-20T10:59:15.967Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T10:59:15.978Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:59:15.978Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T10:59:16.886Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:59:16.887Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-11-20T10:59:16.888Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:59:26.431Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:59:26.651Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:59:26.652Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-11-20T10:59:26.652Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:59:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T10:59:26.654Z||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-11-20T10:59:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T10:59:26.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T10:59:26.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:59:26.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:59:26.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "NOTIFIED" } 2021-11-20T10:59:26.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:59:26.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:59:26.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405846652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "NOTIFIED" } 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405854519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405857855, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405859062, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405860126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405861337, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405862340, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-20T10:59:26.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:26.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405863343, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-20T10:59:26.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:26.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T10:59:26.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405864346, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T10:59:26.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T10:59:36.207Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:00:26.651Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:00:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:00:26.654Z||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-11-20T11:00:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:00:26.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-11-20T11:00:26.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:00:27.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:00:27.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T11:00:27.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637405955863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:00:27.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:00:36.211Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:26.651Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:01:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:01:26.654Z||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-11-20T11:01:26.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-11-20T11:01:26.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:27.288Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:27.290Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.291Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fe6310b-33c9-4d32-a901-3c0a08886eb7","serviceName":"vFW 2021-11-20 10-59-04","serviceVersion":"1.0","serviceUUID":"0b64653a-089e-4dfb-9629-e6491eb1f693","serviceDescription":"catalog service description","serviceInvariantUUID":"73b91a3e-0e3d-4041-9a83-42ed35df3036","resources":[{"resourceInstanceName":"vFW 8c4fbf18-fb9b 0","resourceName":"vFW 8c4fbf18-fb9b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1ec28d2-ef54-47c2-a71c-c4d940613fb8","resourceInvariantUUID":"a5c075d9-ac98-45c7-9105-dcee32b2477c","resourceCustomizationUUID":"b9c9465c-f76a-43eb-887a-c26d8b1daa4d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRiMzllYjM3ODkwM2RiMDg1MmE4YzFjZWMxNzJiMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c63e2c2-d74e-4398-9173-a3497724b270","artifactVersion":"1"},{"artifactName":"vfw8c4fbf18fb9b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json","artifactChecksum":"MTc2M2ZkMGRjM2YwYjE3NmVjZjRiNTljNjAwNjNlMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e767dbf9-5d36-46ac-91f2-49f793bddd9d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTI2NDI2MWNkMmJhY2QyOWVmOGFhODQ4YmI2MTc0MTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4403410d-cce0-4a64-82d0-11e3a2636f7a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fd49e934-d728-40eb-9707-60e0aa1db1be","artifactVersion":"2","generatedFromUUID":"f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211120105904-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml","artifactChecksum":"N2FhOWJlNzQ2MTk0YjA2Mzg0MTliNDQ2ZTA3NDlkOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d361e2f3-4e59-4cfd-a64e-0b33a1e4c142","artifactVersion":"1"},{"artifactName":"service-Vfw20211120105904-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar","artifactChecksum":"NzYyZGZkYjJiN2U4OTQ2ZTc5ZWJkMDBkZDM1ZjE3NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c04333bf-109b-4f65-8f16-7743870770e2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:01:27.293Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:27.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "ves-openapi-manager", "timestamp": 1637406044964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "dcae-sch", "timestamp": 1637406050961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.298Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:01:27.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "ves-openapi-manager", "timestamp": 1637406044964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:01:27.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.298Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:27.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406051615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406051866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "dcae-sch", "timestamp": 1637406050961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "ves-openapi-manager", "timestamp": 1637406044964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406051615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406051866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "dcae-sch", "timestamp": 1637406050961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "ves-openapi-manager", "timestamp": 1637406044964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406051615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406051866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.308Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:27.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.308Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "dcae-sch", "timestamp": 1637406050961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "ves-openapi-manager", "timestamp": 1637406044964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406051615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406051866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "dcae-sch", "timestamp": 1637406050961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "ves-openapi-manager", "timestamp": 1637406044964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406051615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406055700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406051866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "dcae-sch", "timestamp": 1637406050961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "ves-openapi-manager", "timestamp": 1637406044964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406041964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:01:27.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406051615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406055700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:01:27.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406051866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "dcae-sch", "timestamp": 1637406050961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406051615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:01:27.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406055700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T11:01:27.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406051866, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:01:27.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406057755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406055700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406059387, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406057755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406059675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406055700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T11:01:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "cds", "timestamp": 1637406060392, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-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-11-20T11:01:27.346Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fe6310b-33c9-4d32-a901-3c0a08886eb7 2021-11-20T11:01:27.346Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fe6310b-33c9-4d32-a901-3c0a08886eb7 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-11-20T11:01:27.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406057755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T11:01:27.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406055700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406057755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406055700, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:01:27.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406062411, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406057755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406063161, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:01:27.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406063507, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406057755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406064164, "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-11-20T11:01:27.366Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fe6310b-33c9-4d32-a901-3c0a08886eb7 2021-11-20T11:01:27.366Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fe6310b-33c9-4d32-a901-3c0a08886eb7 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-11-20T11:01:27.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406064421, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:01:27.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406063824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406064670, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406057755, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:01:27.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "clamp", "timestamp": 1637406065424, "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-11-20T11:01:27.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fe6310b-33c9-4d32-a901-3c0a08886eb7 2021-11-20T11:01:27.381Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fe6310b-33c9-4d32-a901-3c0a08886eb7 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-11-20T11:01:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406063824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406065968, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406066138, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406063824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406066974, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:01:27.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406067164, "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-11-20T11:01:27.396Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fe6310b-33c9-4d32-a901-3c0a08886eb7 2021-11-20T11:01:27.396Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fe6310b-33c9-4d32-a901-3c0a08886eb7 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-11-20T11:01:27.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406063824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "policy-id", "timestamp": 1637406067978, "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-11-20T11:01:27.408Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:01:27.409Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fe6310b-33c9-4d32-a901-3c0a08886eb7 2021-11-20T11:01:27.409Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fe6310b-33c9-4d32-a901-3c0a08886eb7 and ComponentName POLICY 2021-11-20T11:01:27.409Z||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-11-20T11:01:27.409Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-11-20T11:01:27.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1637406068168, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:01:27.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406063824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406063824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:27.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406063824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:01:27.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:01:27.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406071816, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:27.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406081800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:01:27.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:01:27.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:01:27.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "aai-ml", "timestamp": 1637406082804, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2021-11-20T11:01:27.422Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:27.422Z||pool-51-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=? 2021-11-20T11:01:27.425Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fe6310b-33c9-4d32-a901-3c0a08886eb7 2021-11-20T11:01:27.425Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fe6310b-33c9-4d32-a901-3c0a08886eb7 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-11-20T11:01:28.309Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:01:28.311Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:28.313Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:28.314Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:01:28.414Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:28.414Z||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-11-20T11:01:28.415Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:28.428Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:28.429Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:29.314Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:01:29.315Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:29.317Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:29.317Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T11:01:29.417Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:29.420Z||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-11-20T11:01:29.420Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:29.430Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:29.431Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:30.317Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:01:30.318Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:30.320Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:30.320Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:30.420Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:30.421Z||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-11-20T11:01:30.421Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:30.432Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:30.432Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:31.320Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:01:31.322Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:31.324Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:31.324Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T11:01:31.425Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-20T11:01:31.426Z||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-11-20T11:01:31.426Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:31.442Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:31.443Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:01:32.324Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:01:32.326Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:32.328Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:32.328Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:01:32.428Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:32.429Z||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-11-20T11:01:32.429Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:32.441Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:32.442Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:33.328Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:01:33.330Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:33.332Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:33.332Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:01:33.432Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:01:33.434Z||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-11-20T11:01:33.434Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:33.448Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:33.448Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:01:34.334Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "serviceName": "vFW 2021-11-20 10-59-04", "serviceVersion": "1.0", "serviceUUID": "0b64653a-089e-4dfb-9629-e6491eb1f693", "serviceDescription": "catalog service description", "serviceInvariantUUID": "73b91a3e-0e3d-4041-9a83-42ed35df3036", "resources": [ { "resourceInstanceName": "vFW 8c4fbf18-fb9b 0", "resourceCustomizationUUID": "b9c9465c-f76a-43eb-887a-c26d8b1daa4d", "resourceName": "vFW 8c4fbf18-fb9b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b1ec28d2-ef54-47c2-a71c-c4d940613fb8", "resourceInvariantUUID": "a5c075d9-ac98-45c7-9105-dcee32b2477c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8c4fbf18fb9b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "artifactChecksum": "MTc2M2ZkMGRjM2YwYjE3NmVjZjRiNTljNjAwNjNlMGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e767dbf9-5d36-46ac-91f2-49f793bddd9d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fd49e934-d728-40eb-9707-60e0aa1db1be", "generatedFromUUID": "f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fd49e934-d728-40eb-9707-60e0aa1db1be", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211120105904-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "artifactChecksum": "NzYyZGZkYjJiN2U4OTQ2ZTc5ZWJkMDBkZDM1ZjE3NzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c04333bf-109b-4f65-8f16-7743870770e2" } ], "workloadContext": "Production" } 2021-11-20T11:01:34.334Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:01:34.335Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b64653a-089e-4dfb-9629-e6491eb1f693 ASDC 2021-11-20T11:01:34.335Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0fe6310b-33c9-4d32-a901-3c0a08886eb7 ServiceName:vFW 2021-11-20 10-59-04 ServiceVersion:1.0 ServiceUUID:0b64653a-089e-4dfb-9629-e6491eb1f693 ServiceInvariantUUID:73b91a3e-0e3d-4041-9a83-42ed35df3036 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211120105904-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar ArtifactUUID:c04333bf-109b-4f65-8f16-7743870770e2 ArtifactChecksum:NzYyZGZkYjJiN2U4OTQ2ZTc5ZWJkMDBkZDM1ZjE3NzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8c4fbf18-fb9b 0 ResourceCustomizationUUID:b9c9465c-f76a-43eb-887a-c26d8b1daa4d ResourceInvariantUUID:a5c075d9-ac98-45c7-9105-dcee32b2477c ResourceName:vFW 8c4fbf18-fb9b ResourceType:VF ResourceUUID:b1ec28d2-ef54-47c2-a71c-c4d940613fb8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8c4fbf18fb9b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json ArtifactUUID:e767dbf9-5d36-46ac-91f2-49f793bddd9d ArtifactChecksum:MTc2M2ZkMGRjM2YwYjE3NmVjZjRiNTljNjAwNjNlMGU= 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/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml ArtifactUUID:f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc 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/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env ArtifactUUID:fd49e934-d728-40eb-9707-60e0aa1db1be 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/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env ArtifactUUID:fd49e934-d728-40eb-9707-60e0aa1db1be ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T11:01:34.336Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b64653a-089e-4dfb-9629-e6491eb1f693 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-11-20T11:01:34.369Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:01:34.370Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T11:01:34.370Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T11:01:34.370Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c04333bf-109b-4f65-8f16-7743870770e2 from URL: /sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:34.371Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T11:01:34.371Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:34.525Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T11:01:34.530Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar c04333bf-109b-4f65-8f16-7743870770e2 98931 2021-11-20T11:01:34.531Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar ASDC sendASDCNotification 2021-11-20T11:01:34.531Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:34.531Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:01:34.532Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:34.534Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:34.534Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406094531, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:34.634Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:34.635Z||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-11-20T11:01:34.635Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:34.645Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:34.646Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:35.535Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:01:35.536Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-20T11:01:35.537Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c04333bf-109b-4f65-8f16-7743870770e2, URL: /sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar to file: /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:35.537Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211120105904-csar.csar 2021-11-20T11:01:35.538Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:35.538Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:35.909Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16188329637398099069/Definitions/service-Vfw20211120105904-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-11-20T11:01:37.751Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:01:37.752Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T11:01:37.752Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.752Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-20T11:01:37.752Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8c4fbf18-fb9b 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-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.753Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.754Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.754Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.754Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-Vfw20211120105904-csar.csar 2021-11-20T11:01:37.754Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-20T11:01:37.754Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.754Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:37.755Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:37.755Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T11:01:37.755Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:01:37.755Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.755Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:37.756Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:37.756Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-20T11:01:37.756Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:01:37.756Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.756Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:37.756Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.757Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is not matching search criteria 2021-11-20T11:01:37.757Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T11:01:37.757Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T11:01:37.757Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T11:01:37.757Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.757Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.758Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.758Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T11:01:37.758Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T11:01:37.758Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T11:01:37.758Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.758Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.758Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T11:01:37.759Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.759Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T11:01:37.759Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.759Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T11:01:37.759Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.759Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:01:37.760Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.760Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:37.760Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:37.760Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.760Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:37.761Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:37.761Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.761Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:37.761Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:37.761Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.762Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is not matching search criteria 2021-11-20T11:01:37.762Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T11:01:37.762Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T11:01:37.762Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-20T11:01:37.762Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T11:01:37.762Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T11:01:37.763Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.763Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.763Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T11:01:37.763Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.763Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T11:01:37.763Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.764Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=851ff9df-4d4f-4d71-a1d2-94e589870b8c 2021-11-20T11:01:37.764Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.764Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is not matching search criteria 2021-11-20T11:01:37.764Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T11:01:37.764Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T11:01:37.764Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T11:01:37.765Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.765Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.765Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.765Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T11:01:37.765Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-20T11:01:37.765Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T11:01:37.765Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.766Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T11:01:37.766Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.766Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fe28b23-fcbe-49ed-a989-aecc9fd7dd88 2021-11-20T11:01:37.766Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.766Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is not matching search criteria 2021-11-20T11:01:37.766Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T11:01:37.767Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T11:01:37.767Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T11:01:37.767Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.767Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.767Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.767Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T11:01:37.767Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T11:01:37.768Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T11:01:37.768Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:37.768Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:37.768Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-20T11:01:37.768Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59055a3d-183f-48d9-9c4b-b334f072fd8e 2021-11-20T11:01:37.768Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.768Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:37.769Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.769Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:37.769Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.769Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:37.769Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:37.769Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:37.770Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-20 10-59-04 Description:catalog service description Model UUID:0b64653a-089e-4dfb-9629-e6491eb1f693 Model Version:NULL Model InvariantUuid:73b91a3e-0e3d-4041-9a83-42ed35df3036 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8c4fbf18-fb9b Model UUID:1f797f58-cb24-4436-94fe-a42acf671f2a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a5c075d9-ac98-45c7-9105-dcee32b2477c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b9c9465c-f76a-43eb-887a-c26d8b1daa4d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4a13ad0b-2e46-4e7b-9c8d-a3d1ea2ce96c ModelName:Vfw8c4fbf18Fb9b..base_vfw..module-0 ModelUuid:2a64ebe5-ce72-4ad4-bfbc-811c7d31c6ed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:851ff9df-4d4f-4d71-a1d2-94e589870b8c ModelInvariantUuid:ac2171d6-b9cf-49e1-836c-42108ade1f74 ModelName:vFW 8c4fbf18-fb9b-nodes.vfwCvfc ModelUuid:c6c5c33e-2faf-490d-a7db-1d8d909fe548 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:79813c29-63d0-4a30-a238-c0d33a8aeb49 ModelInvariantUuid:007cb397-2ddf-421f-a0d8-dffd7ab445b9 ModelName:Vfw8c4fbf18Fb9b.compute.nodes.heat.vfw ModelUuid:8824e7c7-728e-4222-8d5a-e098262b54fe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9fe28b23-fcbe-49ed-a989-aecc9fd7dd88 ModelInvariantUuid:6a6e990b-5470-4513-8886-726a2109c618 ModelName:vFW 8c4fbf18-fb9b-nodes.vsnCvfc ModelUuid:469db527-71a5-4b2b-92d9-3c22010e8f09 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f66ee09d-e775-4684-a6a9-274e98cdc7d7 ModelInvariantUuid:6b7171bf-c17f-4ba8-9afc-e0201fc21164 ModelName:Vfw8c4fbf18Fb9b.compute.nodes.heat.vsn ModelUuid:244946e9-b7d7-4ad4-9046-65beec5fd9cc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:59055a3d-183f-48d9-9c4b-b334f072fd8e ModelInvariantUuid:581934f5-51dc-46ab-8d1c-6df02dc4c45f ModelName:vFW 8c4fbf18-fb9b-nodes.vpgCvfc ModelUuid:a7f1d65c-f608-4348-83d9-373e4881a4e4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7f981b17-415b-4a7e-99c0-da7edb45ca53 ModelInvariantUuid:605cdec2-d644-435a-9415-b7a3789731fa ModelName:Vfw8c4fbf18Fb9b.compute.nodes.heat.vpg ModelUuid:2ebfa175-a0f7-444c-ae2a-92d9d2ff74ed ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:01:37.776Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b1ec28d2-ef54-47c2-a71c-c4d940613fb8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:01:37.780Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||vFW 8c4fbf18-fb9b 0 2021-11-20T11:01:37.781Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1ec28d2-ef54-47c2-a71c-c4d940613fb8 2021-11-20T11:01:37.781Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e767dbf9-5d36-46ac-91f2-49f793bddd9d from URL: /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json 2021-11-20T11:01:37.781Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T11:01:37.781Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json 2021-11-20T11:01:37.892Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T11:01:37.893Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json e767dbf9-5d36-46ac-91f2-49f793bddd9d 785 2021-11-20T11:01:37.893Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json ASDC sendASDCNotification 2021-11-20T11:01:37.893Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json 2021-11-20T11:01:37.893Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:01:37.894Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:37.896Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:37.896Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406097893, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:37.996Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:37.997Z||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-11-20T11:01:37.997Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:38.009Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:38.009Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:38.896Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8c4fbf18Fb9b..base_vfw..module-0", "vfModuleModelInvariantUUID": "4a13ad0b-2e46-4e7b-9c8d-a3d1ea2ce96c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a64ebe5-ce72-4ad4-bfbc-811c7d31c6ed", "vfModuleModelCustomizationUUID": "b11c3db3-c673-4851-82bb-583e52a33957", "isBase": true, "artifacts": [ "f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc", "fd49e934-d728-40eb-9707-60e0aa1db1be" ], "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-11-20T11:01:38.900Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8c4fbf18Fb9b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a64ebe5-ce72-4ad4-bfbc-811c7d31c6ed VfModuleModelInvariantUUID:4a13ad0b-2e46-4e7b-9c8d-a3d1ea2ce96c VfModuleModelDescription:NULL Artifacts UUID List:{ f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc , fd49e934-d728-40eb-9707-60e0aa1db1be } 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-11-20T11:01:38.902Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8c4fbf18Fb9b..base_vfw..module-0", "vfModuleModelInvariantUUID": "4a13ad0b-2e46-4e7b-9c8d-a3d1ea2ce96c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a64ebe5-ce72-4ad4-bfbc-811c7d31c6ed", "vfModuleModelCustomizationUUID": "b11c3db3-c673-4851-82bb-583e52a33957", "isBase": true, "artifacts": [ "f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc", "fd49e934-d728-40eb-9707-60e0aa1db1be" ], "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-11-20T11:01:38.902Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8c4fbf18Fb9b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a64ebe5-ce72-4ad4-bfbc-811c7d31c6ed VfModuleModelInvariantUUID:4a13ad0b-2e46-4e7b-9c8d-a3d1ea2ce96c VfModuleModelDescription:NULL Artifacts UUID List:{ f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc , fd49e934-d728-40eb-9707-60e0aa1db1be } 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-11-20T11:01:38.902Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc from URL: /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml 2021-11-20T11:01:38.902Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T11:01:38.902Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml 2021-11-20T11:01:39.067Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T11:01:39.067Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml f8f5df0d-d63c-4f15-9c0b-fe32a0cdb3cc 20368 2021-11-20T11:01:39.068Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-20T11:01:39.068Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml 2021-11-20T11:01:39.068Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:01:39.068Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:39.070Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:39.070Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406099068, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:39.171Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:39.172Z||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-11-20T11:01:39.172Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:39.184Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:39.186Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:40.071Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd49e934-d728-40eb-9707-60e0aa1db1be from URL: /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env 2021-11-20T11:01:40.071Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-20T11:01:40.072Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env 2021-11-20T11:01:40.127Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-20T11:01:40.127Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env fd49e934-d728-40eb-9707-60e0aa1db1be 2098 2021-11-20T11:01:40.127Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-20T11:01:40.128Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env 2021-11-20T11:01:40.128Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:01:40.128Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:40.130Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:40.130Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406100127, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:01:40.230Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:40.231Z||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-11-20T11:01:40.231Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:40.242Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:40.242Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:41.131Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0b64653a-089e-4dfb-9629-e6491eb1f693 2021-11-20T11:01:41.132Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8c4fbf18-fb9b 0 b1ec28d2-ef54-47c2-a71c-c4d940613fb8 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:01:41.145Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@782f6f70, org.onap.sdc.toscaparser.api.parameters.Input@5648d6a4, org.onap.sdc.toscaparser.api.parameters.Input@64b4599e, org.onap.sdc.toscaparser.api.parameters.Input@586f6341, org.onap.sdc.toscaparser.api.parameters.Input@5b38d3d3] 2021-11-20T11:01:41.146Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.147Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.147Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-20T11:01:41.147Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b9c9465c-f76a-43eb-887a-c26d8b1daa4d 2021-11-20T11:01:41.147Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9c9465c-f76a-43eb-887a-c26d8b1daa4d matches Tosca VF Customization UUID: b9c9465c-f76a-43eb-887a-c26d8b1daa4d 2021-11-20T11:01:41.148Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b9c9465c-f76a-43eb-887a-c26d8b1daa4d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T11:01:41.150Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.150Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.151Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b9c9465c-f76a-43eb-887a-c26d8b1daa4d: {\"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-11-20T11:01:41.151Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e3d042c 2021-11-20T11:01:41.151Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.151Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:01:41.152Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b11c3db3-c673-4851-82bb-583e52a33957 2021-11-20T11:01:41.152Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b11c3db3-c673-4851-82bb-583e52a33957 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T11:01:41.154Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.154Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:41.154Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:41.155Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.155Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:41.155Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:41.155Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.156Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is not matching search criteria 2021-11-20T11:01:41.156Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T11:01:41.156Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T11:01:41.156Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-20T11:01:41.157Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T11:01:41.157Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T11:01:41.157Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.157Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:41.158Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T11:01:41.158Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:41.158Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T11:01:41.158Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.158Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=851ff9df-4d4f-4d71-a1d2-94e589870b8c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T11:01:41.160Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.161Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:41.161Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:41.161Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.161Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is not matching search criteria 2021-11-20T11:01:41.162Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T11:01:41.162Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T11:01:41.162Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T11:01:41.162Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:41.163Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.163Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.163Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T11:01:41.163Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-20T11:01:41.164Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-20T11:01:41.164Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:41.164Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-20T11:01:41.164Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.164Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fe28b23-fcbe-49ed-a989-aecc9fd7dd88 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T11:01:41.166Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.167Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:41.167Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:41.167Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.167Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is not matching search criteria 2021-11-20T11:01:41.168Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-20T11:01:41.168Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-20T11:01:41.168Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-20T11:01:41.168Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:41.168Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.169Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.169Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-20T11:01:41.169Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-20T11:01:41.170Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-20T11:01:41.170Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-20T11:01:41.171Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-20T11:01:41.171Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-20T11:01:41.171Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59055a3d-183f-48d9-9c4b-b334f072fd8e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T11:01:41.173Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.173Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:41.174Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:01:41.174Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.174Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Node template vFW 8c4fbf18-fb9b 0 is matching search criteria 2021-11-20T11:01:41.174Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8c4fbf18-fb9b 0] matching following query criteria: sdcType=VF, customizationUUID=b9c9465c-f76a-43eb-887a-c26d8b1daa4d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:01:41.176Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.176Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.177Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0b64653a-089e-4dfb-9629-e6491eb1f693: vFW 8c4fbf18-fb9b 2021-11-20T11:01:41.177Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.177Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.177Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.177Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.178Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.178Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.178Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.178Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.179Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:01:41.179Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-59-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:01:41.179Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-20 10-59-04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:01:41.342Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8c4fbf18-fb9b b1ec28d2-ef54-47c2-a71c-c4d940613fb8 1 ASDC deployResourceStructure 2021-11-20T11:01:41.343Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json ASDC sendASDCNotification 2021-11-20T11:01:41.343Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json 2021-11-20T11:01:41.343Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:01:41.343Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:41.345Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:41.346Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406101343, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:01:41.446Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:41.447Z||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-11-20T11:01:41.447Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:41.458Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:41.459Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:01:42.350Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-20T11:01:42.351Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml 2021-11-20T11:01:42.351Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:01:42.351Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:42.354Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:42.354Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406102350, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:01:42.453Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:01:42.454Z||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-11-20T11:01:42.454Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:42.465Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:42.466Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:43.355Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-20T11:01:43.355Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env 2021-11-20T11:01:43.355Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:01:43.355Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:43.358Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:43.358Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406103354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-20T11:01:43.458Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:43.458Z||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-11-20T11:01:43.458Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:43.468Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:43.468Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:01:44.358Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar ASDC sendASDCNotification 2021-11-20T11:01:44.359Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar 2021-11-20T11:01:44.359Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:01:44.359Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:01:44.361Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:01:44.361Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406104358, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:01:44.461Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:01:44.462Z||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-11-20T11:01:44.462Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:01:44.473Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:01:44.473Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:01:45.362Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fe6310b-33c9-4d32-a901-3c0a08886eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:01:45.375Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fe6310b-33c9-4d32-a901-3c0a08886eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:01:45.379Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:01:45.379Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:01:45.379Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:01:45.379Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:01:45.380Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:01:45.380Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:01:45.380Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:01:45.380Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:01:45.380Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:01:45.380Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:01:45.380Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:01:45.385Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:02:15.386Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fe6310b-33c9-4d32-a901-3c0a08886eb7 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-11-20T11:02:15.404Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fe6310b-33c9-4d32-a901-3c0a08886eb7 and serviceModelVersionId: 0b64653a-089e-4dfb-9629-e6491eb1f693 2021-11-20T11:02:15.404Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73b91a3e-0e3d-4041-9a83-42ed35df3036 2021-11-20T11:02:15.407Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73b91a3e-0e3d-4041-9a83-42ed35df3036/model-vers/model-ver/0b64653a-089e-4dfb-9629-e6491eb1f693?depth=0 2021-11-20T11:02:15.416Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:02:15.470Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73b91a3e-0e3d-4041-9a83-42ed35df3036/model-vers/model-ver/0b64653a-089e-4dfb-9629-e6491eb1f693?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-11-20T11:02:15.472Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73b91a3e-0e3d-4041-9a83-42ed35df3036/model-vers/model-ver/0b64653a-089e-4dfb-9629-e6491eb1f693?depth=0|INFO|500||Invoke 2021-11-20T11:02:15.498Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73b91a3e-0e3d-4041-9a83-42ed35df3036/model-vers/model-ver/0b64653a-089e-4dfb-9629-e6491eb1f693?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:02:15.614Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73b91a3e-0e3d-4041-9a83-42ed35df3036/model-vers/model-ver/0b64653a-089e-4dfb-9629-e6491eb1f693?depth=0|INFO|500||InvokeReturn 2021-11-20T11:02:15.614Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73b91a3e-0e3d-4041-9a83-42ed35df3036/model-vers/model-ver/0b64653a-089e-4dfb-9629-e6491eb1f693?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211120-11:02:15:509-34728], vertex-id=[360536], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:02:15 GMT], Content-Type=[application/json]} 2021-11-20T11:02:15.623Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:02:15.623Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:02:15.623Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:02:15.628Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:02:15.629Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fe6310b-33c9-4d32-a901-3c0a08886eb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:02:15.630Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:02:15.630Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:02:15.634Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:02:15.634Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406135629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:02:15.734Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:02:15.735Z||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-11-20T11:02:15.735Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:02:15.748Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:02:15.748Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T11:02:26.651Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:02:26.653Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:02:26.653Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:02:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:02:26.654Z||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-11-20T11:02:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:02:26.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:02:26.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:02:26.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:02:26.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:02:36.196Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:03:26.651Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:03:26.652Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:03:26.652Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:03:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:03:26.654Z||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-11-20T11:03:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:03:27.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:03:27.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:03:27.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:03:27.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-20T11:03:27.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:03:27.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406086651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406094531, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406097893, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406099068, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406100127, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406101343, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/vfw8c4fbf18fb9b0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406102350, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406103354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/resourceInstances/vfw8c4fbf18fb9b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-20T11:03:27.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406104358, "artifactURL": "/sdc/v1/catalog/services/Vfw20211120105904/1.0/artifacts/service-Vfw20211120105904-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:03:27.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-20T11:03:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fe6310b-33c9-4d32-a901-3c0a08886eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406135629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:03:27.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:03:36.197Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:04:26.652Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:04:26.653Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:04:26.654Z||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-11-20T11:04:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:04:26.654Z||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-11-20T11:04:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:04:36.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:04:36.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:05:26.652Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:05:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:05:26.655Z||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-11-20T11:05:26.655Z||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-11-20T11:05:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:05:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:05:36.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:05:36.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:06:26.651Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:06:26.652Z||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-11-20T11:06:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:06:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:06:26.654Z||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-11-20T11:06:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:06:36.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:06:36.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:07:26.652Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:07:26.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:07:26.655Z||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-11-20T11:07:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:07:26.655Z||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-11-20T11:07:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:07:36.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:07:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:08:26.651Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:08:26.652Z||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-11-20T11:08:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:08:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:08:26.654Z||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-11-20T11:08:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:08:36.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:08:36.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:09:26.652Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:09:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:09:26.655Z||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-11-20T11:09:26.655Z||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-11-20T11:09:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:09:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:09:36.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:09:36.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:10:26.651Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:10:26.652Z||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-11-20T11:10:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:10:26.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:10:26.654Z||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-11-20T11:10:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:10:36.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:10:36.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:11:26.651Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:11:26.653Z||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-11-20T11:11:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:11:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:11:26.654Z||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-11-20T11:11:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:11:36.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:11:36.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:12:26.652Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:12:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:12:26.655Z||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-11-20T11:12:26.655Z||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-11-20T11:12:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:12:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:12:36.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:12:36.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:13:26.651Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:13:26.652Z||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-11-20T11:13:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:13:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:13:26.654Z||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-11-20T11:13:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:13:30.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:13:30.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T11:13:30.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"93c23614-061a-49f8-aba4-850ae17ec699","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6","serviceDescription":"service","serviceInvariantUUID":"23b1d588-e691-4451-9575-3d0d41a3be51","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"79388562-55a5-4e3a-995e-638aa898da46","resourceInvariantUUID":"c45e681c-9a3c-4708-9860-2841ff973290","resourceCustomizationUUID":"0d7a7390-087c-424e-ace9-494735f59cc6","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":"ZDUzMmQ5OGM3MmUzODllNzM3MTQzNzc5MzA2MmI5ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a32082-dbdc-410a-ae2b-eea178460ba9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY5MmQ0Y2M0ZTNkMGY1YTEyM2UwMjA2ZDVjNjE0MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc69839f-a8e9-43f1-962b-d912a85acb12","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:13:30.602Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:13:30.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:13:30.606Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:13:30.607Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406806651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:13:30.706Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:13:30.708Z||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-11-20T11:13:30.708Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:13:30.721Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:13:30.721Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":3,"count":1} 2021-11-20T11:13:30.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:13:30.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:13:30.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406806651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:13:30.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:13:31.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:13:31.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:13:31.617Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:13:31.617Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406806651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:13:31.714Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-20T11:13:31.715Z||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-11-20T11:13:31.715Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:13:31.740Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:13:31.741Z||pool-68-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:13:32.618Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6", "serviceDescription": "service", "serviceInvariantUUID": "23b1d588-e691-4451-9575-3d0d41a3be51", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "0d7a7390-087c-424e-ace9-494735f59cc6", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "79388562-55a5-4e3a-995e-638aa898da46", "resourceInvariantUUID": "c45e681c-9a3c-4708-9860-2841ff973290", "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": "MzY5MmQ0Y2M0ZTNkMGY1YTEyM2UwMjA2ZDVjNjE0MjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bc69839f-a8e9-43f1-962b-d912a85acb12" } ], "workloadContext": "Production" } 2021-11-20T11:13:32.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:13:32.619Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 ASDC 2021-11-20T11:13:32.619Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:93c23614-061a-49f8-aba4-850ae17ec699 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 ServiceInvariantUUID:23b1d588-e691-4451-9575-3d0d41a3be51 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:bc69839f-a8e9-43f1-962b-d912a85acb12 ArtifactChecksum:MzY5MmQ0Y2M0ZTNkMGY1YTEyM2UwMjA2ZDVjNjE0MjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:0d7a7390-087c-424e-ace9-494735f59cc6 ResourceInvariantUUID:c45e681c-9a3c-4708-9860-2841ff973290 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:79388562-55a5-4e3a-995e-638aa898da46 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-20T11:13:32.619Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 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-11-20T11:13:32.651Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:13:32.652Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:13:32.652Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:13:32.652Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bc69839f-a8e9-43f1-962b-d912a85acb12 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-20T11:13:32.652Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:13:32.652Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-20T11:13:33.697Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:13:33.699Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bc69839f-a8e9-43f1-962b-d912a85acb12 52491 2021-11-20T11:13:33.700Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-20T11:13:33.700Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-20T11:13:33.700Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:13:33.700Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:13:33.703Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:13:33.703Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406813700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:13:33.804Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:13:33.806Z||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-11-20T11:13:33.806Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:13:33.825Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:13:33.826Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:13:34.705Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:13:34.707Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:13:34.707Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bc69839f-a8e9-43f1-962b-d912a85acb12, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-20T11:13:34.707Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-20T11:13:34.708Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-20T11:13:34.708Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-20T11:13:34.906Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3591107191358005432/Definitions/service-BasicNetwork-template.yml 2021-11-20T11:13:35.363Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:13:35.363Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:13:35.363Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:13:35.364Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.365Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.365Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-20T11:13:35.365Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:13:35.365Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:13:35.365Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.365Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.366Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-20T11:13:35.366Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:13:35.366Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:13:35.366Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.366Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.366Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.366Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.367Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.367Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.367Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.367Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.367Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.367Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.367Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 Model Version:NULL Model InvariantUuid:23b1d588-e691-4451-9575-3d0d41a3be51 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c45e681c-9a3c-4708-9860-2841ff973290 Model UUID:1d5ecdd4-bf46-4258-b740-d4915850a64b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:0d7a7390-087c-424e-ace9-494735f59cc6 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:13:35.376Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 79388562-55a5-4e3a-995e-638aa898da46 2021-11-20T11:13:35.376Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||No resources found for Service: a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:13:35.382Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500|| 2021-11-20T11:13:35.382Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-20T11:13:35.383Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 2021-11-20T11:13:35.383Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 2021-11-20T11:13:35.383Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-20T11:13:35.384Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:13:35.388Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@163855bd, org.onap.sdc.toscaparser.api.parameters.Input@35722386, org.onap.sdc.toscaparser.api.parameters.Input@6ca52f6f, org.onap.sdc.toscaparser.api.parameters.Input@31b36320, org.onap.sdc.toscaparser.api.parameters.Input@65f24d16] 2021-11-20T11:13:35.389Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.389Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.389Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.389Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.389Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6: Generic NeutronNet 2021-11-20T11:13:35.390Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.390Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.390Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.390Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-20T11:13:35.418Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.418Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.418Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.418Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.418Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:13:35.419Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:13:35.419Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-20T11:13:35.462Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-20T11:13:35.462Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-20T11:13:35.462Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-20T11:13:35.462Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:13:35.462Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:13:35.464Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:13:35.464Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406815462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:13:35.564Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:13:35.565Z||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-11-20T11:13:35.565Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:13:35.583Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:13:35.583Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:13:36.465Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:13:36.474Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:13:36.480Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:13:36.480Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:13:36.480Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:14:06.481Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:14:06.498Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:14:06.500Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:14:06.500Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:14:06.500Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:14:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:14:26.656Z||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-11-20T11:14:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:14:26.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:14:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:14:26.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "ves-openapi-manager", "timestamp": 1637406804960, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:14:26.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:14:36.501Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:14:36.510Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:14:36.512Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:14:36.512Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:14:36.512Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:15:06.513Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:15:06.525Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:15:06.526Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:15:06.527Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:15:06.527Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:15:26.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:15:26.658Z||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-11-20T11:15:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:15:26.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:15:26.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:15:26.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406801866, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:15:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:15:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:15:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "cds", "timestamp": 1637406801615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:15:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:15:36.527Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:15:36.549Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:15:36.551Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:15:36.552Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:15:36.552Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:16:06.552Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:16:06.561Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:16:06.563Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:16:06.563Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:16:06.563Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:16:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:16:26.655Z||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-11-20T11:16:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:16:26.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:16:26.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "ves-openapi-manager", "timestamp": 1637406804960, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:16:26.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406801866, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:16:26.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "dcae-sch", "timestamp": 1637406810946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:16:26.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406806651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:16:26.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "cds", "timestamp": 1637406801615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "dcae-sch", "timestamp": 1637406810946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "cds", "timestamp": 1637406813607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:16:26.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406813654, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406813700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "aai-ml", "timestamp": 1637406813826, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "cds", "timestamp": 1637406814616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-20T11:16:26.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93c23614-061a-49f8-aba4-850ae17ec699 2021-11-20T11:16:26.692Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c23614-061a-49f8-aba4-850ae17ec699 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-11-20T11:16:26.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406815314, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:16:26.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637406815462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:16:26.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "aai-ml", "timestamp": 1637406813826, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:16:26.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406816320, "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-11-20T11:16:26.707Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93c23614-061a-49f8-aba4-850ae17ec699 2021-11-20T11:16:26.708Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c23614-061a-49f8-aba4-850ae17ec699 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-11-20T11:16:26.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "multicloud-k8s-id", "timestamp": 1637406815704, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:16:26.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "aai-ml", "timestamp": 1637406817163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "multicloud-k8s-id", "timestamp": 1637406815704, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "policy-id", "timestamp": 1637406817755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "policy-id", "timestamp": 1637406817755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "policy-id", "timestamp": 1637406820563, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "policy-id", "timestamp": 1637406821567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:16:26.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "aai-ml", "timestamp": 1637406822205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:16:26.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "policy-id", "timestamp": 1637406822570, "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-11-20T11:16:26.723Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93c23614-061a-49f8-aba4-850ae17ec699 2021-11-20T11:16:26.723Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c23614-061a-49f8-aba4-850ae17ec699 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-11-20T11:16:26.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "clamp", "timestamp": 1637406821966, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:16:26.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "aai-ml", "timestamp": 1637406823210, "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-11-20T11:16:26.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93c23614-061a-49f8-aba4-850ae17ec699 2021-11-20T11:16:26.734Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c23614-061a-49f8-aba4-850ae17ec699 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-11-20T11:16:26.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "clamp", "timestamp": 1637406821966, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:16:26.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:16:26.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "clamp", "timestamp": 1637406833587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:16:26.743Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "clamp", "timestamp": 1637406834603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:16:26.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:16:26.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:16:26.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "clamp", "timestamp": 1637406835606, "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-11-20T11:16:26.749Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93c23614-061a-49f8-aba4-850ae17ec699 2021-11-20T11:16:26.749Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c23614-061a-49f8-aba4-850ae17ec699 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-11-20T11:16:36.563Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:16:36.573Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:16:36.576Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:16:36.576Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:16:36.576Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:16:36.576Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:16:36.576Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:16:36.577Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:16:36.577Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:16:36.577Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:16:36.577Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:16:36.577Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:16:36.578Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:16:36.584Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:17:06.585Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93c23614-061a-49f8-aba4-850ae17ec699 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-11-20T11:17:06.603Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93c23614-061a-49f8-aba4-850ae17ec699 and serviceModelVersionId: a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6 2021-11-20T11:17:06.603Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23b1d588-e691-4451-9575-3d0d41a3be51 2021-11-20T11:17:06.605Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23b1d588-e691-4451-9575-3d0d41a3be51/model-vers/model-ver/a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6?depth=0 2021-11-20T11:17:06.614Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:17:06.695Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23b1d588-e691-4451-9575-3d0d41a3be51/model-vers/model-ver/a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6?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-11-20T11:17:06.696Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23b1d588-e691-4451-9575-3d0d41a3be51/model-vers/model-ver/a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6?depth=0|INFO|500||Invoke 2021-11-20T11:17:06.724Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23b1d588-e691-4451-9575-3d0d41a3be51/model-vers/model-ver/a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:17:06.961Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23b1d588-e691-4451-9575-3d0d41a3be51/model-vers/model-ver/a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6?depth=0|INFO|500||InvokeReturn 2021-11-20T11:17:06.962Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23b1d588-e691-4451-9575-3d0d41a3be51/model-vers/model-ver/a87fbe64-1d78-4bd2-9e2c-7e3c98a0b4b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211120-11:17:06:733-18591], vertex-id=[426080], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:17:06 GMT], Content-Type=[application/json]} 2021-11-20T11:17:06.962Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:17:06.963Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:17:06.963Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:17:06.968Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||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-11-20T11:17:06.968Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93c23614-061a-49f8-aba4-850ae17ec699 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:17:06.969Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:17:06.969Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:06.972Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:06.972Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407026968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:17:07.072Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:07.074Z||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-11-20T11:17:07.074Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:07.093Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:07.094Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T11:17:07.984Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:17:07.985Z|93c23614-061a-49f8-aba4-850ae17ec699|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-11-20T11:17:07.985Z|93c23614-061a-49f8-aba4-850ae17ec699|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:12.846Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:12.848Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T11:17:12.848Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8c569f9-5ec1-475d-8c1c-c8824ce1f935","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf","serviceDescription":"service","serviceInvariantUUID":"3727cc5d-85b4-4032-8f82-528645c9b146","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30094d5a-15b3-4b33-84d2-44986050842e","resourceInvariantUUID":"f4c159bd-0aa2-4f2f-88b8-2717a84c0a42","resourceCustomizationUUID":"76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4","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":"NTYzMjFkMTMzZjY3MDA5MTg4YjI0MDQyM2Q0N2M0YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"482a87ca-3328-4dcd-9540-fe77e6c96c78","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":"YzBlMjQxY2Q2ZGUwOTlmMWUxMGM5MThmMzhlMTE4OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e29d36a-1acd-4690-8f8c-b730bb8452d9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1769ac8e-6756-480f-be08-aff6fad36e94","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":"4c2c7215-6188-4c3d-ac75-196a573a8bc5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9d61bbf4-d96e-4910-b8f2-38b101eb3d09","artifactVersion":"2","generatedFromUUID":"1769ac8e-6756-480f-be08-aff6fad36e94"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDQ5MDhhMWIxYjhlNDc4YjkxOTI0MjBjM2VlYzM4Y2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32e32ff3-6499-402b-a34d-8a341e1fbf8f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzI0YzY4NWNkZGJjNWIwNGYyZGU3NDM0MmJkMGYzODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"410259ec-19b8-42a0-bdfb-b099f8148057","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:17:12.851Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:17:12.851Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:12.853Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:12.854Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:12.953Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:17:12.954Z||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-11-20T11:17:12.954Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:12.964Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:12.964Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:13.854Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:17:13.855Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:13.857Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:13.857Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:17:13.957Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:13.960Z||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-11-20T11:17:13.960Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:13.970Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:13.970Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:17:14.858Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:17:14.859Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:14.861Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:14.861Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:17:14.961Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:14.964Z||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-11-20T11:17:14.965Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:14.975Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:14.976Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:17:15.861Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:17:15.862Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:15.864Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:15.864Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:15.964Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:15.965Z||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-11-20T11:17:15.965Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:15.979Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:15.979Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:16.865Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:17:16.865Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:16.867Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:16.867Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-20T11:17:16.967Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:16.968Z||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-11-20T11:17:16.968Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:16.982Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:16.982Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:17.868Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:17:17.868Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:17.870Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:17.871Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:17.971Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:17.972Z||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-11-20T11:17:17.972Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:17.984Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:17.985Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:18.871Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:17:18.872Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:18.874Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:18.874Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:17:18.974Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:18.975Z||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-11-20T11:17:18.975Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:18.997Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:18.997Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:19.875Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf", "serviceDescription": "service", "serviceInvariantUUID": "3727cc5d-85b4-4032-8f82-528645c9b146", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "30094d5a-15b3-4b33-84d2-44986050842e", "resourceInvariantUUID": "f4c159bd-0aa2-4f2f-88b8-2717a84c0a42", "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": "YzBlMjQxY2Q2ZGUwOTlmMWUxMGM5MThmMzhlMTE4OTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e29d36a-1acd-4690-8f8c-b730bb8452d9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1769ac8e-6756-480f-be08-aff6fad36e94", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9d61bbf4-d96e-4910-b8f2-38b101eb3d09", "generatedFromUUID": "1769ac8e-6756-480f-be08-aff6fad36e94" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9d61bbf4-d96e-4910-b8f2-38b101eb3d09", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MzI0YzY4NWNkZGJjNWIwNGYyZGU3NDM0MmJkMGYzODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "410259ec-19b8-42a0-bdfb-b099f8148057" } ], "workloadContext": "Production" } 2021-11-20T11:17:19.876Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:17:19.876Z|93c23614-061a-49f8-aba4-850ae17ec699|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf ASDC 2021-11-20T11:17:19.877Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:a8c569f9-5ec1-475d-8c1c-c8824ce1f935 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf ServiceInvariantUUID:3727cc5d-85b4-4032-8f82-528645c9b146 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:410259ec-19b8-42a0-bdfb-b099f8148057 ArtifactChecksum:MzI0YzY4NWNkZGJjNWIwNGYyZGU3NDM0MmJkMGYzODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4 ResourceInvariantUUID:f4c159bd-0aa2-4f2f-88b8-2717a84c0a42 ResourceName:basic_vm ResourceType:VF ResourceUUID:30094d5a-15b3-4b33-84d2-44986050842e 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:2e29d36a-1acd-4690-8f8c-b730bb8452d9 ArtifactChecksum:YzBlMjQxY2Q2ZGUwOTlmMWUxMGM5MThmMzhlMTE4OTM= 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:1769ac8e-6756-480f-be08-aff6fad36e94 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:9d61bbf4-d96e-4910-b8f2-38b101eb3d09 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:9d61bbf4-d96e-4910-b8f2-38b101eb3d09 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T11:17:19.878Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf 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-11-20T11:17:19.905Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:17:19.906Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:17:19.906Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:17:19.906Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 410259ec-19b8-42a0-bdfb-b099f8148057 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-20T11:17:19.906Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:17:19.906Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-20T11:17:19.976Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:17:19.979Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 410259ec-19b8-42a0-bdfb-b099f8148057 71050 2021-11-20T11:17:19.980Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-20T11:17:19.980Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-20T11:17:19.980Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:17:19.980Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:19.982Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:19.983Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407039980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:17:20.083Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:20.084Z||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-11-20T11:17:20.084Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:20.094Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:20.094Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:20.983Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:17:20.984Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:17:20.985Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 410259ec-19b8-42a0-bdfb-b099f8148057, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-20T11:17:20.985Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-20T11:17:20.985Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-20T11:17:20.986Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-20T11:17:21.317Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18036237460504692384/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-20T11:17:22.415Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.416Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.417Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.417Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.417Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.417Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.417Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:17:22.417Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.417Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:22.418Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:22.418Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:17:22.418Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:17:22.418Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.418Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:22.419Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:22.419Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:17:22.419Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:17:22.419Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.419Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:22.419Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.419Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:17:22.420Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:22.421Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=961d6aee-ec53-483b-96ba-84f0bb902e08 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:22.422Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.423Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:22.423Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.423Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:22.423Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:22.423Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:22.423Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf Model Version:NULL Model InvariantUuid:3727cc5d-85b4-4032-8f82-528645c9b146 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d1e169e3-db1c-4d85-945d-8c6ee9cd6904 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f4c159bd-0aa2-4f2f-88b8-2717a84c0a42 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:056f18cb-59e5-4706-97ab-baf3c8bb2e2b ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ebfc5ed1-fcda-4021-af52-f94d9c1830a9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:961d6aee-ec53-483b-96ba-84f0bb902e08 ModelInvariantUuid:80f25edb-ca1d-4aae-9c53-75a594e70f81 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:ead9e6b2-2f29-45a9-8c06-143914b969c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a97bbc4-8efd-4ec5-b413-27142430dcab ModelInvariantUuid:73905687-b85d-44b2-bf86-7d669047632f ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fc7d2125-3034-4010-856b-c4e53befb52a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:17:22.429Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 30094d5a-15b3-4b33-84d2-44986050842e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:17:22.433Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||basic_vm 0 2021-11-20T11:17:22.433Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 30094d5a-15b3-4b33-84d2-44986050842e 2021-11-20T11:17:22.433Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2e29d36a-1acd-4690-8f8c-b730bb8452d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-20T11:17:22.433Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:17:22.433Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.518Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:17:22.518Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2e29d36a-1acd-4690-8f8c-b730bb8452d9 787 2021-11-20T11:17:22.518Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.518Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:22.519Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:17:22.519Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:22.520Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:22.520Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407042518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:17:22.620Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:22.621Z||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-11-20T11:17:22.621Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:22.632Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:22.632Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:23.521Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "056f18cb-59e5-4706-97ab-baf3c8bb2e2b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebfc5ed1-fcda-4021-af52-f94d9c1830a9", "vfModuleModelCustomizationUUID": "01b13657-fc50-4a65-84c5-3df9d367c26f", "isBase": true, "artifacts": [ "1769ac8e-6756-480f-be08-aff6fad36e94", "9d61bbf4-d96e-4910-b8f2-38b101eb3d09" ], "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-11-20T11:17:23.528Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebfc5ed1-fcda-4021-af52-f94d9c1830a9 VfModuleModelInvariantUUID:056f18cb-59e5-4706-97ab-baf3c8bb2e2b VfModuleModelDescription:NULL Artifacts UUID List:{ 1769ac8e-6756-480f-be08-aff6fad36e94 , 9d61bbf4-d96e-4910-b8f2-38b101eb3d09 } 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-11-20T11:17:23.530Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "056f18cb-59e5-4706-97ab-baf3c8bb2e2b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebfc5ed1-fcda-4021-af52-f94d9c1830a9", "vfModuleModelCustomizationUUID": "01b13657-fc50-4a65-84c5-3df9d367c26f", "isBase": true, "artifacts": [ "1769ac8e-6756-480f-be08-aff6fad36e94", "9d61bbf4-d96e-4910-b8f2-38b101eb3d09" ], "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-11-20T11:17:23.531Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebfc5ed1-fcda-4021-af52-f94d9c1830a9 VfModuleModelInvariantUUID:056f18cb-59e5-4706-97ab-baf3c8bb2e2b VfModuleModelDescription:NULL Artifacts UUID List:{ 1769ac8e-6756-480f-be08-aff6fad36e94 , 9d61bbf4-d96e-4910-b8f2-38b101eb3d09 } 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-11-20T11:17:23.531Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1769ac8e-6756-480f-be08-aff6fad36e94 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-20T11:17:23.531Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:17:23.531Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:23.610Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:17:23.611Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1769ac8e-6756-480f-be08-aff6fad36e94 5033 2021-11-20T11:17:23.611Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:23.611Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:23.611Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:17:23.611Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:23.613Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:23.613Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407043611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:17:23.713Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:23.714Z||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-11-20T11:17:23.714Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:23.725Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:23.725Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:24.620Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d61bbf4-d96e-4910-b8f2-38b101eb3d09 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-20T11:17:24.621Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:17:24.621Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:24.850Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:17:24.851Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9d61bbf4-d96e-4910-b8f2-38b101eb3d09 903 2021-11-20T11:17:24.851Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:24.851Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:24.851Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:17:24.851Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:24.853Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:24.853Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407044851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:17:24.953Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:24.954Z||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-11-20T11:17:24.954Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:24.977Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:24.977Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:25.854Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf 2021-11-20T11:17:25.854Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 30094d5a-15b3-4b33-84d2-44986050842e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:17:25.865Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@254a3bc7, org.onap.sdc.toscaparser.api.parameters.Input@7975a19d, org.onap.sdc.toscaparser.api.parameters.Input@363ad88e, org.onap.sdc.toscaparser.api.parameters.Input@5c3c5ac0, org.onap.sdc.toscaparser.api.parameters.Input@28dcc683] 2021-11-20T11:17:25.867Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.867Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.867Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-11-20T11:17:25.867Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4 2021-11-20T11:17:25.867Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4 matches Tosca VF Customization UUID: 76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4 2021-11-20T11:17:25.867Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T11:17:25.869Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.869Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.870Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-11-20T11:17:25.870Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22bb09f3 2021-11-20T11:17:25.870Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.870Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:17:25.870Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01b13657-fc50-4a65-84c5-3df9d367c26f 2021-11-20T11:17:25.870Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01b13657-fc50-4a65-84c5-3df9d367c26f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T11:17:25.872Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.872Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:25.873Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:17:25.873Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.873Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:25.873Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:17:25.874Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.874Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-20T11:17:25.874Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-20T11:17:25.874Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-20T11:17:25.875Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=961d6aee-ec53-483b-96ba-84f0bb902e08 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T11:17:25.877Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.877Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:25.877Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:17:25.877Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.877Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-20T11:17:25.878Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=76dd5b3e-9fc5-4146-8e1b-e1e58703cdd4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:17:25.879Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.879Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.879Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf: basic_vm 2021-11-20T11:17:25.879Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.880Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.880Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.880Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.880Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.880Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.881Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.881Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.881Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:17:25.881Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:17:25.882Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:17:25.952Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 30094d5a-15b3-4b33-84d2-44986050842e 1 ASDC deployResourceStructure 2021-11-20T11:17:25.953Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:25.953Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:25.953Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:17:25.953Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:25.955Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:25.955Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407045953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:17:26.055Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:26.056Z||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-11-20T11:17:26.056Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:26.068Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:26.068Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:17:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:17:26.654Z||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-11-20T11:17:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:26.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:26.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406915701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "dcae-sch", "timestamp": 1637406910941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406911964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406917759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406915701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:17:26.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "dcae-sch", "timestamp": 1637406910941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406911964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406917759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406915701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:17:26.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "dcae-sch", "timestamp": 1637406910941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406911964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406917759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:17:26.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406915701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "dcae-sch", "timestamp": 1637406910941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406911964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406917759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406915701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-20T11:17:26.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "dcae-sch", "timestamp": 1637406910941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406911964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406921615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406917759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406921865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "dcae-sch", "timestamp": 1637406910941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406915701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406911964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406921615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406917759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406921865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406915701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:17:26.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "dcae-sch", "timestamp": 1637406910941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406911964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:17:26.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406921615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406917759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:17:26.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406921865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406921615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406921865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "ves-openapi-manager", "timestamp": 1637406924960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406926035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:17:26.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:17:26.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406926070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:17:26.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:17:26.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406921615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:17:26.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406921865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:17:26.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:17:26.955Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:26.956Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:26.956Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:17:26.956Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:26.958Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:26.958Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407046955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:17:27.058Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:27.059Z||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-11-20T11:17:27.059Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:27.073Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:27.074Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:17:27.959Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:27.959Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:17:27.959Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:17:27.960Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:27.961Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:27.961Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407047959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-20T11:17:28.062Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-20T11:17:28.063Z||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-11-20T11:17:28.063Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:28.076Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:28.077Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:17:28.962Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-20T11:17:28.963Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-20T11:17:28.963Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:17:28.963Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:17:28.964Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:17:28.964Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407048962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:17:29.065Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:17:29.067Z||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-11-20T11:17:29.067Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:17:29.078Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:17:29.078Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:17:29.965Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:17:29.973Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:17:29.975Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:17:29.975Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:17:29.975Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:17:59.975Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:17:59.984Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:17:59.986Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:17:59.986Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:17:59.986Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:18:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:18:26.654Z||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-11-20T11:18:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:18:26.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:18:26.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "ves-openapi-manager", "timestamp": 1637406924960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406927075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406921615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406927358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406927545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406921865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "ves-openapi-manager", "timestamp": 1637406924960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "policy-id", "timestamp": 1637406928077, "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-11-20T11:18:26.703Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8c569f9-5ec1-475d-8c1c-c8824ce1f935 2021-11-20T11:18:26.704Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8c569f9-5ec1-475d-8c1c-c8824ce1f935 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-11-20T11:18:26.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406921615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406928445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406921865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "ves-openapi-manager", "timestamp": 1637406924960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406929369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.713Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406929471, "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-11-20T11:18:26.716Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8c569f9-5ec1-475d-8c1c-c8824ce1f935 2021-11-20T11:18:26.716Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8c569f9-5ec1-475d-8c1c-c8824ce1f935 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-11-20T11:18:26.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "ves-openapi-manager", "timestamp": 1637406924960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406929944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "cds", "timestamp": 1637406930378, "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-11-20T11:18:26.725Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8c569f9-5ec1-475d-8c1c-c8824ce1f935 2021-11-20T11:18:26.726Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8c569f9-5ec1-475d-8c1c-c8824ce1f935 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-11-20T11:18:26.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "multicloud-k8s-id", "timestamp": 1637406930475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406930550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "ves-openapi-manager", "timestamp": 1637406924960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "clamp", "timestamp": 1637406931553, "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-11-20T11:18:26.737Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8c569f9-5ec1-475d-8c1c-c8824ce1f935 2021-11-20T11:18:26.737Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8c569f9-5ec1-475d-8c1c-c8824ce1f935 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-11-20T11:18:26.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "ves-openapi-manager", "timestamp": 1637406924960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406932384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406933388, "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-11-20T11:18:26.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8c569f9-5ec1-475d-8c1c-c8824ce1f935 2021-11-20T11:18:26.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8c569f9-5ec1-475d-8c1c-c8824ce1f935 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-11-20T11:18:26.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:18:26.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "dcae-sch", "timestamp": 1637406930941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406941619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:18:26.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406945236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406945664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406946360, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406946562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406947565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406947565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "cds", "timestamp": 1637406948128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:18:26.789Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35beeed3-3aa5-4912-8730-06703da3c554 2021-11-20T11:18:26.790Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35beeed3-3aa5-4912-8730-06703da3c554 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-11-20T11:18:26.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "policy-id", "timestamp": 1637406948568, "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-11-20T11:18:26.801Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35beeed3-3aa5-4912-8730-06703da3c554 2021-11-20T11:18:26.801Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35beeed3-3aa5-4912-8730-06703da3c554 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-11-20T11:18:26.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406948612, "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-11-20T11:18:26.813Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35beeed3-3aa5-4912-8730-06703da3c554 2021-11-20T11:18:26.813Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35beeed3-3aa5-4912-8730-06703da3c554 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-11-20T11:18:26.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "multicloud-k8s-id", "timestamp": 1637406949615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406950546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "aai-ml", "timestamp": 1637406951549, "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-11-20T11:18:26.829Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8c569f9-5ec1-475d-8c1c-c8824ce1f935 2021-11-20T11:18:26.829Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8c569f9-5ec1-475d-8c1c-c8824ce1f935 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-11-20T11:18:26.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-20T11:18:26.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-20T11:18:26.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-20T11:18:26.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-20T11:18:26.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406936615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406937755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406958381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406958550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406935701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406958763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "cds", "timestamp": 1637406959393, "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-11-20T11:18:26.873Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 2021-11-20T11:18:26.873Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 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-11-20T11:18:26.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406933825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "dcae-sch", "timestamp": 1637406950941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406959705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406959766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406960637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406960653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406960749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "policy-id", "timestamp": 1637406960768, "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-11-20T11:18:26.891Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 2021-11-20T11:18:26.891Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 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-11-20T11:18:26.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "ves-openapi-manager", "timestamp": 1637406944961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406961895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406962562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406962928, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406963013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "clamp", "timestamp": 1637406963567, "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-11-20T11:18:26.917Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35beeed3-3aa5-4912-8730-06703da3c554 2021-11-20T11:18:26.918Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35beeed3-3aa5-4912-8730-06703da3c554 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-11-20T11:18:26.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406963945, "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-11-20T11:18:26.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35beeed3-3aa5-4912-8730-06703da3c554 2021-11-20T11:18:26.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35beeed3-3aa5-4912-8730-06703da3c554 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-11-20T11:18:26.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406964059, "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-11-20T11:18:26.944Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 2021-11-20T11:18:26.944Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 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-11-20T11:18:26.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "multicloud-k8s-id", "timestamp": 1637406965062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406968945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "aai-ml", "timestamp": 1637406969949, "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-11-20T11:18:26.962Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35beeed3-3aa5-4912-8730-06703da3c554 2021-11-20T11:18:26.962Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35beeed3-3aa5-4912-8730-06703da3c554 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-11-20T11:18:26.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406941962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406951866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406974122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:26.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406976401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:26.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:26.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637406977405, "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-11-20T11:18:26.985Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 2021-11-20T11:18:26.985Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 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-11-20T11:18:26.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:18:26.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:26.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:26.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406970952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:18:26.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406980704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406982556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406984573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:18:27.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:18:27.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:18:27.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "clamp", "timestamp": 1637406985579, "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-11-20T11:18:27.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 2021-11-20T11:18:27.006Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 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-11-20T11:18:29.987Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:18:29.996Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:18:29.999Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:18:30.003Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:19:00.004Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 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-11-20T11:19:00.021Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8c569f9-5ec1-475d-8c1c-c8824ce1f935 and serviceModelVersionId: 8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf 2021-11-20T11:19:00.021Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3727cc5d-85b4-4032-8f82-528645c9b146 2021-11-20T11:19:00.023Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3727cc5d-85b4-4032-8f82-528645c9b146/model-vers/model-ver/8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf?depth=0 2021-11-20T11:19:00.030Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:19:00.101Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3727cc5d-85b4-4032-8f82-528645c9b146/model-vers/model-ver/8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf?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-11-20T11:19:00.107Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3727cc5d-85b4-4032-8f82-528645c9b146/model-vers/model-ver/8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf?depth=0|INFO|500||Invoke 2021-11-20T11:19:00.131Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3727cc5d-85b4-4032-8f82-528645c9b146/model-vers/model-ver/8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:19:00.218Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3727cc5d-85b4-4032-8f82-528645c9b146/model-vers/model-ver/8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf?depth=0|INFO|500||InvokeReturn 2021-11-20T11:19:00.219Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3727cc5d-85b4-4032-8f82-528645c9b146/model-vers/model-ver/8cdf6dab-9fe6-429f-bfbd-bea9d2f02dcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211120-11:19:00:146-59417], vertex-id=[282680], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:19:00 GMT], Content-Type=[application/json]} 2021-11-20T11:19:00.219Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:19:00.219Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:19:00.220Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:19:00.231Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||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-11-20T11:19:00.231Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8c569f9-5ec1-475d-8c1c-c8824ce1f935 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:19:00.232Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:19:00.232Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:00.236Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:00.236Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407140232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:19:00.336Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:00.337Z||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-11-20T11:19:00.337Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:00.351Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:00.352Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T11:19:01.254Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T11:19:01.254Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"35beeed3-3aa5-4912-8730-06703da3c554","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"be65feb8-7e2e-4163-99a1-d2b2586393cd","serviceDescription":"service","serviceInvariantUUID":"42bc5602-b1f7-4080-879b-8e06a544089d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0486acf5-823c-4f6e-85aa-a2de1598f339","resourceInvariantUUID":"85bf6344-ff4e-4fbe-a8d7-0e696352ca0f","resourceCustomizationUUID":"fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZGU3NWI1Y2M1NGU0YWZhZDkxMzY2MDNlNmI2ZTgzMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4066c75-2537-4e7f-b553-14c035c91bd8","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZGQxMTJhYjYxMGI1NTlhOTdjN2IxMWI1YTIwNjllYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f1cbbb1-c2c0-465b-bff1-22561a2a8758","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"873d5eeb-65f0-495c-88b0-9fc555881fd4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02fc8a9e-ae7b-4231-b8e5-83ee1d458bd0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"974478d4-e8b3-4b07-b985-b80439316b06","artifactVersion":"2","generatedFromUUID":"873d5eeb-65f0-495c-88b0-9fc555881fd4"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NDgzODk4Yzg2OTFlZWYzZDFhOTlmNTNmYTkxM2EzOGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba2fe0e2-c3e0-40e4-8651-02e43901e84e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZDFlYmYxYzQzN2VjYTc5ZThkMDhlZDljY2VhNDZiMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0853fe96-1b05-43db-bfb3-91a245857342","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDg0ZDZmMTIzNmM1YjZkYTgzZjZlZGE3NDM5OWRkZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3fa10a4-fc85-46f6-b8eb-f9578e4a5cf9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:19:01.255Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:01.255Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:01.259Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:01.259Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:01.359Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:01.360Z||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-11-20T11:19:01.360Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:01.372Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:01.373Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:19:02.259Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:02.261Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:02.262Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:02.262Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:19:02.362Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:19:02.363Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:02.363Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:02.376Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:02.376Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:03.263Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:03.264Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:03.266Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:03.267Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:19:03.366Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:19:03.367Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:03.367Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:03.381Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:03.382Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:04.267Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:04.268Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:04.270Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:04.270Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:04.370Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:04.371Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:04.371Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:04.382Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:04.383Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:05.270Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:05.271Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:05.273Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:05.273Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-20T11:19:05.373Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:05.374Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:05.374Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:05.393Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:05.394Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:19:06.274Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:06.275Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:06.277Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:06.277Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:06.377Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:06.378Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:06.378Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:06.396Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:06.397Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:07.278Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:07.278Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:07.280Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:07.280Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:07.380Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:07.382Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:07.382Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:07.393Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:07.393Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:08.281Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:08.281Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:08.283Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:08.283Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:19:08.383Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:08.384Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:08.385Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:08.395Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:08.395Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:19:09.285Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "be65feb8-7e2e-4163-99a1-d2b2586393cd", "serviceDescription": "service", "serviceInvariantUUID": "42bc5602-b1f7-4080-879b-8e06a544089d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0486acf5-823c-4f6e-85aa-a2de1598f339", "resourceInvariantUUID": "85bf6344-ff4e-4fbe-a8d7-0e696352ca0f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZGQxMTJhYjYxMGI1NTlhOTdjN2IxMWI1YTIwNjllYjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8f1cbbb1-c2c0-465b-bff1-22561a2a8758", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "873d5eeb-65f0-495c-88b0-9fc555881fd4", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "974478d4-e8b3-4b07-b985-b80439316b06", "generatedFromUUID": "873d5eeb-65f0-495c-88b0-9fc555881fd4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "974478d4-e8b3-4b07-b985-b80439316b06", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZDg0ZDZmMTIzNmM1YjZkYTgzZjZlZGE3NDM5OWRkZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3fa10a4-fc85-46f6-b8eb-f9578e4a5cf9" } ], "workloadContext": "Production" } 2021-11-20T11:19:09.286Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:19:09.286Z|a8c569f9-5ec1-475d-8c1c-c8824ce1f935|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be65feb8-7e2e-4163-99a1-d2b2586393cd ASDC 2021-11-20T11:19:09.287Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:35beeed3-3aa5-4912-8730-06703da3c554 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:be65feb8-7e2e-4163-99a1-d2b2586393cd ServiceInvariantUUID:42bc5602-b1f7-4080-879b-8e06a544089d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:b3fa10a4-fc85-46f6-b8eb-f9578e4a5cf9 ArtifactChecksum:ZDg0ZDZmMTIzNmM1YjZkYTgzZjZlZGE3NDM5OWRkZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae ResourceInvariantUUID:85bf6344-ff4e-4fbe-a8d7-0e696352ca0f ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0486acf5-823c-4f6e-85aa-a2de1598f339 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:8f1cbbb1-c2c0-465b-bff1-22561a2a8758 ArtifactChecksum:ZGQxMTJhYjYxMGI1NTlhOTdjN2IxMWI1YTIwNjllYjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:873d5eeb-65f0-495c-88b0-9fc555881fd4 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:974478d4-e8b3-4b07-b985-b80439316b06 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:974478d4-e8b3-4b07-b985-b80439316b06 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T11:19:09.287Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be65feb8-7e2e-4163-99a1-d2b2586393cd 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-11-20T11:19:09.321Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:19:09.321Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:19:09.321Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:19:09.321Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b3fa10a4-fc85-46f6-b8eb-f9578e4a5cf9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-20T11:19:09.322Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:19:09.322Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-20T11:19:09.688Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:19:09.694Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b3fa10a4-fc85-46f6-b8eb-f9578e4a5cf9 78787 2021-11-20T11:19:09.695Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-20T11:19:09.695Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-20T11:19:09.695Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:19:09.695Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:09.703Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:09.703Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407149695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:09.803Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:09.804Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:09.804Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:09.819Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:09.819Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:10.704Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:19:10.705Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:19:10.705Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b3fa10a4-fc85-46f6-b8eb-f9578e4a5cf9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:10.706Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-20T11:19:10.707Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:10.707Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:10.904Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17657333400370585888/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-20T11:19:11.987Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:19:11.988Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:19:11.988Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.988Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-20T11:19:11.988Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.989Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.989Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.989Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.989Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.989Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.989Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.990Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.990Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-20T11:19:11.990Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:19:11.990Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.990Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:11.991Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:11.991Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:19:11.991Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:19:11.991Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.992Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:11.992Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:11.992Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:19:11.992Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:19:11.993Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.993Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:11.993Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.993Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-20T11:19:11.993Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-20T11:19:11.994Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-20T11:19:11.994Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-20T11:19:11.994Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-20T11:19:11.994Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T11:19:11.995Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.995Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:19:11.995Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.995Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:11.996Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:19:11.996Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.996Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:11.996Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:19:11.997Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.997Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:11.997Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:19:11.997Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.998Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-20T11:19:11.998Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-20T11:19:11.998Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-20T11:19:11.998Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5cf1d859-761c-41e6-97d0-a4df072cb656 2021-11-20T11:19:11.998Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.999Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:11.999Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.999Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:11.999Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:11.999Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:12.000Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:12.000Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:12.000Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:be65feb8-7e2e-4163-99a1-d2b2586393cd Model Version:NULL Model InvariantUuid:42bc5602-b1f7-4080-879b-8e06a544089d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:e83f211b-8a9b-4d84-93ff-51c1c7ad503d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:85bf6344-ff4e-4fbe-a8d7-0e696352ca0f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:49cb441b-88e2-4b64-91b2-0ff2f1c37c80 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:15f28575-84d8-40e4-bb57-83e90818a30b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5cf1d859-761c-41e6-97d0-a4df072cb656 ModelInvariantUuid:93539cce-1fab-446c-9c2c-1613b6e9dcd9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:16ea700a-acc0-4890-bc11-52790a1abaa1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:21908b39-2b6b-4c76-adba-5c1d04cb0430 ModelInvariantUuid:7bc34ed2-e129-4ddc-84fc-2af5705a364b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:42a786a6-7ab4-40a4-bef8-39280bd6fafa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:19:12.005Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0486acf5-823c-4f6e-85aa-a2de1598f339 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:19:12.008Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2021-11-20T11:19:12.008Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0486acf5-823c-4f6e-85aa-a2de1598f339 2021-11-20T11:19:12.008Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8f1cbbb1-c2c0-465b-bff1-22561a2a8758 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-20T11:19:12.009Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:19:12.009Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-20T11:19:12.435Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:19:12.436Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8f1cbbb1-c2c0-465b-bff1-22561a2a8758 792 2021-11-20T11:19:12.437Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-20T11:19:12.437Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-20T11:19:12.437Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:19:12.438Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:12.440Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:12.440Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407152437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:12.541Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:12.542Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:12.542Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:12.554Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:12.554Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:19:13.441Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49cb441b-88e2-4b64-91b2-0ff2f1c37c80", "vfModuleModelVersion": "1", "vfModuleModelUUID": "15f28575-84d8-40e4-bb57-83e90818a30b", "vfModuleModelCustomizationUUID": "fe368d7f-c614-4ae3-8e2b-ee15ead9dd17", "isBase": true, "artifacts": [ "873d5eeb-65f0-495c-88b0-9fc555881fd4", "974478d4-e8b3-4b07-b985-b80439316b06" ], "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-11-20T11:19:13.445Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:15f28575-84d8-40e4-bb57-83e90818a30b VfModuleModelInvariantUUID:49cb441b-88e2-4b64-91b2-0ff2f1c37c80 VfModuleModelDescription:NULL Artifacts UUID List:{ 873d5eeb-65f0-495c-88b0-9fc555881fd4 , 974478d4-e8b3-4b07-b985-b80439316b06 } 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-11-20T11:19:13.447Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49cb441b-88e2-4b64-91b2-0ff2f1c37c80", "vfModuleModelVersion": "1", "vfModuleModelUUID": "15f28575-84d8-40e4-bb57-83e90818a30b", "vfModuleModelCustomizationUUID": "fe368d7f-c614-4ae3-8e2b-ee15ead9dd17", "isBase": true, "artifacts": [ "873d5eeb-65f0-495c-88b0-9fc555881fd4", "974478d4-e8b3-4b07-b985-b80439316b06" ], "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-11-20T11:19:13.447Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:15f28575-84d8-40e4-bb57-83e90818a30b VfModuleModelInvariantUUID:49cb441b-88e2-4b64-91b2-0ff2f1c37c80 VfModuleModelDescription:NULL Artifacts UUID List:{ 873d5eeb-65f0-495c-88b0-9fc555881fd4 , 974478d4-e8b3-4b07-b985-b80439316b06 } 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-11-20T11:19:13.447Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 873d5eeb-65f0-495c-88b0-9fc555881fd4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-20T11:19:13.447Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:19:13.447Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-20T11:19:13.594Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:19:13.595Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 873d5eeb-65f0-495c-88b0-9fc555881fd4 5033 2021-11-20T11:19:13.595Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-20T11:19:13.595Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-20T11:19:13.595Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:19:13.596Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:13.597Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:13.598Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407153595, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:13.698Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:13.699Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:13.699Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:13.715Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:13.715Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:14.598Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 974478d4-e8b3-4b07-b985-b80439316b06 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-20T11:19:14.599Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:19:14.599Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-20T11:19:14.717Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:19:14.718Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 974478d4-e8b3-4b07-b985-b80439316b06 903 2021-11-20T11:19:14.718Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-20T11:19:14.718Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-20T11:19:14.718Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:19:14.718Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:14.720Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:14.720Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407154718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:14.821Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-20T11:19:14.822Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:14.822Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:14.844Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:14.845Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:15.720Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: be65feb8-7e2e-4163-99a1-d2b2586393cd 2021-11-20T11:19:15.721Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0486acf5-823c-4f6e-85aa-a2de1598f339 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:19:15.731Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@162e9d80, org.onap.sdc.toscaparser.api.parameters.Input@2a12b6d4, org.onap.sdc.toscaparser.api.parameters.Input@20ea6e9, org.onap.sdc.toscaparser.api.parameters.Input@3a64849b, org.onap.sdc.toscaparser.api.parameters.Input@58c4ccca] 2021-11-20T11:19:15.732Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.732Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.733Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-11-20T11:19:15.733Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae 2021-11-20T11:19:15.733Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae matches Tosca VF Customization UUID: fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae 2021-11-20T11:19:15.733Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T11:19:15.735Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.736Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.736Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-11-20T11:19:15.737Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ecfa039 2021-11-20T11:19:15.737Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.737Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:19:15.738Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe368d7f-c614-4ae3-8e2b-ee15ead9dd17 2021-11-20T11:19:15.738Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe368d7f-c614-4ae3-8e2b-ee15ead9dd17 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T11:19:15.740Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.741Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:15.741Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:19:15.742Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.742Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:15.742Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:19:15.743Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.743Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-20T11:19:15.743Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-20T11:19:15.743Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-20T11:19:15.743Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5cf1d859-761c-41e6-97d0-a4df072cb656 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T11:19:15.745Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.746Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:15.746Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:19:15.746Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.747Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-20T11:19:15.747Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fb40a829-2cbd-49ad-b8f7-c3c6fd16b9ae Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:19:15.748Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.749Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.749Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid be65feb8-7e2e-4163-99a1-d2b2586393cd: basic_vm_macro 2021-11-20T11:19:15.749Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.749Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.750Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.750Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.750Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.750Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.751Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.751Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.751Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:19:15.751Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:19:15.751Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:19:15.828Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0486acf5-823c-4f6e-85aa-a2de1598f339 1 ASDC deployResourceStructure 2021-11-20T11:19:15.828Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-20T11:19:15.828Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-20T11:19:15.829Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:19:15.829Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:15.830Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:15.831Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407155828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:19:15.931Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:15.931Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:15.931Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:15.942Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:15.942Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:16.832Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-20T11:19:16.832Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-20T11:19:16.832Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:19:16.833Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:16.834Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:16.835Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407156832, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:19:16.935Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:16.936Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:16.936Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:16.974Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:16.975Z||pool-101-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:17.835Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-20T11:19:17.836Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-20T11:19:17.836Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:19:17.836Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:17.837Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:17.838Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407157835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-20T11:19:17.938Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:17.938Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:17.938Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:17.948Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:17.948Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:19:18.841Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-20T11:19:18.841Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-20T11:19:18.841Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:19:18.841Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:18.843Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:18.843Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407158841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:19:18.943Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:18.944Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:18.944Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:18.966Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:18.967Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:19.844Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35beeed3-3aa5-4912-8730-06703da3c554 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:19:19.855Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35beeed3-3aa5-4912-8730-06703da3c554 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:19:19.858Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||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-11-20T11:19:19.863Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:19:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:19:26.654Z||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-11-20T11:19:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:26.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:26.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406989749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:19:26.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:19:26.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "aai-ml", "timestamp": 1637406990754, "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-11-20T11:19:26.685Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 2021-11-20T11:19:26.685Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 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-11-20T11:19:26.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "93c23614-061a-49f8-aba4-850ae17ec699", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407026968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:19:26.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:19:26.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:26.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:19:26.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:19:26.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:19:26.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:19:26.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:19:26.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:26.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:19:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-20T11:19:26.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:19:26.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:26.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407039980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407042518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:26.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:19:26.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407043611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:26.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:19:26.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407044851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:19:26.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:19:26.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:19:26.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407045953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:19:26.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:19:49.863Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35beeed3-3aa5-4912-8730-06703da3c554 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-11-20T11:19:49.869Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35beeed3-3aa5-4912-8730-06703da3c554 and serviceModelVersionId: be65feb8-7e2e-4163-99a1-d2b2586393cd 2021-11-20T11:19:49.869Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42bc5602-b1f7-4080-879b-8e06a544089d 2021-11-20T11:19:49.875Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0 2021-11-20T11:19:49.879Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:19:49.956Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0|INFO|500||Invoke 2021-11-20T11:19:49.957Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[35beeed3-3aa5-4912-8730-06703da3c554], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22d378c9-57b6-4ea5-a69f-fd47790a7910], X-ECOMP-RequestID=[35beeed3-3aa5-4912-8730-06703da3c554], X-TransactionId=[], X-ONAP-RequestID=[35beeed3-3aa5-4912-8730-06703da3c554], Content-Type=[application/merge-patch+json]} 2021-11-20T11:19:49.978Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:19:50.352Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211120-11:19:49:988-14654], vertex-id=[241680], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:19:49 GMT], Content-Type=[application/json]} 2021-11-20T11:19:50.353Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:19:50.354Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42bc5602-b1f7-4080-879b-8e06a544089d/model-vers/model-ver/be65feb8-7e2e-4163-99a1-d2b2586393cd?depth=0|INFO|500||InvokeReturn 2021-11-20T11:19:50.354Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:19:50.361Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:19:50.365Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||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-11-20T11:19:50.365Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35beeed3-3aa5-4912-8730-06703da3c554 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:19:50.366Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:19:50.366Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:50.368Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:50.368Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407190366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:19:50.470Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-20T11:19:50.472Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:50.472Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:50.491Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:50.492Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T11:19:51.380Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-20T11:19:51.380Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"669ca3b2-ab61-42e3-bfc0-73be6fa2df1a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5cef4991-d9e7-445b-8b47-49e9989eb74c","serviceDescription":"service","serviceInvariantUUID":"ae75d4e8-1e35-48e8-9ea0-dd671f56b063","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51131739-76c1-47f4-b920-fe6c357fcf24","resourceInvariantUUID":"88a2bead-270a-4c71-971e-d97999d4c030","resourceCustomizationUUID":"3c10d238-83fb-495f-941b-b63e74c2af3a","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":"M2FiNDFhZjUxZmZmMTJhZWI1OWUxZTBiMmI5MzM4M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e6eda27-423f-43fb-a6a6-1fc25aed0261","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":"903ed08c-5b49-4556-a37c-5d3fdf76c3cc","artifactVersion":"2","generatedFromUUID":"d8758f66-8851-4f61-81af-c4d88b1eb5a4"},{"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":"d8758f66-8851-4f61-81af-c4d88b1eb5a4","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":"NTY2Zjg0NDhjNjA0ZDRiMDYxYmNhNWUzYWM5N2QzNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cef817ed-3665-49c1-a8b5-b94f2e9454a3","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":"a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb","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":"d0a13dee-227f-4729-8c13-2966035737f2","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":"f04b289f-95d2-486e-a6d2-51b5454f43e4","artifactVersion":"2","generatedFromUUID":"a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODI5MDRiZjE1ZmZiZDJmNzM1ZDkwNDkyMzFjM2U4NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6ae4bf6-c9d6-463d-9229-d7f231e3a894","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzE5NGQyYWIzYmNkNmEwMmI5ZDRmYzc5ZWJjMzMwMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34ee82f2-0905-4f14-bedd-b85496dbe574","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:19:51.381Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:51.381Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:51.383Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:51.383Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:51.483Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:51.483Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:51.484Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:51.494Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:51.494Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:52.383Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:52.384Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:52.385Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:52.385Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-20T11:19:52.486Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-20T11:19:52.487Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:52.487Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:52.495Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:52.495Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:53.389Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:53.389Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:53.398Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:53.398Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-20T11:19:53.495Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-20T11:19:53.496Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:53.496Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:53.530Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:53.530Z||pool-107-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:54.399Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:54.400Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:54.402Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:54.402Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:19:54.509Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2021-11-20T11:19:54.510Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:54.510Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:54.524Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:54.525Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:55.403Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:55.404Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:55.410Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:55.411Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-20T11:19:55.510Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:19:55.510Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:55.510Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:55.521Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:55.521Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:56.412Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:56.412Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:56.414Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:56.414Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:56.514Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:56.515Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:56.515Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:56.526Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:56.526Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:57.414Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:57.415Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:57.417Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:57.417Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-20T11:19:57.517Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:57.518Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:57.518Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:57.530Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:57.530Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:58.417Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:58.418Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:58.420Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:58.420Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:19:58.520Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:58.520Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:58.521Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:58.532Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:58.532Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:19:59.420Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:19:59.421Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:19:59.424Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:19:59.424Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:19:59.524Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:19:59.525Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:19:59.525Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:19:59.539Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:19:59.539Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:20:00.425Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "5cef4991-d9e7-445b-8b47-49e9989eb74c", "serviceDescription": "service", "serviceInvariantUUID": "ae75d4e8-1e35-48e8-9ea0-dd671f56b063", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3c10d238-83fb-495f-941b-b63e74c2af3a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "51131739-76c1-47f4-b920-fe6c357fcf24", "resourceInvariantUUID": "88a2bead-270a-4c71-971e-d97999d4c030", "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": "903ed08c-5b49-4556-a37c-5d3fdf76c3cc", "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": "d8758f66-8851-4f61-81af-c4d88b1eb5a4", "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": "NTY2Zjg0NDhjNjA0ZDRiMDYxYmNhNWUzYWM5N2QzNjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cef817ed-3665-49c1-a8b5-b94f2e9454a3", "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": "a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb", "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": "f04b289f-95d2-486e-a6d2-51b5454f43e4", "generatedFromUUID": "a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb" }, "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": "f04b289f-95d2-486e-a6d2-51b5454f43e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzE5NGQyYWIzYmNkNmEwMmI5ZDRmYzc5ZWJjMzMwMzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34ee82f2-0905-4f14-bedd-b85496dbe574" } ], "workloadContext": "Production" } 2021-11-20T11:20:00.425Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:20:00.425Z|35beeed3-3aa5-4912-8730-06703da3c554|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5cef4991-d9e7-445b-8b47-49e9989eb74c ASDC 2021-11-20T11:20:00.426Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:669ca3b2-ab61-42e3-bfc0-73be6fa2df1a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:5cef4991-d9e7-445b-8b47-49e9989eb74c ServiceInvariantUUID:ae75d4e8-1e35-48e8-9ea0-dd671f56b063 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:34ee82f2-0905-4f14-bedd-b85496dbe574 ArtifactChecksum:NzE5NGQyYWIzYmNkNmEwMmI5ZDRmYzc5ZWJjMzMwMzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3c10d238-83fb-495f-941b-b63e74c2af3a ResourceInvariantUUID:88a2bead-270a-4c71-971e-d97999d4c030 ResourceName:basic_cnf ResourceType:VF ResourceUUID:51131739-76c1-47f4-b920-fe6c357fcf24 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:903ed08c-5b49-4556-a37c-5d3fdf76c3cc 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:d8758f66-8851-4f61-81af-c4d88b1eb5a4 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:cef817ed-3665-49c1-a8b5-b94f2e9454a3 ArtifactChecksum:NTY2Zjg0NDhjNjA0ZDRiMDYxYmNhNWUzYWM5N2QzNjY= 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:a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb 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:f04b289f-95d2-486e-a6d2-51b5454f43e4 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:f04b289f-95d2-486e-a6d2-51b5454f43e4 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T11:20:00.426Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cef4991-d9e7-445b-8b47-49e9989eb74c 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-11-20T11:20:00.469Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:20:00.470Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:20:00.470Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:20:00.471Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 34ee82f2-0905-4f14-bedd-b85496dbe574 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-20T11:20:00.471Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:20:00.471Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-20T11:20:00.707Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:20:00.710Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 34ee82f2-0905-4f14-bedd-b85496dbe574 68930 2021-11-20T11:20:00.710Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-20T11:20:00.710Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-20T11:20:00.710Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:20:00.711Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:00.712Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:00.712Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407200710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:20:00.813Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:00.813Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:00.813Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:00.824Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:00.824Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:01.713Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:20:01.714Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-20T11:20:01.714Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 34ee82f2-0905-4f14-bedd-b85496dbe574, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-20T11:20:01.714Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-20T11:20:01.715Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-20T11:20:01.715Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-20T11:20:01.837Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13116086460300420377/Definitions/service-BasicCnf-template.yml 2021-11-20T11:20:02.755Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:20:02.755Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:20:02.755Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-20T11:20:02.755Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-20T11:20:02.756Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:02.756Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:02.756Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:02.756Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:02.756Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-20T11:20:02.756Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.756Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:02.757Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:02.757Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:20:02.757Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:20:02.757Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.757Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:02.757Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:02.758Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-20T11:20:02.758Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:20:02.758Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.758Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:02.758Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.758Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-20T11:20:02.759Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-20T11:20:02.759Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-20T11:20:02.759Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T11:20:02.759Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.759Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:20:02.759Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.760Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:02.760Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:20:02.760Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.760Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:02.760Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:20:02.760Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.761Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:02.761Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:20:02.761Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.761Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-20T11:20:02.761Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-20T11:20:02.761Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6bc36f12-61f6-4786-8c0f-37d42ca81999 2021-11-20T11:20:02.762Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.762Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:02.762Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.762Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:02.762Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.762Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:02.762Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:02.763Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:02.763Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:5cef4991-d9e7-445b-8b47-49e9989eb74c Model Version:NULL Model InvariantUuid:ae75d4e8-1e35-48e8-9ea0-dd671f56b063 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9268e383-51f1-4237-9cd4-7d87227a30a0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:88a2bead-270a-4c71-971e-d97999d4c030 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3c10d238-83fb-495f-941b-b63e74c2af3a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:726c8b6d-c39d-4adb-83c0-34fd5179d932 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a1237213-ccbd-4d2c-bc90-6f0962406faf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6bc36f12-61f6-4786-8c0f-37d42ca81999 ModelInvariantUuid:bbd4df74-26dd-463c-b27b-c1bc55c80b1a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:7c7e8d02-96cc-4c05-950b-49e6cb1f6136 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:73bb2026-b40d-4269-91a0-562df3cc0804 ModelInvariantUuid:7a633b7f-c5fe-4a33-bf6c-483c65cd1241 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f278cd4a-83cb-4a12-9ee0-ab14169d2eef ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:20:02.769Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51131739-76c1-47f4-b920-fe6c357fcf24 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:20:02.771Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||basic_cnf 0 2021-11-20T11:20:02.772Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51131739-76c1-47f4-b920-fe6c357fcf24 2021-11-20T11:20:02.772Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903ed08c-5b49-4556-a37c-5d3fdf76c3cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-20T11:20:02.772Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:20:02.772Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:02.906Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:20:02.906Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 903ed08c-5b49-4556-a37c-5d3fdf76c3cc 12 2021-11-20T11:20:02.906Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:02.907Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:02.907Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:20:02.907Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:02.909Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:02.909Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407202906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:20:03.009Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:03.010Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:03.010Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:03.023Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:03.023Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:03.910Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d8758f66-8851-4f61-81af-c4d88b1eb5a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-20T11:20:03.910Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:20:03.910Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:04.636Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:20:04.638Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d8758f66-8851-4f61-81af-c4d88b1eb5a4 2688 2021-11-20T11:20:04.638Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:04.638Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:04.638Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:20:04.639Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:04.641Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:04.642Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407204638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-20T11:20:04.741Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:20:04.742Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:04.742Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:04.813Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:04.814Z||pool-116-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:20:05.652Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cef817ed-3665-49c1-a8b5-b94f2e9454a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-20T11:20:05.652Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:20:05.652Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:05.792Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:20:05.793Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json cef817ed-3665-49c1-a8b5-b94f2e9454a3 828 2021-11-20T11:20:05.793Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:05.793Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:05.794Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:20:05.794Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:05.795Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:05.795Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407205793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:20:05.896Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:05.897Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:05.897Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:05.915Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:05.915Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:20:06.796Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "726c8b6d-c39d-4adb-83c0-34fd5179d932", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1237213-ccbd-4d2c-bc90-6f0962406faf", "vfModuleModelCustomizationUUID": "483be522-3752-42e8-ba98-7f8bb46573d6", "isBase": true, "artifacts": [ "a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb", "d8758f66-8851-4f61-81af-c4d88b1eb5a4", "f04b289f-95d2-486e-a6d2-51b5454f43e4" ], "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-11-20T11:20:06.800Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1237213-ccbd-4d2c-bc90-6f0962406faf VfModuleModelInvariantUUID:726c8b6d-c39d-4adb-83c0-34fd5179d932 VfModuleModelDescription:NULL Artifacts UUID List:{ a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb , d8758f66-8851-4f61-81af-c4d88b1eb5a4 , f04b289f-95d2-486e-a6d2-51b5454f43e4 } 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-11-20T11:20:06.802Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "726c8b6d-c39d-4adb-83c0-34fd5179d932", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1237213-ccbd-4d2c-bc90-6f0962406faf", "vfModuleModelCustomizationUUID": "483be522-3752-42e8-ba98-7f8bb46573d6", "isBase": true, "artifacts": [ "a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb", "d8758f66-8851-4f61-81af-c4d88b1eb5a4", "f04b289f-95d2-486e-a6d2-51b5454f43e4" ], "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-11-20T11:20:06.802Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1237213-ccbd-4d2c-bc90-6f0962406faf VfModuleModelInvariantUUID:726c8b6d-c39d-4adb-83c0-34fd5179d932 VfModuleModelDescription:NULL Artifacts UUID List:{ a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb , d8758f66-8851-4f61-81af-c4d88b1eb5a4 , f04b289f-95d2-486e-a6d2-51b5454f43e4 } 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-11-20T11:20:06.802Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-20T11:20:06.802Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:20:06.803Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:07.041Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:20:07.042Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a45bdc1a-56d7-4b62-bc9c-e80777dd8bbb 1164 2021-11-20T11:20:07.042Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:07.042Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:07.042Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:20:07.043Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:07.045Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:07.045Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407207042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:20:07.145Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:07.145Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:07.146Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:07.156Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:07.157Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:08.045Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f04b289f-95d2-486e-a6d2-51b5454f43e4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-20T11:20:08.046Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-20T11:20:08.046Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:08.444Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-20T11:20:08.445Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f04b289f-95d2-486e-a6d2-51b5454f43e4 200 2021-11-20T11:20:08.445Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:08.446Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:08.446Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:20:08.446Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:08.448Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:08.448Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407208445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:20:08.548Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:20:08.549Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:08.549Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:08.561Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:08.561Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:09.449Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5cef4991-d9e7-445b-8b47-49e9989eb74c 2021-11-20T11:20:09.450Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 51131739-76c1-47f4-b920-fe6c357fcf24 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-11-20T11:20:09.464Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:20:09.467Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c30717b, org.onap.sdc.toscaparser.api.parameters.Input@7a4821de, org.onap.sdc.toscaparser.api.parameters.Input@5fb5daee, org.onap.sdc.toscaparser.api.parameters.Input@3f592f1a, org.onap.sdc.toscaparser.api.parameters.Input@60bd3a23] 2021-11-20T11:20:09.469Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.469Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.469Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-11-20T11:20:09.469Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3c10d238-83fb-495f-941b-b63e74c2af3a 2021-11-20T11:20:09.470Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c10d238-83fb-495f-941b-b63e74c2af3a matches Tosca VF Customization UUID: 3c10d238-83fb-495f-941b-b63e74c2af3a 2021-11-20T11:20:09.470Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3c10d238-83fb-495f-941b-b63e74c2af3a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T11:20:09.471Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.472Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.473Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3c10d238-83fb-495f-941b-b63e74c2af3a: {\"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-11-20T11:20:09.473Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c84a9a8 2021-11-20T11:20:09.473Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.473Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:20:09.474Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 483be522-3752-42e8-ba98-7f8bb46573d6 2021-11-20T11:20:09.474Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 483be522-3752-42e8-ba98-7f8bb46573d6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T11:20:09.475Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.476Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:09.476Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:20:09.476Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.476Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:09.477Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:20:09.477Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.477Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-20T11:20:09.477Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-20T11:20:09.478Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6bc36f12-61f6-4786-8c0f-37d42ca81999 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T11:20:09.479Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.479Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:09.480Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:20:09.480Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.480Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-20T11:20:09.480Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3c10d238-83fb-495f-941b-b63e74c2af3a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:20:09.482Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.482Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.482Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5cef4991-d9e7-445b-8b47-49e9989eb74c: basic_cnf 2021-11-20T11:20:09.482Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.483Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.483Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.483Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.483Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.484Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.484Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.484Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.484Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:20:09.484Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:20:09.485Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:20:09.543Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 51131739-76c1-47f4-b920-fe6c357fcf24 1 ASDC deployResourceStructure 2021-11-20T11:20:09.544Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:09.544Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:09.545Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-20T11:20:09.545Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:09.547Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:09.547Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407209544, "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-11-20T11:20:09.647Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:09.647Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:09.647Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:09.657Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:09.657Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:10.548Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:10.548Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:10.548Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-20T11:20:10.549Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:10.550Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:10.551Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407210548, "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-11-20T11:20:10.651Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:10.652Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:10.652Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:10.669Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:10.669Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:20:11.552Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:11.552Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:11.552Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:20:11.552Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:11.554Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:11.554Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407211551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:20:11.665Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2021-11-20T11:20:11.665Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:11.665Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:11.677Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:11.677Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:12.555Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:12.556Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:12.556Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:20:12.557Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:12.559Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:12.559Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407212555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:20:12.659Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:12.661Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:12.661Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:12.673Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:12.674Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:13.560Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:13.561Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:13.561Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:20:13.561Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:13.563Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:13.563Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407213560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-20T11:20:13.664Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:20:13.664Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:13.665Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:13.676Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:13.676Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:14.564Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-20T11:20:14.565Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-20T11:20:14.565Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:20:14.565Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:14.567Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:14.567Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407214564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:20:14.668Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-20T11:20:14.669Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:14.669Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:14.678Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:14.679Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:20:15.568Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:20:15.578Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:20:15.581Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:20:15.581Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:20:15.581Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:20:15.581Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:20:15.581Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:20:15.582Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:20:15.582Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:20:15.582Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:20:15.582Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:20:15.582Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:20:15.583Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:15.588Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:20:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:20:26.656Z||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-11-20T11:20:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:26.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:26.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:20:26.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407046955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:20:26.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:20:26.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:20:26.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407047959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-20T11:20:26.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:20:26.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:20:26.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407048962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:20:26.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:20:45.589Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a 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-11-20T11:20:45.609Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a and serviceModelVersionId: 5cef4991-d9e7-445b-8b47-49e9989eb74c 2021-11-20T11:20:45.609Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae75d4e8-1e35-48e8-9ea0-dd671f56b063 2021-11-20T11:20:45.611Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0 2021-11-20T11:20:45.618Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:20:45.665Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0|INFO|500||Invoke 2021-11-20T11:20:45.666Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[669ca3b2-ab61-42e3-bfc0-73be6fa2df1a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ff8f7ec-ed4f-4bb6-82e0-8e673bc342b0], X-ECOMP-RequestID=[669ca3b2-ab61-42e3-bfc0-73be6fa2df1a], X-TransactionId=[], X-ONAP-RequestID=[669ca3b2-ab61-42e3-bfc0-73be6fa2df1a], Content-Type=[application/merge-patch+json]} 2021-11-20T11:20:45.689Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:20:45.963Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211120-11:20:45:698-6049], vertex-id=[434264], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:20:45 GMT], Content-Type=[application/json]} 2021-11-20T11:20:45.963Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:20:45.964Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae75d4e8-1e35-48e8-9ea0-dd671f56b063/model-vers/model-ver/5cef4991-d9e7-445b-8b47-49e9989eb74c?depth=0|INFO|500||InvokeReturn 2021-11-20T11:20:45.964Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:20:45.965Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:20:45.971Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||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-11-20T11:20:45.971Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 669ca3b2-ab61-42e3-bfc0-73be6fa2df1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:20:45.972Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:20:45.972Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:20:45.975Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:20:45.975Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407245971, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:20:46.075Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:20:46.076Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:20:46.076Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:46.087Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:46.088Z||pool-126-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-11-20T11:20:46.993Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:20:46.994Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:20:46.994Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:20:57.422Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:20:57.423Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:20:57.423Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:20:57.423Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:21:06.968Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:21:06.968Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:21:06.969Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:21:06.969Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:21:16.518Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:21:16.519Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:21:16.520Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:21:16.520Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:21:26.056Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:21:26.057Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:21:26.058Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:21:26.058Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:21:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:21:26.654Z||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-11-20T11:21:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:21:26.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:21:26.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8c569f9-5ec1-475d-8c1c-c8824ce1f935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407140232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:21:26.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:21:26.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:21:26.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-20T11:21:26.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:21:26.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:21:26.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407149695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407152437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407153595, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407154718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407155828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407156832, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407157835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407158841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:21:26.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:21:35.600Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:21:35.601Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:21:35.602Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:21:35.602Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:21:45.162Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:21:45.163Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:21:45.163Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:21:45.163Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:21:54.722Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:22:26.652Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:22:26.653Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:22:26.654Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:22:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:22:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:22:26.654Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:22:26.692Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:22:26.693Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.694Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "35beeed3-3aa5-4912-8730-06703da3c554", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407190366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:22:26.695Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.696Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.696Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:22:26.696Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.696Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.696Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-20T11:22:26.697Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.697Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.701Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-20T11:22:26.701Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.701Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.702Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:22:26.702Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.702Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.702Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-20T11:22:26.703Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.703Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.703Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:22:26.703Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.703Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.703Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-20T11:22:26.704Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.704Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.704Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:22:26.704Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.705Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.705Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407027984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:22:26.705Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-20T11:22:26.705Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.705Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407200710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:22:26.706Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.706Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.706Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407202906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:22:26.706Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.706Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.707Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407204638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-20T11:22:26.707Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.707Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.707Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407205793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:22:26.708Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.708Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.708Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407207042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:22:26.708Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.708Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.708Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407208445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:22:26.709Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.709Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.709Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407209544, "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-11-20T11:22:26.710Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.710Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.710Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407210548, "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-11-20T11:22:26.710Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.710Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.710Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407211551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:22:26.711Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.711Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.711Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407212555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:22:26.711Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.711Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.712Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407213560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-20T11:22:26.712Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:26.712Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:22:26.712Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407214564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:22:26.713Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:22:36.220Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:23:26.652Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:23:26.653Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:23:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:23:26.654Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:23:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:23:26.654Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:23:27.185Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:23:27.186Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-20T11:23:27.186Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "669ca3b2-ab61-42e3-bfc0-73be6fa2df1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407245971, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:23:27.187Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:23:36.213Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:24:26.651Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:24:26.653Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T11:24:26.653Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:24:26.655Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:24:26.655Z||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-11-20T11:24:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:24:36.214Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:24:36.214Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:26.652Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:25:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:25:26.655Z||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-11-20T11:25:26.655Z||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-11-20T11:25:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:28.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:28.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-20T11:25:28.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1adf6a6f-91d1-43c4-81bb-559bb9b547ad","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"60bc584d-9dc1-4fb3-b648-a026b00a4c37","serviceDescription":"service","serviceInvariantUUID":"d55fab0f-ace5-40ae-b295-c4813d2d2e0b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2941f4ea-a826-4404-b994-568a3bac86e7","resourceInvariantUUID":"60997a07-50d8-4b81-82bd-4e3416e06b2f","resourceCustomizationUUID":"9ba6971d-91c5-4001-a3c8-793a3d506453","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c09acee6-f27c-40cd-8eb1-ccf2dc18f502","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NTU5NjU0MzI5NDUwOWYwZTQ4MThhNTZhYzljNTczOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea35edb9-09fe-4f37-8e41-a0565822457f","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZjNiMmI0ZjViMWViZTJiOTVlNWM2NDViY2RmMWZkM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14938fc0-d699-41b9-b88c-2c94c0d0e4d1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac7704a5-fdae-45fe-a19c-5119e123c139","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e13b5ebc-79fc-4ca4-b9c5-32be13192168","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f37a7c5-e416-47b8-b76e-383be7cffa5d","artifactVersion":"2","generatedFromUUID":"ac7704a5-fdae-45fe-a19c-5119e123c139"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MGM1YWMxZjJmYzRkNTFiZDU2ODQ1YjQwNTM4ZWI1ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bcfdb53-2673-4614-87ce-058dcc980dd5","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NWYwNjg4NTBjOTQzZjllYWZiMTI0M2RlZmMwOTVkNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e9a254e-3866-4d83-9636-6e6a76d391a5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:25:28.497Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:28.497Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:28.502Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:28.502Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:25:28.602Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:25:28.603Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:28.604Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:28.615Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:28.615Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:28.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:28.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:25:28.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:25:28.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:25:28.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:25:28.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:25:28.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:25:29.503Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:29.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:29.506Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:29.506Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:25:29.606Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:29.610Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:29.610Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:29.620Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:29.620Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:30.507Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:30.508Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:30.522Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:30.523Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:25:30.610Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2021-11-20T11:25:30.611Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:30.611Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:30.622Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:30.622Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:31.523Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:31.524Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:31.526Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:31.526Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T11:25:31.626Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:31.627Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:31.627Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:31.638Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:31.638Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:25:32.527Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:32.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:32.532Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:32.532Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:25:32.632Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:32.633Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:32.634Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:32.643Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:32.644Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:33.532Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:33.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:33.549Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:33.550Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-20T11:25:33.635Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2021-11-20T11:25:33.636Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:33.636Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:33.647Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:33.647Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:34.550Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:34.551Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:34.554Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:34.554Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:25:34.654Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:34.655Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:34.655Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:34.670Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:34.671Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:35.555Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:25:35.556Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:35.558Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:35.558Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:25:35.658Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:35.659Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:35.659Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:35.690Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:35.690Z||pool-134-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:36.560Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "60bc584d-9dc1-4fb3-b648-a026b00a4c37", "serviceDescription": "service", "serviceInvariantUUID": "d55fab0f-ace5-40ae-b295-c4813d2d2e0b", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "9ba6971d-91c5-4001-a3c8-793a3d506453", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2941f4ea-a826-4404-b994-568a3bac86e7", "resourceInvariantUUID": "60997a07-50d8-4b81-82bd-4e3416e06b2f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ZjNiMmI0ZjViMWViZTJiOTVlNWM2NDViY2RmMWZkM2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14938fc0-d699-41b9-b88c-2c94c0d0e4d1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ac7704a5-fdae-45fe-a19c-5119e123c139", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f37a7c5-e416-47b8-b76e-383be7cffa5d", "generatedFromUUID": "ac7704a5-fdae-45fe-a19c-5119e123c139" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f37a7c5-e416-47b8-b76e-383be7cffa5d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NWYwNjg4NTBjOTQzZjllYWZiMTI0M2RlZmMwOTVkNmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e9a254e-3866-4d83-9636-6e6a76d391a5" } ], "workloadContext": "Production" } 2021-11-20T11:25:36.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:25:36.560Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 60bc584d-9dc1-4fb3-b648-a026b00a4c37 ASDC 2021-11-20T11:25:36.562Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:1adf6a6f-91d1-43c4-81bb-559bb9b547ad ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:60bc584d-9dc1-4fb3-b648-a026b00a4c37 ServiceInvariantUUID:d55fab0f-ace5-40ae-b295-c4813d2d2e0b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:0e9a254e-3866-4d83-9636-6e6a76d391a5 ArtifactChecksum:NWYwNjg4NTBjOTQzZjllYWZiMTI0M2RlZmMwOTVkNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:9ba6971d-91c5-4001-a3c8-793a3d506453 ResourceInvariantUUID:60997a07-50d8-4b81-82bd-4e3416e06b2f ResourceName:basicclamp ResourceType:VF ResourceUUID:2941f4ea-a826-4404-b994-568a3bac86e7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:14938fc0-d699-41b9-b88c-2c94c0d0e4d1 ArtifactChecksum:ZjNiMmI0ZjViMWViZTJiOTVlNWM2NDViY2RmMWZkM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:ac7704a5-fdae-45fe-a19c-5119e123c139 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:3f37a7c5-e416-47b8-b76e-383be7cffa5d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:3f37a7c5-e416-47b8-b76e-383be7cffa5d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-20T11:25:36.562Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60bc584d-9dc1-4fb3-b648-a026b00a4c37 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-11-20T11:25:36.605Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:25:36.605Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:25:36.606Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:25:36.606Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e9a254e-3866-4d83-9636-6e6a76d391a5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-20T11:25:36.606Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-20T11:25:36.606Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-20T11:25:36.764Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-20T11:25:36.768Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0e9a254e-3866-4d83-9636-6e6a76d391a5 73651 2021-11-20T11:25:36.768Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-20T11:25:36.768Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-20T11:25:36.768Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:25:36.768Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:36.770Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:36.770Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407536768, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:25:36.870Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:36.871Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:36.871Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:36.882Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:36.882Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:37.771Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:25:37.772Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:25:37.772Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0e9a254e-3866-4d83-9636-6e6a76d391a5, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-20T11:25:37.773Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-20T11:25:37.773Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-20T11:25:37.773Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-20T11:25:37.978Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1382383917413719154/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-20T11:25:39.069Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:25:39.070Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-20T11:25:39.070Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-20T11:25:39.070Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-20T11:25:39.070Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-20T11:25:39.070Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.071Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.071Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.071Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.071Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.071Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.071Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.071Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-Basicclamp-csar.csar 2021-11-20T11:25:39.072Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-20T11:25:39.072Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.072Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:39.072Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:39.073Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-20T11:25:39.075Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:25:39.076Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.076Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:39.076Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:39.076Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-20T11:25:39.077Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:25:39.077Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.077Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:39.077Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.078Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-20T11:25:39.078Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-20T11:25:39.078Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-20T11:25:39.078Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-20T11:25:39.078Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-20T11:25:39.078Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-20T11:25:39.079Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.079Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:25:39.079Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.079Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:39.079Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:25:39.080Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.080Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:39.080Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:25:39.080Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.080Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:39.081Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:25:39.081Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.081Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-20T11:25:39.081Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-20T11:25:39.081Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-20T11:25:39.082Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fd04c13e-7974-4608-ba22-f872c7fa003c 2021-11-20T11:25:39.082Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.082Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:39.082Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.082Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:39.082Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.083Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:39.083Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:39.083Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:39.083Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:60bc584d-9dc1-4fb3-b648-a026b00a4c37 Model Version:NULL Model InvariantUuid:d55fab0f-ace5-40ae-b295-c4813d2d2e0b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:9f1724a7-f6b7-4054-8966-7b01a0fe5717 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:60997a07-50d8-4b81-82bd-4e3416e06b2f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9ba6971d-91c5-4001-a3c8-793a3d506453 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:019e1663-a2b8-4481-8968-ac070e8097b2 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:ccdf2da2-dfb0-4dec-9c0b-0c00ab4dda87 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fd04c13e-7974-4608-ba22-f872c7fa003c ModelInvariantUuid:3c6f2819-2278-48b0-895b-3f5a91b7926c ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:1249a295-5aab-4874-9f7d-140754602dc2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:55f8b5da-4825-40a6-abfa-481984a48c67 ModelInvariantUuid:907e07c0-0d84-49a5-b209-2cdcadf7d6db ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d00ad42b-09af-4545-b36b-737c0f58826c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:25:39.089Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2941f4ea-a826-4404-b994-568a3bac86e7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:25:39.094Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-11-20T11:25:39.094Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2941f4ea-a826-4404-b994-568a3bac86e7 2021-11-20T11:25:39.095Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14938fc0-d699-41b9-b88c-2c94c0d0e4d1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-20T11:25:39.095Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-20T11:25:39.095Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-20T11:25:39.266Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-20T11:25:39.266Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 14938fc0-d699-41b9-b88c-2c94c0d0e4d1 790 2021-11-20T11:25:39.267Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-20T11:25:39.267Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-20T11:25:39.267Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:25:39.267Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:39.269Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:39.269Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407539266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:25:39.369Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:25:39.370Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:39.370Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:39.379Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:39.379Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:40.271Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "019e1663-a2b8-4481-8968-ac070e8097b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccdf2da2-dfb0-4dec-9c0b-0c00ab4dda87", "vfModuleModelCustomizationUUID": "89f5e6b6-145c-4033-9cfe-50b6f0aec56f", "isBase": true, "artifacts": [ "ac7704a5-fdae-45fe-a19c-5119e123c139", "3f37a7c5-e416-47b8-b76e-383be7cffa5d" ], "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-11-20T11:25:40.275Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccdf2da2-dfb0-4dec-9c0b-0c00ab4dda87 VfModuleModelInvariantUUID:019e1663-a2b8-4481-8968-ac070e8097b2 VfModuleModelDescription:NULL Artifacts UUID List:{ ac7704a5-fdae-45fe-a19c-5119e123c139 , 3f37a7c5-e416-47b8-b76e-383be7cffa5d } 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-11-20T11:25:40.277Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "019e1663-a2b8-4481-8968-ac070e8097b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccdf2da2-dfb0-4dec-9c0b-0c00ab4dda87", "vfModuleModelCustomizationUUID": "89f5e6b6-145c-4033-9cfe-50b6f0aec56f", "isBase": true, "artifacts": [ "ac7704a5-fdae-45fe-a19c-5119e123c139", "3f37a7c5-e416-47b8-b76e-383be7cffa5d" ], "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-11-20T11:25:40.277Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccdf2da2-dfb0-4dec-9c0b-0c00ab4dda87 VfModuleModelInvariantUUID:019e1663-a2b8-4481-8968-ac070e8097b2 VfModuleModelDescription:NULL Artifacts UUID List:{ ac7704a5-fdae-45fe-a19c-5119e123c139 , 3f37a7c5-e416-47b8-b76e-383be7cffa5d } 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-11-20T11:25:40.278Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac7704a5-fdae-45fe-a19c-5119e123c139 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-20T11:25:40.278Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-20T11:25:40.278Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-20T11:25:40.316Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-20T11:25:40.317Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ac7704a5-fdae-45fe-a19c-5119e123c139 5033 2021-11-20T11:25:40.318Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-20T11:25:40.318Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-20T11:25:40.318Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:25:40.318Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:40.320Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:40.320Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407540318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:25:40.420Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:40.421Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:40.421Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:40.430Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:40.430Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:41.321Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f37a7c5-e416-47b8-b76e-383be7cffa5d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-20T11:25:41.321Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-20T11:25:41.321Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-20T11:25:41.414Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-20T11:25:41.415Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3f37a7c5-e416-47b8-b76e-383be7cffa5d 909 2021-11-20T11:25:41.415Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-20T11:25:41.416Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-20T11:25:41.416Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:25:41.416Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:41.420Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:41.420Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407541415, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:25:41.520Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:41.520Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:41.520Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:41.532Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:41.532Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":2,"count":1} 2021-11-20T11:25:42.421Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 60bc584d-9dc1-4fb3-b648-a026b00a4c37 2021-11-20T11:25:42.421Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2941f4ea-a826-4404-b994-568a3bac86e7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:25:42.433Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28408815, org.onap.sdc.toscaparser.api.parameters.Input@4bbf42c5, org.onap.sdc.toscaparser.api.parameters.Input@518e4d9d, org.onap.sdc.toscaparser.api.parameters.Input@1cc27cd1, org.onap.sdc.toscaparser.api.parameters.Input@30ee5f7c] 2021-11-20T11:25:42.434Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.435Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.435Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-20T11:25:42.435Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9ba6971d-91c5-4001-a3c8-793a3d506453 2021-11-20T11:25:42.435Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ba6971d-91c5-4001-a3c8-793a3d506453 matches Tosca VF Customization UUID: 9ba6971d-91c5-4001-a3c8-793a3d506453 2021-11-20T11:25:42.436Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9ba6971d-91c5-4001-a3c8-793a3d506453 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-20T11:25:42.438Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.438Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.439Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9ba6971d-91c5-4001-a3c8-793a3d506453: {\"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-11-20T11:25:42.439Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d9c09ab 2021-11-20T11:25:42.439Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.439Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-20T11:25:42.440Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89f5e6b6-145c-4033-9cfe-50b6f0aec56f 2021-11-20T11:25:42.440Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89f5e6b6-145c-4033-9cfe-50b6f0aec56f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-20T11:25:42.442Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.442Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:42.443Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:25:42.443Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.443Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:42.444Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:25:42.444Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.444Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-20T11:25:42.444Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-20T11:25:42.445Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-20T11:25:42.445Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fd04c13e-7974-4608-ba22-f872c7fa003c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-20T11:25:42.447Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.447Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:42.447Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-20T11:25:42.448Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.448Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-20T11:25:42.448Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9ba6971d-91c5-4001-a3c8-793a3d506453 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:25:42.450Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.450Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.451Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 60bc584d-9dc1-4fb3-b648-a026b00a4c37: basicclamp 2021-11-20T11:25:42.451Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.451Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.451Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.452Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.452Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.452Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.452Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.453Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.453Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:25:42.453Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:25:42.453Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:25:42.528Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2941f4ea-a826-4404-b994-568a3bac86e7 1 ASDC deployResourceStructure 2021-11-20T11:25:42.529Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-20T11:25:42.529Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-20T11:25:42.529Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:25:42.530Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:42.531Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:42.531Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407542529, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:25:42.631Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:25:42.632Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:42.632Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:42.640Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:42.640Z||pool-139-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:43.533Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-20T11:25:43.533Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-20T11:25:43.533Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:25:43.534Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:43.536Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:43.536Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407543533, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:25:43.636Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:25:43.637Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:43.637Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:43.653Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:43.654Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:44.537Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-20T11:25:44.538Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-20T11:25:44.538Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:25:44.538Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:44.540Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:44.540Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407544537, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-20T11:25:44.641Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:25:44.641Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:44.641Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:44.657Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:44.658Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:25:45.541Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-20T11:25:45.542Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-20T11:25:45.542Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:25:45.542Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:25:45.544Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:25:45.544Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407545541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:25:45.644Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:25:45.645Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:25:45.645Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:25:45.664Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:25:45.664Z||pool-142-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:25:46.545Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:25:46.554Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:25:46.555Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:25:46.555Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:25:46.555Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:26:16.555Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:26:16.567Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:26:16.569Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:26:16.569Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:26:16.569Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:26:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:26:26.654Z||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-11-20T11:26:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:26:26.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:26:26.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:26:26.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:26:26.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:26:46.570Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:26:46.581Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:26:46.583Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:26:46.583Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:26:46.583Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:27:16.584Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:27:16.602Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:27:16.608Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:27:16.608Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:27:16.608Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:27:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:27:26.657Z||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-11-20T11:27:26.658Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:27:26.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:27:26.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:27:26.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:27:26.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:27:46.608Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:27:46.616Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:27:46.618Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:27:46.618Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:27:46.619Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:28:16.619Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:28:16.631Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:28:16.635Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:28:16.635Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:28:16.635Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:28:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:28:26.655Z||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-11-20T11:28:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:28:27.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:28:27.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:28:27.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T11:28:27.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-20T11:28:27.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-20T11:28:27.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407521615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:28:27.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "ves-openapi-manager", "timestamp": 1637407524960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407526652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:28:27.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407521865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:28:27.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407536682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407536768, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407536778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "cds", "timestamp": 1637407537689, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-20T11:28:27.232Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 2021-11-20T11:28:27.232Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 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-11-20T11:28:27.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:28:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407530943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407539146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407539266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T11:28:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407540152, "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-11-20T11:28:27.267Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 2021-11-20T11:28:27.267Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 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-11-20T11:28:27.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407540190, "artifactURL": "/sdc/v1/catalog/services/60bc584d-9dc1-4fb3-b648-a026b00a4c37/resourceInstances/basicclamp0/artifacts/c09acee6-f27c-40cd-8eb1-ccf2dc18f502", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407540318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407541415, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407533827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407541508, "artifactURL": "/sdc/v1/catalog/services/60bc584d-9dc1-4fb3-b648-a026b00a4c37/resourceInstances/basicclamp0/artifacts/c09acee6-f27c-40cd-8eb1-ccf2dc18f502", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "dcae-sch", "timestamp": 1637407542513, "artifactURL": "/sdc/v1/catalog/services/60bc584d-9dc1-4fb3-b648-a026b00a4c37/resourceInstances/basicclamp0/artifacts/c09acee6-f27c-40cd-8eb1-ccf2dc18f502", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-20T11:28:27.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 2021-11-20T11:28:27.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1adf6a6f-91d1-43c4-81bb-559bb9b547ad and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:28:27.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407542529, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407542629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407535707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407543533, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407544469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407544537, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407537755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407545541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407545654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407546569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407546862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407547576, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407547890, "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-11-20T11:28:27.297Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 2021-11-20T11:28:27.297Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 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-11-20T11:28:27.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "policy-id", "timestamp": 1637407548579, "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-11-20T11:28:27.307Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 2021-11-20T11:28:27.307Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 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-11-20T11:28:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "multicloud-k8s-id", "timestamp": 1637407548894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407541965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407550643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "aai-ml", "timestamp": 1637407551649, "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-11-20T11:28:27.319Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 2021-11-20T11:28:27.319Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 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-11-20T11:28:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407554013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407555018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407556947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407557949, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:28:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "clamp", "timestamp": 1637407558953, "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-11-20T11:28:27.340Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 2021-11-20T11:28:27.340Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 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-11-20T11:28:46.636Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:28:46.661Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:28:46.665Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:28:46.665Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:28:46.665Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:28:46.665Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:28:46.666Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-11-20T11:28:46.671Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:29:16.673Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad 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-11-20T11:29:16.678Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1adf6a6f-91d1-43c4-81bb-559bb9b547ad and serviceModelVersionId: 60bc584d-9dc1-4fb3-b648-a026b00a4c37 2021-11-20T11:29:16.678Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d55fab0f-ace5-40ae-b295-c4813d2d2e0b 2021-11-20T11:29:16.680Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0 2021-11-20T11:29:16.690Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:29:16.786Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0|INFO|500||Invoke 2021-11-20T11:29:16.787Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1adf6a6f-91d1-43c4-81bb-559bb9b547ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e6cc961-666b-4669-8b0d-85bb46f46424], X-ECOMP-RequestID=[1adf6a6f-91d1-43c4-81bb-559bb9b547ad], X-TransactionId=[], X-ONAP-RequestID=[1adf6a6f-91d1-43c4-81bb-559bb9b547ad], Content-Type=[application/merge-patch+json]} 2021-11-20T11:29:16.812Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:29:17.053Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211120-11:29:16:823-33761], vertex-id=[491616], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:29:16 GMT], Content-Type=[application/json]} 2021-11-20T11:29:17.054Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:29:17.054Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d55fab0f-ace5-40ae-b295-c4813d2d2e0b/model-vers/model-ver/60bc584d-9dc1-4fb3-b648-a026b00a4c37?depth=0|INFO|500||InvokeReturn 2021-11-20T11:29:17.055Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:29:17.055Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:29:17.060Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-11-20T11:29:17.060Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1adf6a6f-91d1-43c4-81bb-559bb9b547ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:29:17.061Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:29:17.061Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:29:17.064Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:29:17.064Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407757061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:29:17.164Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:29:17.165Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:29:17.165Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:29:17.181Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:29:17.182Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T11:29:18.078Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:29:18.079Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-11-20T11:29:18.079Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:29:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:29:26.655Z||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-11-20T11:29:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:29:27.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:29:27.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:29:27.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1adf6a6f-91d1-43c4-81bb-559bb9b547ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407757061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:29:27.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:29:28.419Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:29:28.419Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:29:28.420Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-11-20T11:29:28.420Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:29:37.954Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:29:37.955Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:29:37.956Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-11-20T11:29:37.956Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:29:47.495Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:29:47.495Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:29:47.496Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-11-20T11:29:47.496Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:29:57.026Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:26.652Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:30:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:30:26.654Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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-11-20T11:30:26.654Z||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-11-20T11:30:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:26.654Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:26.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:26.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407803824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407804960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407806615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407817869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407817885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407817988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "dcae-sch", "timestamp": 1637407810941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "cds", "timestamp": 1637407818997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-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-11-20T11:30:26.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33849957-99ad-4666-83e1-ef0782f92ce3 2021-11-20T11:30:26.857Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33849957-99ad-4666-83e1-ef0782f92ce3 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-11-20T11:30:26.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407819103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:30:26.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:30:26.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407811963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:30:26.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "ves-openapi-manager", "timestamp": 1637407820108, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-20T11:30:26.874Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 33849957-99ad-4666-83e1-ef0782f92ce3 2021-11-20T11:30:26.874Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33849957-99ad-4666-83e1-ef0782f92ce3 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:30:26.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "multicloud-k8s-id", "timestamp": 1637407815700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407817755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407825785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407825957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:30:26.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:30:26.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:30:26.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:26.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:30:27.286Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:27.286Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-20T11:30:27.286Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"33849957-99ad-4666-83e1-ef0782f92ce3","serviceName":"Demo_pNF_AMdEfp6JATOC5wc0OqVY","serviceVersion":"1.0","serviceUUID":"aeeb3da5-d50f-44c9-96dc-9bf8ef892504","serviceDescription":"catalog service description","serviceInvariantUUID":"b2c93eb4-213f-4d0e-937b-f255925088b1","resources":[{"resourceInstanceName":"pNF a29cd5c7-643a 0","resourceName":"pNF a29cd5c7-643a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bd01db2c-b561-47df-b0af-164014b82513","resourceInvariantUUID":"018653f4-680b-4dfd-90a7-f549418c8ad2","resourceCustomizationUUID":"e8b92dce-51f2-4488-a66e-872eed08e1ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml","artifactChecksum":"NjMzZDhkODQ5NjRkZGUwYmFkMTQ1M2Y0NGM2NThmNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8931a61c-b4ba-4f5e-81e2-9ecc82eed2ff","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar","artifactChecksum":"YWM2ODQ1ZDcxZWI1ODY0ZmJiNTVmNGE0YzA0Y2RhYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b80864d-9d7e-4a2e-8c45-f2f36cdc6298","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbb4b349-68a7-4754-a0ab-fc8b2725ec75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml","artifactChecksum":"OWQ5MDg5NmM0NzFmZTIzMWJlZmFmMmNlYjU1OTk0YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"88c61a95-fe76-4d05-980c-0d06ad3457ef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65dec0ff-0970-4891-89dd-92c085264bc6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6866647-f679-4940-bfa7-c727090532fd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml","artifactChecksum":"ZDA2ZDg1Yjc0NTgyY2VlZmFmNDMwMjk1N2E2Mzg5MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dea72409-4c17-49bb-901f-9d7962ff2c00","artifactVersion":"1"},{"artifactName":"service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar","artifactChecksum":"ZDAzYWQ2ZmZiMzhlYjk4NTVjODBlYmIyZDc5YjlhNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92bcb559-8550-4ee1-be0c-1650ecdca909","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:30:27.289Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:27.290Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:27.294Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:27.294Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:27.394Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:30:27.395Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:27.395Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:27.409Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:27.410Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:30:28.295Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:28.295Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:28.297Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:28.297Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:28.397Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:30:28.397Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:28.398Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:28.408Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:28.408Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:30:29.297Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:29.299Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:29.300Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:29.301Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:29.400Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:30:29.401Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:29.401Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:29.412Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:29.413Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:30:30.301Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:30.302Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:30.303Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:30.303Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:30.403Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:30:30.404Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:30.404Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:30.415Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:30.415Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:30:31.304Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:31.305Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:31.307Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:31.307Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:31.407Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:30:31.407Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:31.408Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:31.417Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:31.418Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:30:32.307Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:32.308Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:32.310Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:32.310Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:32.410Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:30:32.411Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:32.411Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:32.422Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:32.422Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:30:33.311Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:33.311Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:33.314Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:33.314Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:30:33.414Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:30:33.416Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:33.416Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:33.438Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:33.439Z||pool-150-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:30:34.315Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:30:34.317Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:34.319Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:34.319Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:30:34.419Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:30:34.420Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:34.420Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:34.433Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:34.434Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:30:35.321Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "serviceName": "Demo_pNF_AMdEfp6JATOC5wc0OqVY", "serviceVersion": "1.0", "serviceUUID": "aeeb3da5-d50f-44c9-96dc-9bf8ef892504", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b2c93eb4-213f-4d0e-937b-f255925088b1", "resources": [ { "resourceInstanceName": "pNF a29cd5c7-643a 0", "resourceCustomizationUUID": "e8b92dce-51f2-4488-a66e-872eed08e1ef", "resourceName": "pNF a29cd5c7-643a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "bd01db2c-b561-47df-b0af-164014b82513", "resourceInvariantUUID": "018653f4-680b-4dfd-90a7-f549418c8ad2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "artifactChecksum": "ZDAzYWQ2ZmZiMzhlYjk4NTVjODBlYmIyZDc5YjlhNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92bcb559-8550-4ee1-be0c-1650ecdca909" } ], "workloadContext": "Production" } 2021-11-20T11:30:35.322Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:30:35.322Z|1adf6a6f-91d1-43c4-81bb-559bb9b547ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aeeb3da5-d50f-44c9-96dc-9bf8ef892504 ASDC 2021-11-20T11:30:35.323Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:33849957-99ad-4666-83e1-ef0782f92ce3 ServiceName:Demo_pNF_AMdEfp6JATOC5wc0OqVY ServiceVersion:1.0 ServiceUUID:aeeb3da5-d50f-44c9-96dc-9bf8ef892504 ServiceInvariantUUID:b2c93eb4-213f-4d0e-937b-f255925088b1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar ArtifactUUID:92bcb559-8550-4ee1-be0c-1650ecdca909 ArtifactChecksum:ZDAzYWQ2ZmZiMzhlYjk4NTVjODBlYmIyZDc5YjlhNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a29cd5c7-643a 0 ResourceCustomizationUUID:e8b92dce-51f2-4488-a66e-872eed08e1ef ResourceInvariantUUID:018653f4-680b-4dfd-90a7-f549418c8ad2 ResourceName:pNF a29cd5c7-643a ResourceType:PNF ResourceUUID:bd01db2c-b561-47df-b0af-164014b82513 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-20T11:30:35.323Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeeb3da5-d50f-44c9-96dc-9bf8ef892504 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-11-20T11:30:35.353Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:30:35.354Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:30:35.354Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:30:35.354Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 92bcb559-8550-4ee1-be0c-1650ecdca909 from URL: /sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:35.354Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-20T11:30:35.354Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:35.431Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-20T11:30:35.435Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 92bcb559-8550-4ee1-be0c-1650ecdca909 82623 2021-11-20T11:30:35.436Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar ASDC sendASDCNotification 2021-11-20T11:30:35.436Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:35.436Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:30:35.436Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:35.438Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:35.439Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407835436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:30:35.538Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:30:35.539Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:35.539Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:35.550Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:35.551Z||pool-152-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:30:36.439Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:30:36.440Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:30:36.440Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 92bcb559-8550-4ee1-be0c-1650ecdca909, URL: /sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar to file: /app/ASDC/1/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:36.440Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:36.441Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:36.441Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:36.809Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16407811370548137547/Definitions/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml 2021-11-20T11:30:37.566Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:30:37.567Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-20T11:30:37.567Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.567Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-20T11:30:37.567Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a29cd5c7-643a 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-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.567Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.567Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.568Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.568Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.568Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.568Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.568Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-20T11:30:37.568Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.569Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.569Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Node template pNF a29cd5c7-643a 0 is matching search criteria 2021-11-20T11:30:37.569Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-20T11:30:37.569Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a29cd5c7-643a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:30:37.570Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.570Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.570Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Node template pNF a29cd5c7-643a 0 is matching search criteria 2021-11-20T11:30:37.570Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-20T11:30:37.570Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a29cd5c7-643a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:30:37.570Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.570Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.571Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.571Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.571Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.571Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.571Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.571Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.572Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.572Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.572Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AMdEfp6JATOC5wc0OqVY Description:catalog service description Model UUID:aeeb3da5-d50f-44c9-96dc-9bf8ef892504 Model Version:NULL Model InvariantUuid:b2c93eb4-213f-4d0e-937b-f255925088b1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:30:37.580Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: bd01db2c-b561-47df-b0af-164014b82513 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:30:37.584Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||pNF a29cd5c7-643a 0 2021-11-20T11:30:37.584Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bd01db2c-b561-47df-b0af-164014b82513 2021-11-20T11:30:37.584Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: aeeb3da5-d50f-44c9-96dc-9bf8ef892504 2021-11-20T11:30:37.584Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: aeeb3da5-d50f-44c9-96dc-9bf8ef892504 2021-11-20T11:30:37.585Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a29cd5c7-643a 0 bd01db2c-b561-47df-b0af-164014b82513 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:30:37.588Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4933e027, org.onap.sdc.toscaparser.api.parameters.Input@407077b, org.onap.sdc.toscaparser.api.parameters.Input@9a5a549, org.onap.sdc.toscaparser.api.parameters.Input@477364f0, org.onap.sdc.toscaparser.api.parameters.Input@119786e1] 2021-11-20T11:30:37.589Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.589Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.589Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid aeeb3da5-d50f-44c9-96dc-9bf8ef892504: pNF a29cd5c7-643a 2021-11-20T11:30:37.590Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||Processing PNF resource: bd01db2c-b561-47df-b0af-164014b82513 2021-11-20T11:30:37.590Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:30:37.590Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_AMdEfp6JATOC5wc0OqVY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:30:37.590Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||Resource customization UUID: e8b92dce-51f2-4488-a66e-872eed08e1ef is the same as notified resource customizationUUID: e8b92dce-51f2-4488-a66e-872eed08e1ef Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-20T11:30:37.633Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a29cd5c7-643a bd01db2c-b561-47df-b0af-164014b82513 0 ASDC deployResourceStructure 2021-11-20T11:30:37.633Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar ASDC sendASDCNotification 2021-11-20T11:30:37.633Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar 2021-11-20T11:30:37.634Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:30:37.634Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:30:37.636Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:30:37.636Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407837633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:30:37.735Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:30:37.736Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:30:37.736Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:30:37.746Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:30:37.746Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:30:38.636Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:30:38.647Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:30:38.650Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:30:38.650Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:30:38.650Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:31:08.651Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:31:08.664Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:31:08.665Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:31:08.666Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:31:08.666Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:31:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:31:26.654Z||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-11-20T11:31:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:31:26.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:31:26.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:31:26.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407826583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:31:26.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:31:38.667Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:31:38.684Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:31:38.686Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:31:38.690Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:31:38.691Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:32:08.693Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:32:08.706Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:32:08.707Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:32:08.707Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:32:08.707Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:32:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:32:26.655Z||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-11-20T11:32:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:32:26.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:32:26.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:32:26.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407826804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:32:26.689Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:32:38.710Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:32:38.749Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:32:38.751Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:32:38.751Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:32:38.752Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:33:08.752Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:33:08.763Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:33:08.767Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:33:08.767Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-20T11:33:08.767Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-20T11:33:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:33:26.656Z||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-11-20T11:33:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:33:26.695Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:33:26.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "aai-ml", "timestamp": 1637407826960, "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-11-20T11:33:26.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33849957-99ad-4666-83e1-ef0782f92ce3 2021-11-20T11:33:26.704Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33849957-99ad-4666-83e1-ef0782f92ce3 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-11-20T11:33:26.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407827589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:33:26.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:33:26.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "clamp", "timestamp": 1637407827808, "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-11-20T11:33:26.720Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33849957-99ad-4666-83e1-ef0782f92ce3 2021-11-20T11:33:26.721Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33849957-99ad-4666-83e1-ef0782f92ce3 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-11-20T11:33:26.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "policy-id", "timestamp": 1637407828592, "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-11-20T11:33:26.732Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33849957-99ad-4666-83e1-ef0782f92ce3 2021-11-20T11:33:26.732Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33849957-99ad-4666-83e1-ef0782f92ce3 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-11-20T11:33:26.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407821866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407830965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/resourceInstances/pnfa29cd5c7643a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407832914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407833921, "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-11-20T11:33:26.779Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33849957-99ad-4666-83e1-ef0782f92ce3 2021-11-20T11:33:26.779Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33849957-99ad-4666-83e1-ef0782f92ce3 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-11-20T11:33:26.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407826652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:33:26.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:33:26.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407835436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:33:26.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:33:26.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:33:26.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637407837633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAmdefp6jatoc5wc0oqvy/1.0/artifacts/service-DemoPnfAmdefp6jatoc5wc0oqvy-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:33:26.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:33:38.767Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:33:38.783Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:33:38.786Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:33:38.786Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:33:38.786Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:33:38.787Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:33:38.787Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:33:38.787Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:33:38.787Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:33:38.787Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:33:38.787Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:33:38.787Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:33:38.788Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:33:38.788Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-11-20T11:33:38.792Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:34:08.793Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33849957-99ad-4666-83e1-ef0782f92ce3 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-11-20T11:34:08.802Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33849957-99ad-4666-83e1-ef0782f92ce3 and serviceModelVersionId: aeeb3da5-d50f-44c9-96dc-9bf8ef892504 2021-11-20T11:34:08.802Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2c93eb4-213f-4d0e-937b-f255925088b1 2021-11-20T11:34:08.804Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2c93eb4-213f-4d0e-937b-f255925088b1/model-vers/model-ver/aeeb3da5-d50f-44c9-96dc-9bf8ef892504?depth=0 2021-11-20T11:34:08.812Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:34:08.866Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2c93eb4-213f-4d0e-937b-f255925088b1/model-vers/model-ver/aeeb3da5-d50f-44c9-96dc-9bf8ef892504?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-11-20T11:34:08.868Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2c93eb4-213f-4d0e-937b-f255925088b1/model-vers/model-ver/aeeb3da5-d50f-44c9-96dc-9bf8ef892504?depth=0|INFO|500||Invoke 2021-11-20T11:34:08.891Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2c93eb4-213f-4d0e-937b-f255925088b1/model-vers/model-ver/aeeb3da5-d50f-44c9-96dc-9bf8ef892504?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:34:09.261Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2c93eb4-213f-4d0e-937b-f255925088b1/model-vers/model-ver/aeeb3da5-d50f-44c9-96dc-9bf8ef892504?depth=0|INFO|500||InvokeReturn 2021-11-20T11:34:09.262Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2c93eb4-213f-4d0e-937b-f255925088b1/model-vers/model-ver/aeeb3da5-d50f-44c9-96dc-9bf8ef892504?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211120-11:34:08:903-70819], vertex-id=[475224], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:34:08 GMT], Content-Type=[application/json]} 2021-11-20T11:34:09.265Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:34:09.265Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:34:09.266Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:34:09.278Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-11-20T11:34:09.279Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33849957-99ad-4666-83e1-ef0782f92ce3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:34:09.279Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:34:09.280Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:09.284Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:09.284Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408049279, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:34:09.384Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:34:09.384Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:09.385Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:09.399Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:09.400Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-20T11:34:10.299Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:34:10.300Z|33849957-99ad-4666-83e1-ef0782f92ce3|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-11-20T11:34:10.300Z|33849957-99ad-4666-83e1-ef0782f92ce3|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:15.090Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:15.093Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-20T11:34:15.093Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b4c80fa0-6d75-49bc-841c-80b28e0e0103","serviceDescription":"service","serviceInvariantUUID":"b3668415-ed0e-41a4-9126-cc23fb89000a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6cba2067-4460-4e30-b320-8ee3597d53f9","resourceInvariantUUID":"dd4c47df-03b6-4d95-9dde-b6a4a9531724","resourceCustomizationUUID":"6aca742f-2fb7-4436-90f6-f17a44a4d0d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2RlYWEwMmQzNmZmY2UyOGUwMmZjMTkxZDI3M2RhOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7193816-87e5-4317-8cc8-754a716f4395","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec1f80bf-2411-4ed9-958d-43b07013cd9d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"889fe0b6-ba20-4995-a190-c72611ddf846","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NmI3NmI1YmU5OTk5ZDczMTgzODUxYThjZjUzMDc2Yzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0cd40817-d95e-419b-a522-9aa029b4b89d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7719c712-fd15-4f46-9266-f2042177831c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea95f88b-29ef-4f71-b809-ad7993a4ab46","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"293d55b8-3cbe-4975-9e7b-9e9149a505ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MDdlZjFhY2U5YmI3YTQ4OTlhMDhkZmY0YWIxYzIzMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05eaa0a2-6053-489e-85c8-685c029c8793","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTQ5MzBlNjgxNjBiMTY2NzIyYjBmYzRiYjU3ZjQ3MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38708a97-f290-4915-8d7d-2dc769448607","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-20T11:34:15.106Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:15.107Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:15.112Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:15.112Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:15.212Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:34:15.214Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:15.214Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:15.225Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:15.226Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:16.114Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:16.116Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:16.118Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:16.118Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:16.219Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:34:16.220Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:16.220Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:16.231Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:16.231Z||pool-156-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:17.119Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:17.120Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:17.124Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:17.124Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:17.224Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:34:17.226Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:17.226Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:17.236Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:17.237Z||pool-157-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:18.125Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:18.126Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:18.127Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:18.128Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:18.227Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:34:18.228Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:18.228Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:18.250Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:18.251Z||pool-158-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:19.128Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:19.129Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:19.131Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:19.131Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:19.231Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:34:19.231Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:19.232Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:19.248Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:19.249Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:20.131Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:20.132Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:20.135Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:20.135Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:20.234Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:34:20.235Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:20.235Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:20.246Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:20.246Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:21.135Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:21.147Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:21.150Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:21.150Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:21.249Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:34:21.250Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:21.250Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:21.263Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:21.264Z||pool-161-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:22.151Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:22.151Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:22.153Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:22.153Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:22.253Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:34:22.254Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:22.254Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:22.266Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:22.266Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:34:23.154Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-20T11:34:23.154Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:23.156Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:23.157Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:34:23.256Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-20T11:34:23.257Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:23.257Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:23.267Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:23.267Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:24.157Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b4c80fa0-6d75-49bc-841c-80b28e0e0103", "serviceDescription": "service", "serviceInvariantUUID": "b3668415-ed0e-41a4-9126-cc23fb89000a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "6aca742f-2fb7-4436-90f6-f17a44a4d0d1", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6cba2067-4460-4e30-b320-8ee3597d53f9", "resourceInvariantUUID": "dd4c47df-03b6-4d95-9dde-b6a4a9531724", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MTQ5MzBlNjgxNjBiMTY2NzIyYjBmYzRiYjU3ZjQ3MDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38708a97-f290-4915-8d7d-2dc769448607" } ], "workloadContext": "Production" } 2021-11-20T11:34:24.158Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-20T11:34:24.159Z|33849957-99ad-4666-83e1-ef0782f92ce3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4c80fa0-6d75-49bc-841c-80b28e0e0103 ASDC 2021-11-20T11:34:24.159Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b4c80fa0-6d75-49bc-841c-80b28e0e0103 ServiceInvariantUUID:b3668415-ed0e-41a4-9126-cc23fb89000a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:38708a97-f290-4915-8d7d-2dc769448607 ArtifactChecksum:MTQ5MzBlNjgxNjBiMTY2NzIyYjBmYzRiYjU3ZjQ3MDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:6aca742f-2fb7-4436-90f6-f17a44a4d0d1 ResourceInvariantUUID:dd4c47df-03b6-4d95-9dde-b6a4a9531724 ResourceName:test-pnf ResourceType:PNF ResourceUUID:6cba2067-4460-4e30-b320-8ee3597d53f9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-20T11:34:24.159Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4c80fa0-6d75-49bc-841c-80b28e0e0103 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-11-20T11:34:24.191Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:34:24.192Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:34:24.192Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:34:24.192Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38708a97-f290-4915-8d7d-2dc769448607 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-20T11:34:24.192Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-20T11:34:24.192Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-20T11:34:25.018Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-20T11:34:25.029Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 38708a97-f290-4915-8d7d-2dc769448607 105639 2021-11-20T11:34:25.029Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-20T11:34:25.030Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-20T11:34:25.030Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-20T11:34:25.030Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:25.032Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:25.032Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408065029, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:34:25.132Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:34:25.133Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:25.133Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:25.149Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:25.150Z||pool-164-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-20T11:34:26.033Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-20T11:34:26.034Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-20T11:34:26.034Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 38708a97-f290-4915-8d7d-2dc769448607, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-20T11:34:26.035Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-20T11:34:26.035Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-20T11:34:26.035Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-20T11:34:26.217Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12278704488032850655/Definitions/service-TestPnfMacro-template.yml 2021-11-20T11:34:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:34:26.654Z||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-11-20T11:34:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:26.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:26.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "dcae-sch", "timestamp": 1637407950942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407944960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407953829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407963526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-20T11:34:26.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407963643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:34:26.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "multicloud-k8s-id", "timestamp": 1637407955701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407964559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-20T11:34:26.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407956615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:34:26.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "ves-openapi-manager", "timestamp": 1637407965564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-20T11:34:26.720Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 2021-11-20T11:34:26.721Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-20T11:34:26.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407966466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:34:26.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407957755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "cds", "timestamp": 1637407967775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-20T11:34:26.735Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 2021-11-20T11:34:26.735Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 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-11-20T11:34:26.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407967969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:34:26.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407968975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:34:26.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407969043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:34:26.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "policy-id", "timestamp": 1637407969978, "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-11-20T11:34:26.749Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 2021-11-20T11:34:26.749Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 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-11-20T11:34:26.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "aai-ml", "timestamp": 1637407970046, "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-11-20T11:34:26.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 2021-11-20T11:34:26.774Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 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-11-20T11:34:26.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407961962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:34:26.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407977712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407979721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:34:26.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407971867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:34:26.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-20T11:34:26.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "clamp", "timestamp": 1637407980725, "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-11-20T11:34:26.809Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 2021-11-20T11:34:26.809Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 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-11-20T11:34:26.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407981703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:34:26.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407983632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:34:26.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:34:26.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-20T11:34:26.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637407984638, "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-11-20T11:34:26.820Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 2021-11-20T11:34:26.820Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 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-11-20T11:34:26.932Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-20T11:34:26.933Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-20T11:34:26.933Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-20T11:34:26.933Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-20T11:34:26.933Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-TestPnfMacro-csar.csar 2021-11-20T11:34:26.933Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-TestPnfMacro-csar.csar 2021-11-20T11:34:26.933Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-TestPnfMacro-csar.csar 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-TestPnfMacro-csar.csar 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-TestPnfMacro-csar.csar 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-TestPnfMacro-csar.csar 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.934Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-20T11:34:26.935Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-20T11:34:26.935Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:34:26.935Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.935Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.935Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-20T11:34:26.935Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.936Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.937Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.937Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.937Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.937Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b4c80fa0-6d75-49bc-841c-80b28e0e0103 Model Version:NULL Model InvariantUuid:b3668415-ed0e-41a4-9126-cc23fb89000a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-20T11:34:26.943Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6cba2067-4460-4e30-b320-8ee3597d53f9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:34:26.947Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-11-20T11:34:26.947Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6cba2067-4460-4e30-b320-8ee3597d53f9 2021-11-20T11:34:26.947Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b4c80fa0-6d75-49bc-841c-80b28e0e0103 2021-11-20T11:34:26.947Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b4c80fa0-6d75-49bc-841c-80b28e0e0103 2021-11-20T11:34:26.948Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6cba2067-4460-4e30-b320-8ee3597d53f9 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:34:26.951Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@aacfa53, org.onap.sdc.toscaparser.api.parameters.Input@47069dcf, org.onap.sdc.toscaparser.api.parameters.Input@1b7f5c48, org.onap.sdc.toscaparser.api.parameters.Input@688e3be, org.onap.sdc.toscaparser.api.parameters.Input@6b9bff5e] 2021-11-20T11:34:26.951Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.951Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.952Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b4c80fa0-6d75-49bc-841c-80b28e0e0103: test-pnf 2021-11-20T11:34:26.952Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||Processing PNF resource: 6cba2067-4460-4e30-b320-8ee3597d53f9 2021-11-20T11:34:26.952Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-20T11:34:26.952Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-20T11:34:26.953Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6aca742f-2fb7-4436-90f6-f17a44a4d0d1 is the same as notified resource customizationUUID: 6aca742f-2fb7-4436-90f6-f17a44a4d0d1 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-20T11:34:26.982Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6cba2067-4460-4e30-b320-8ee3597d53f9 0 ASDC deployResourceStructure 2021-11-20T11:34:26.982Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-20T11:34:26.982Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-20T11:34:26.982Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-20T11:34:26.983Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:26.984Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:26.984Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408066982, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:34:27.084Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:34:27.085Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:27.085Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:27.096Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:27.097Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-20T11:34:27.985Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-20T11:34:27.996Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-20T11:34:27.999Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-20T11:34:27.999Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:34:28.000Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-20T11:34:28.001Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:34:28.004Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-20T11:34:58.005Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 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-11-20T11:34:58.011Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 and serviceModelVersionId: b4c80fa0-6d75-49bc-841c-80b28e0e0103 2021-11-20T11:34:58.012Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3668415-ed0e-41a4-9126-cc23fb89000a 2021-11-20T11:34:58.013Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0 2021-11-20T11:34:58.017Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-20T11:34:58.053Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0|INFO|500||Invoke 2021-11-20T11:34:58.054Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d687548-9aee-4d27-a278-d13f42afa008], X-ECOMP-RequestID=[76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50], X-TransactionId=[], X-ONAP-RequestID=[76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50], Content-Type=[application/merge-patch+json]} 2021-11-20T11:34:58.073Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-20T11:34:58.292Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211120-11:34:58:083-84062], vertex-id=[520288], Content-Length=[0], Date=[Sat, 20 Nov 2021 11:34:58 GMT], Content-Type=[application/json]} 2021-11-20T11:34:58.292Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-20T11:34:58.293Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3668415-ed0e-41a4-9126-cc23fb89000a/model-vers/model-ver/b4c80fa0-6d75-49bc-841c-80b28e0e0103?depth=0|INFO|500||InvokeReturn 2021-11-20T11:34:58.293Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-20T11:34:58.294Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-20T11:34:58.298Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:34:58.298Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-20T11:34:58.298Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-20T11:34:58.298Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-20T11:34:58.300Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-20T11:34:58.300Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408098298, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:34:58.400Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-20T11:34:58.401Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-20T11:34:58.401Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ... 2021-11-20T11:34:58.413Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:34:58.414Z||pool-166-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-11-20T11:34:59.310Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:34:59.311Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:34:59.311Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:35:08.910Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:35:08.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:35:08.912Z||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-11-20T11:35:08.912Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:35:18.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:35:18.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:35:18.492Z||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-11-20T11:35:18.492Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:35:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:35:26.654Z||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-11-20T11:35:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:35:26.672Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:35:26.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33849957-99ad-4666-83e1-ef0782f92ce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408049279, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:35:26.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:35:26.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408050299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-20T11:35:26.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-20T11:35:26.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408065029, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-20T11:35:26.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:35:28.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:35:28.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:35:28.070Z||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-11-20T11:35:28.070Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:35:37.607Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:36:26.652Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:36:26.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:36:26.654Z||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-11-20T11:36:26.654Z||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-11-20T11:36:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:36:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:36:26.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:36:26.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-20T11:36:26.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408066982, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-20T11:36:26.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:36:36.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:37:26.652Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:37:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:37:26.654Z||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-11-20T11:37:26.654Z||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-11-20T11:37:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:37:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:37:27.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:37:27.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-20T11:37:27.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637408098298, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-20T11:37:27.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-20T11:37:36.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:38:26.651Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:38:26.653Z||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-11-20T11:38:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:38:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:38:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:38:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:38:36.212Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:38:36.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:39:26.653Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:39:26.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:39:26.657Z||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-11-20T11:39:26.657Z||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-11-20T11:39:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:39:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:39:36.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:39:36.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:40:26.651Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:40:26.653Z||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-11-20T11:40:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:40:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:40:26.654Z||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-11-20T11:40:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:40:36.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:40:36.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:41:26.652Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:41:26.654Z||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-11-20T11:41:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:41:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:41:26.655Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:41:26.655Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:41:36.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:41:36.209Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:42:26.653Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:42:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:42:26.655Z||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-11-20T11:42:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:42:26.655Z||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-11-20T11:42:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:42:36.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:42:36.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:43:26.651Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:43:26.653Z||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-11-20T11:43:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:43:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:43:26.654Z||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-11-20T11:43:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:43:36.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:43:36.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:44:26.652Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:44:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:44:26.654Z||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-11-20T11:44:26.654Z||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-11-20T11:44:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:44:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:44:36.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:44:36.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:45:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:45:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:45:26.656Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:45:26.656Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:45:26.656Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:45:26.657Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:45:36.247Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:45:36.248Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:46:26.651Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:46:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:46:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:46:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:46:26.654Z||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-11-20T11:46:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:46:36.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:46:36.208Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:47:26.652Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:47:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:47:26.654Z||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-11-20T11:47:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:47:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:47:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:47:36.238Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:47:36.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:48:26.652Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:48:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:48:26.656Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:48:26.656Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:48:26.656Z||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-11-20T11:48:26.663Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:48:36.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:48:36.215Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:49:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:49:26.653Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:49:26.656Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:49:26.656Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:49:26.656Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:49:26.656Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:49:36.203Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:49:36.207Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:50:26.652Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:50:26.653Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:50:26.655Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:50:26.655Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:50:26.655Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:50:26.655Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:50:36.211Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:50:36.211Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:51:26.651Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:51:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T11:51:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:51:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:51:26.654Z||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-11-20T11:51:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:51:36.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:51:36.192Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:52:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:52:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:52:26.655Z||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-11-20T11:52:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:52:26.655Z||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-11-20T11:52:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:52:36.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:52:36.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:53:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:53:26.652Z||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-11-20T11:53:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:53:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:53:26.654Z||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-11-20T11:53:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:53:36.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:53:36.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:54:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:54:26.652Z||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-11-20T11:54:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:54:26.653Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:54:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:54:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:54:36.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:54:36.211Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:55:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:55:26.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:55:26.655Z||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-11-20T11:55:26.655Z||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-11-20T11:55:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:55:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:55:36.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:55:36.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:56:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:56:26.653Z||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-11-20T11:56:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:56:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:56:26.654Z||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-11-20T11:56:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:56:36.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:56:36.206Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:57:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:57:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:57:26.654Z||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-11-20T11:57:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:57:26.654Z||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-11-20T11:57:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:57:36.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:57:36.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:58:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:58:26.654Z||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-11-20T11:58:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:58:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:58:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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-11-20T11:58:26.654Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:58:36.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:58:36.209Z|0fe6310b-33c9-4d32-a901-3c0a08886eb7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:59:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:59:26.653Z||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-11-20T11:59:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:59:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T11:59:26.654Z||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-11-20T11:59:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T11:59:36.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T11:59:36.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:00:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:00:26.653Z||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-11-20T12:00:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:00:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:00:26.655Z||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-11-20T12:00:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:00:36.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:00:36.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:01:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:01:26.652Z||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-11-20T12:01:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:01:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:01:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T12:01:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:01:36.214Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:01:36.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:02:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:02:26.652Z||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-11-20T12:02:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:02:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:02:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T12:02:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:02:36.213Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:02:36.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:03:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:03:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:03:26.655Z||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-11-20T12:03:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:03:26.655Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T12:03:26.656Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:03:36.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:03:36.203Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:04:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:04:26.652Z||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-11-20T12:04:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:04:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:04:26.654Z||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-11-20T12:04:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:04:36.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:04:36.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:05:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:05:26.652Z||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-11-20T12:05:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:05:26.654Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:05:26.654Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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-11-20T12:05:26.654Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:05:36.218Z|669ca3b2-ab61-42e3-bfc0-73be6fa2df1a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:05:36.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:05:38.154Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-20T12:06:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:06:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:06:26.656Z||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-11-20T12:06:26.656Z||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-11-20T12:06:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:06:26.657Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:06:36.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:06:36.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:07:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:07:26.653Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:07:26.655Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T12:07:26.655Z||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-11-20T12:07:26.656Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:07:26.656Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:07:36.213Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:07:36.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:08:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:08:26.652Z||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-11-20T12:08:26.652Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:08:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:08:26.654Z||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-11-20T12:08:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:08:36.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:08:36.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:09:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:09:26.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:09:26.654Z||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-11-20T12:09:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:09:26.654Z||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-11-20T12:09:26.654Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:09:36.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:09:36.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:10:26.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:10:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:10:26.654Z||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-11-20T12:10:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:10:26.655Z||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-11-20T12:10:26.655Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:10:36.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:10:36.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:11:26.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:11:26.652Z||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-11-20T12:11:26.653Z||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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:11:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-20T12:11:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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-11-20T12:11:26.654Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|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 KGwDPEkHVoK0F4xn) ... 2021-11-20T12:11:36.214Z|76b7bdc7-0e74-4c3d-a05b-83efdcfb1f50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T12:11:36.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK