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-17T09:47:57.822Z||main|||||INFO|500||The following profiles are active: basic 2021-11-17T09:48:12.401Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-17T09:48:12.402Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-17T09:48:12.562Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-17T09:48:17.766Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-17T09:48:18.181Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-17T09:48:18.895Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-17T09:48:18.907Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-17T09:48:19.091Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-17T09:48:19.501Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-17T09:48:20.383Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-17T09:48:25.314Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-17T09:48:27.786Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-17T09:48:27.853Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-17T09:48:28.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-17T09:48:28.566Z||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-17T09:48:29.846Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-17T09:48:31.076Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-17T09:48:31.106Z||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$$20cf312a.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-17T09:48:31.107Z||main|||||WARN|500||The sdc end point is not alive 2021-11-17T09:48:34.415Z||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-17T09:48:37.529Z||main|||||WARN|500||--- 2021-11-17T09:48:37.529Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-17T09:48:37.530Z||main|||||WARN|500||--- 2021-11-17T09:48:37.934Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-17T09:48:42.750Z||main|||||INFO|500||Started Application in 48.529 seconds (JVM running for 53.093) 2021-11-17T09:48:42.760Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-17T09:48:42.766Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-17T09:48:42.783Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-17T09:48:42.821Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-17T09:48:42.870Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e1598e7-2254-450d-b434-0ba5d78f7d69 url= /sdc/v1/artifactTypes 2021-11-17T09:48:42.870Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-17T09:48:43.191Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-17T09:48:43.218Z||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-17T09:48:43.239Z||scheduling-1|||||DEBUG|500||create keys 2021-11-17T09:48:43.247Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-17T09:48:43.482Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:48:43.499Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 753e40b7-64c6-4d78-8893-6a795d1d2270 url= /sdc/v1/registerForDistribution 2021-11-17T09:48:43.791Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 753e40b7-64c6-4d78-8893-6a795d1d2270 url= /sdc/v1/registerForDistribution 2021-11-17T09:48:43.791Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-17T09:48:43.802Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:48:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:48:43.810Z||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-17T09:48:43.810Z||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-17T09:48:43.811Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:48:43.811Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:48:43.814Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-17T09:48:54.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:48:54.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:49:43.807Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:49:43.810Z||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-17T09:49:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:49:43.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:49:43.811Z||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-17T09:49:43.812Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:49:53.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:49:53.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:50:43.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:50:43.802Z||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-17T09:50:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:50:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:50:43.810Z||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-17T09:50:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:50:53.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:50:53.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:51:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:51:43.802Z||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-17T09:51:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:51:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:51:43.809Z||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-17T09:51:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:51:53.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:51:53.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:52:43.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:52:43.804Z||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-17T09:52:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:52:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:52:43.811Z||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-17T09:52:43.812Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:52:53.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:52:53.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:53:43.800Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:53:43.804Z||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-17T09:53:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:53:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:53:43.811Z||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-17T09:53:43.811Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:53:53.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:53:53.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:54:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:54:43.805Z||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-17T09:54:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:54:43.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:54:43.812Z||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-17T09:54:43.812Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:54:53.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:54:53.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:55:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:55:43.805Z||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-17T09:55:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:55:43.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:55:43.813Z||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-17T09:55:43.813Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:55:53.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:55:53.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:56:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:56:43.803Z||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-17T09:56:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:56:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:56:43.810Z||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-17T09:56:43.811Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:56:53.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:56:53.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:57:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:57:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:57:43.804Z||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-17T09:57:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:57:43.810Z||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-17T09:57:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:57:53.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:57:53.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:57:53.456Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-17T09:58:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:58:43.804Z||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-17T09:58:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:58:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:58:43.809Z||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-17T09:58:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:58:53.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:58:53.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:59:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:59:43.804Z||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-17T09:59:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:59:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T09:59:43.809Z||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-17T09:59:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T09:59:53.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T09:59:53.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:00:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:00:43.802Z||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-17T10:00:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:00:43.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:00:43.810Z||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-17T10:00:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:00:53.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:00:53.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:01:43.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:01:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:01:43.816Z||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-17T10:01:43.816Z||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-17T10:01:43.817Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:01:43.817Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:01:53.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:01:53.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:02:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:02:43.801Z||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-17T10:02:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:02:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:02:43.809Z||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-17T10:02:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:02:53.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:02:53.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:03:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:03:43.802Z||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-17T10:03:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:03:43.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:03:43.810Z||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-17T10:03:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:03:53.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:03:53.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:04:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:04:43.801Z||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-17T10:04:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:04:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:04:43.810Z||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-17T10:04:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:04:53.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:04:53.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:05:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:05:43.805Z||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-17T10:05:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:05:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:05:43.809Z||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-17T10:05:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:05:53.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:05:53.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:06:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:06:43.801Z||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-17T10:06:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:06:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:06:43.809Z||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-17T10:06:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:06:53.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:06:53.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:07:43.802Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:07:43.807Z||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-17T10:07:43.807Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:07:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:07:43.809Z||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-17T10:07:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:07:53.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:07:53.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:08:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:08:43.801Z||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-17T10:08:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:08:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:08:43.809Z||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-17T10:08:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:08:53.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:08:53.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:09:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:09:43.804Z||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-17T10:09:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:09:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:09:43.809Z||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-17T10:09:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:09:53.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:09:53.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:10:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:10:43.801Z||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-17T10:10:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:10:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:10:43.809Z||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-17T10:10:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:10:53.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:10:53.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:11:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:11:43.803Z||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-17T10:11:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:11:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:11:43.809Z||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-17T10:11:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:11:53.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:11:53.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:12:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:12:43.801Z||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-17T10:12:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:12:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:12:43.810Z||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-17T10:12:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:12:53.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:12:53.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:13:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:13:43.802Z||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-17T10:13:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:13:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:13:43.809Z||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-17T10:13:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:13:53.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:13:53.361Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:14:43.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:14:43.804Z||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-17T10:14:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:14:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:14:43.809Z||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-17T10:14:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:14:53.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:14:53.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:15:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:15:43.801Z||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-17T10:15:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:15:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:15:43.809Z||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-17T10:15:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:15:53.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:15:53.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:16:43.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:16:43.805Z||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-17T10:16:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:16:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:16:43.809Z||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-17T10:16:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:16:53.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:16:53.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:17:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:17:43.800Z||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-17T10:17:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:17:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:17:43.810Z||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-17T10:17:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:17:53.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:17:53.356Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:18:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:18:43.802Z||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-17T10:18:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:18:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:18:43.810Z||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-17T10:18:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:18:53.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:18:53.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:19:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:19:43.802Z||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-17T10:19:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:19:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:19:43.809Z||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-17T10:19:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:19:53.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:19:53.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:20:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:20:43.803Z||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-17T10:20:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:20:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:20:43.809Z||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-17T10:20:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:20:53.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:20:53.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:21:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:21:43.800Z||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-17T10:21:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:21:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:21:43.809Z||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-17T10:21:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:21:53.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:21:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:22:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:22:43.802Z||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-17T10:22:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:22:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:22:43.809Z||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-17T10:22:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:22:53.365Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:22:53.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:23:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:23:43.804Z||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-17T10:23:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:23:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:23:43.810Z||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-17T10:23:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:23:53.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:23:53.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:24:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:24:43.801Z||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-17T10:24:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:24:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:24:43.809Z||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-17T10:24:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:24:53.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:24:53.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:25:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:25:43.803Z||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-17T10:25:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:25:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:25:43.809Z||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-17T10:25:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:25:53.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:25:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:26:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:26:43.801Z||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-17T10:26:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:26:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:26:43.809Z||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-17T10:26:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:26:53.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:26:53.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:27:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:27:43.802Z||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-17T10:27:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:27:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:27:43.809Z||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-17T10:27:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:27:53.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:27:53.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:28:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:28:43.801Z||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-17T10:28:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:28:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:28:43.810Z||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-17T10:28:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:28:53.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:28:53.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:29:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:29:43.801Z||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-17T10:29:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:29:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:29:43.809Z||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-17T10:29:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:29:53.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:29:53.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:30:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:30:43.801Z||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-17T10:30:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:30:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:30:43.810Z||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-17T10:30:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:30:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:30:53.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:31:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:31:43.801Z||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-17T10:31:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:31:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:31:43.809Z||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-17T10:31:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:31:53.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:31:53.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:32:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:32:43.805Z||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-17T10:32:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:32:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:32:43.809Z||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-17T10:32:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:32:53.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:32:53.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:33:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:33:43.801Z||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-17T10:33:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:33:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:33:43.809Z||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-17T10:33:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:33:53.360Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:33:53.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:34:43.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:34:43.806Z||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-17T10:34:43.806Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:34:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:34:43.809Z||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-17T10:34:43.815Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:34:53.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:34:53.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:35:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:35:43.801Z||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-17T10:35:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:35:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:35:43.809Z||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-17T10:35:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:35:53.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:35:53.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:36:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:36:43.804Z||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-17T10:36:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:36:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:36:43.809Z||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-17T10:36:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:36:53.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:36:53.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:37:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:37:43.804Z||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-17T10:37:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:37:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:37:43.809Z||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-17T10:37:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:37:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:37:53.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:38:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:38:43.803Z||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-17T10:38:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:38:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:38:43.809Z||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-17T10:38:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:38:53.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:38:53.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:39:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:39:43.802Z||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-17T10:39:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:39:43.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:39:43.809Z||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-17T10:39:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:39:53.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:39:53.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:40:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:40:43.802Z||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-17T10:40:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:40:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:40:43.809Z||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-17T10:40:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:40:53.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:40:53.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:41:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:41:43.802Z||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-17T10:41:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:41:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:41:43.809Z||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-17T10:41:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:41:53.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:41:53.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:42:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:42:43.803Z||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-17T10:42:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:42:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:42:43.810Z||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-17T10:42:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:42:53.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:42:53.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:43:43.802Z||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-17T10:43:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:43:43.809Z||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-17T10:43:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:44.128Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:44.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145798894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "ves-openapi-manager", "timestamp": 1637145807351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145798894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "ves-openapi-manager", "timestamp": 1637145807351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145798894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "ves-openapi-manager", "timestamp": 1637145807351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145798894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "ves-openapi-manager", "timestamp": 1637145807351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145798894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "ves-openapi-manager", "timestamp": 1637145807351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "dcae-sch", "timestamp": 1637145812243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145798894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "ves-openapi-manager", "timestamp": 1637145807351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "dcae-sch", "timestamp": 1637145812243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145798894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "ves-openapi-manager", "timestamp": 1637145807351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:43:44.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145813571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "dcae-sch", "timestamp": 1637145812243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145814244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145813571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOTIFIED" } 2021-11-17T10:43:44.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145815467, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:44.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145815483, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:44.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "dcae-sch", "timestamp": 1637145812243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145814244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145813571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:43:44.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "cds", "timestamp": 1637145816489, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-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-17T10:43:44.350Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63 2021-11-17T10:43:44.369Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "dcae-sch", "timestamp": 1637145812243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145814244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145816616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145813571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "dcae-sch", "timestamp": 1637145812243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145814244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145816616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOTIFIED" } 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145813571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "dcae-sch", "timestamp": 1637145812243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145814244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145816616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145813571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145814244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145816616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145813571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145814244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145816616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145821609, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145822155, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145816616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145822808, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145823176, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:43:44.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:43:44.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145816616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:43:44.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:43:44.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:44.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-17T10:43:44.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b72a2085-f383-47a6-91a6-2d61051ecb63","serviceName":"vFW 2021-11-17 10-41-04","serviceVersion":"1.0","serviceUUID":"4b05cd70-2f39-4d9e-97cb-793028a48ddf","serviceDescription":"catalog service description","serviceInvariantUUID":"de2b779d-4c90-469a-8748-61049361c141","resources":[{"resourceInstanceName":"vFW 65840914-e810 0","resourceName":"vFW 65840914-e810","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16adf65e-7465-4bbf-893c-22423e5dd3f8","resourceInvariantUUID":"9d2c4def-81d4-404d-bccb-d2fa67256559","resourceCustomizationUUID":"7070a543-e4e0-44dc-90b6-66a6243d9b4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml","artifactChecksum":"NTFkZmRlNjJjMmE2NzJlN2I2NDQzYzVlNTYyNzM0NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2944ff0-18d8-48ea-932c-38203b17f12f","artifactVersion":"1"},{"artifactName":"vfw65840914e8100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json","artifactChecksum":"YTVmZDYwOTczN2Y2NWE2MGMzODkyOGJjZDA0NThhYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99be2c78-7893-4e97-9f04-815467633a8d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c65c0804-df22-4a6d-9185-8cbeb57d4c3b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml","artifactChecksum":"MzZlYjliYTRjNjQ0NzY5NzhkYjAyNjdlN2FhYmNjMjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"268ef672-8ca4-4b05-b00a-f4607a91f455","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"717436a7-8697-4985-8d7e-8c71fa546695","artifactVersion":"2","generatedFromUUID":"c65c0804-df22-4a6d-9185-8cbeb57d4c3b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117104104-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml","artifactChecksum":"YTVjZGY0YTg4NmEzZTJlYmM3ODZlM2E4YzYyOTE0MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e931d26-73b4-4adf-b85c-65bf05fd20f1","artifactVersion":"1"},{"artifactName":"service-Vfw20211117104104-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar","artifactChecksum":"NGU5MWVjZDBlNjUwZDhlODlmNWJjYzRjZjU0ZDI3YzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T10:43:44.439Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:43:44.444Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:44.454Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:44.454Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:44.554Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-17T10:43:44.557Z||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-17T10:43:44.558Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:44.572Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:44.573Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:45.464Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:43:45.465Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:45.470Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:45.470Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOTIFIED" } 2021-11-17T10:43:45.570Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:43:45.572Z||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-17T10:43:45.572Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:45.584Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:45.585Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:46.472Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:43:46.473Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:46.476Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:46.476Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:43:46.576Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:43:46.577Z||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-17T10:43:46.577Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:46.590Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:46.591Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:47.477Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:43:47.477Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:47.479Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:47.479Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:47.579Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:43:47.581Z||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-17T10:43:47.581Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:47.606Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:47.607Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:43:48.480Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:43:48.482Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:48.483Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:48.484Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:43:48.584Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:43:48.585Z||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-17T10:43:48.585Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:48.597Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:48.597Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:49.484Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:43:49.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:49.487Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:49.487Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:43:49.587Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:43:49.588Z||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-17T10:43:49.588Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:49.600Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:49.601Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:50.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:43:50.489Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:50.493Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:50.494Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:43:50.595Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:43:50.596Z||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-17T10:43:50.596Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:50.613Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:50.614Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:51.496Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "serviceName": "vFW 2021-11-17 10-41-04", "serviceVersion": "1.0", "serviceUUID": "4b05cd70-2f39-4d9e-97cb-793028a48ddf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "de2b779d-4c90-469a-8748-61049361c141", "resources": [ { "resourceInstanceName": "vFW 65840914-e810 0", "resourceCustomizationUUID": "7070a543-e4e0-44dc-90b6-66a6243d9b4a", "resourceName": "vFW 65840914-e810", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "16adf65e-7465-4bbf-893c-22423e5dd3f8", "resourceInvariantUUID": "9d2c4def-81d4-404d-bccb-d2fa67256559", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw65840914e8100_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "artifactChecksum": "YTVmZDYwOTczN2Y2NWE2MGMzODkyOGJjZDA0NThhYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99be2c78-7893-4e97-9f04-815467633a8d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c65c0804-df22-4a6d-9185-8cbeb57d4c3b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "717436a7-8697-4985-8d7e-8c71fa546695", "generatedFromUUID": "c65c0804-df22-4a6d-9185-8cbeb57d4c3b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "717436a7-8697-4985-8d7e-8c71fa546695", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211117104104-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "artifactChecksum": "NGU5MWVjZDBlNjUwZDhlODlmNWJjYzRjZjU0ZDI3YzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2" } ], "workloadContext": "Production" } 2021-11-17T10:43:51.499Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T10:43:51.499Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b05cd70-2f39-4d9e-97cb-793028a48ddf ASDC 2021-11-17T10:43:51.612Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b72a2085-f383-47a6-91a6-2d61051ecb63 ServiceName:vFW 2021-11-17 10-41-04 ServiceVersion:1.0 ServiceUUID:4b05cd70-2f39-4d9e-97cb-793028a48ddf ServiceInvariantUUID:de2b779d-4c90-469a-8748-61049361c141 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211117104104-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar ArtifactUUID:fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2 ArtifactChecksum:NGU5MWVjZDBlNjUwZDhlODlmNWJjYzRjZjU0ZDI3YzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 65840914-e810 0 ResourceCustomizationUUID:7070a543-e4e0-44dc-90b6-66a6243d9b4a ResourceInvariantUUID:9d2c4def-81d4-404d-bccb-d2fa67256559 ResourceName:vFW 65840914-e810 ResourceType:VF ResourceUUID:16adf65e-7465-4bbf-893c-22423e5dd3f8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw65840914e8100_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json ArtifactUUID:99be2c78-7893-4e97-9f04-815467633a8d ArtifactChecksum:YTVmZDYwOTczN2Y2NWE2MGMzODkyOGJjZDA0NThhYTA= 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/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml ArtifactUUID:c65c0804-df22-4a6d-9185-8cbeb57d4c3b 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/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env ArtifactUUID:717436a7-8697-4985-8d7e-8c71fa546695 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/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env ArtifactUUID:717436a7-8697-4985-8d7e-8c71fa546695 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-17T10:43:51.613Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b05cd70-2f39-4d9e-97cb-793028a48ddf 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-17T10:43:51.683Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:43:51.684Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-17T10:43:51.686Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-17T10:43:51.686Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2 from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:51.686Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-17T10:43:51.688Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:51.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-17T10:43:51.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2 98955 2021-11-17T10:43:51.873Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar ASDC sendASDCNotification 2021-11-17T10:43:51.873Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:51.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:43:51.875Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:51.876Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:51.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145831872, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:51.977Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:43:51.978Z||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-17T10:43:51.978Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:51.990Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:51.990Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:52.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:43:52.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-17T10:43:52.879Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2, URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar to file: /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:52.879Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117104104-csar.csar 2021-11-17T10:43:52.950Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:52.950Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:53.631Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14718346279633613710/Definitions/service-Vfw20211117104104-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-17T10:43:56.086Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T10:43:56.091Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-17T10:43:56.091Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.091Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 65840914-e810 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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-Vfw20211117104104-csar.csar 2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-17T10:43:56.100Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.102Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:56.105Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:56.106Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-17T10:43:56.108Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-17T10:43:56.111Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:43:56.111Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.111Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria 2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-17T10:43:56.119Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.119Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:43:56.120Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.120Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:56.122Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.122Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:56.122Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria 2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e476544f-3dd2-457e-bf07-420907cf5c52 2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria 2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.129Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0d52d89-5631-4a5f-a137-70c963f39372 2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria 2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=285eebcf-c2db-441a-92d4-92b1230b7423 2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:56.135Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:56.135Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-17 10-41-04 Description:catalog service description Model UUID:4b05cd70-2f39-4d9e-97cb-793028a48ddf Model Version:NULL Model InvariantUuid:de2b779d-4c90-469a-8748-61049361c141 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 65840914-e810 Model UUID:7265aa5b-d446-4831-864c-eb87dc6b0b45 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9d2c4def-81d4-404d-bccb-d2fa67256559 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7070a543-e4e0-44dc-90b6-66a6243d9b4a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0088525a-dc6d-4bcb-b45f-6d10d7686655 ModelName:Vfw65840914E810..base_vfw..module-0 ModelUuid:8adafcd9-bae2-414d-a63d-d968ccdcb5ff ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e476544f-3dd2-457e-bf07-420907cf5c52 ModelInvariantUuid:fab089d1-d08b-4d15-8317-36c49ecb808e ModelName:vFW 65840914-e810-nodes.vfwCvfc ModelUuid:efeb8c4e-5c62-4aaf-9c7a-88bd67e471cf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8b7daf4d-e620-4063-9b70-ec64d24d8295 ModelInvariantUuid:7c8bcc5a-aae3-4f20-bf97-74ed8b7253e9 ModelName:Vfw65840914E810.compute.nodes.heat.vfw ModelUuid:d137d95e-49a0-43c8-9947-cf243980655d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f0d52d89-5631-4a5f-a137-70c963f39372 ModelInvariantUuid:5608e4e4-7191-47e8-8c62-88428cc4ff02 ModelName:vFW 65840914-e810-nodes.vsnCvfc ModelUuid:1f7bf867-55c9-4b8a-b14f-b1e05cca8629 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1b652dac-b9b3-4539-8de9-951e5c0c4217 ModelInvariantUuid:8b0bb051-0b41-4763-b26a-d0e8757ff131 ModelName:Vfw65840914E810.compute.nodes.heat.vsn ModelUuid:0aed152a-3ec3-49a3-9fb0-90b3a5e0e203 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:285eebcf-c2db-441a-92d4-92b1230b7423 ModelInvariantUuid:55ee14a6-0224-4994-aa7a-aea9e9b8fce0 ModelName:vFW 65840914-e810-nodes.vpgCvfc ModelUuid:78918ce9-1f4b-43a3-b450-a5647a681a02 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:af110a6d-0333-4998-8bda-98159cf6f25d ModelInvariantUuid:2c277017-8329-4c2e-9f48-35bf6c0dddf5 ModelName:Vfw65840914E810.compute.nodes.heat.vpg ModelUuid:c9d8647c-9502-4c34-8ac5-f65a219f1756 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-17T10:43:56.146Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 16adf65e-7465-4bbf-893c-22423e5dd3f8 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-17T10:43:56.240Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||vFW 65840914-e810 0 2021-11-17T10:43:56.245Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16adf65e-7465-4bbf-893c-22423e5dd3f8 2021-11-17T10:43:56.245Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99be2c78-7893-4e97-9f04-815467633a8d from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json 2021-11-17T10:43:56.245Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-17T10:43:56.246Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json 2021-11-17T10:43:56.401Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-17T10:43:56.401Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json 99be2c78-7893-4e97-9f04-815467633a8d 785 2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json ASDC sendASDCNotification 2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json 2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:56.406Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:56.406Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145836402, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:56.506Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:43:56.506Z||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-17T10:43:56.507Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:56.522Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:56.522Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:57.412Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw65840914E810..base_vfw..module-0", "vfModuleModelInvariantUUID": "0088525a-dc6d-4bcb-b45f-6d10d7686655", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8adafcd9-bae2-414d-a63d-d968ccdcb5ff", "vfModuleModelCustomizationUUID": "97043055-ab9c-4a8e-9dbe-a981a2b9557b", "isBase": true, "artifacts": [ "c65c0804-df22-4a6d-9185-8cbeb57d4c3b", "717436a7-8697-4985-8d7e-8c71fa546695" ], "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-17T10:43:57.430Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw65840914E810..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8adafcd9-bae2-414d-a63d-d968ccdcb5ff VfModuleModelInvariantUUID:0088525a-dc6d-4bcb-b45f-6d10d7686655 VfModuleModelDescription:NULL Artifacts UUID List:{ c65c0804-df22-4a6d-9185-8cbeb57d4c3b , 717436a7-8697-4985-8d7e-8c71fa546695 } 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-17T10:43:57.433Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw65840914E810..base_vfw..module-0", "vfModuleModelInvariantUUID": "0088525a-dc6d-4bcb-b45f-6d10d7686655", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8adafcd9-bae2-414d-a63d-d968ccdcb5ff", "vfModuleModelCustomizationUUID": "97043055-ab9c-4a8e-9dbe-a981a2b9557b", "isBase": true, "artifacts": [ "c65c0804-df22-4a6d-9185-8cbeb57d4c3b", "717436a7-8697-4985-8d7e-8c71fa546695" ], "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-17T10:43:57.433Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw65840914E810..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8adafcd9-bae2-414d-a63d-d968ccdcb5ff VfModuleModelInvariantUUID:0088525a-dc6d-4bcb-b45f-6d10d7686655 VfModuleModelDescription:NULL Artifacts UUID List:{ c65c0804-df22-4a6d-9185-8cbeb57d4c3b , 717436a7-8697-4985-8d7e-8c71fa546695 } 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-17T10:43:57.434Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c65c0804-df22-4a6d-9185-8cbeb57d4c3b from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml 2021-11-17T10:43:57.434Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-17T10:43:57.434Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml 2021-11-17T10:43:57.604Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml c65c0804-df22-4a6d-9185-8cbeb57d4c3b 20368 2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml 2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:57.607Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:57.607Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145837605, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:57.707Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:43:57.708Z||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-17T10:43:57.723Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:57.737Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:57.737Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:58.608Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 717436a7-8697-4985-8d7e-8c71fa546695 from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env 2021-11-17T10:43:58.608Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-17T10:43:58.609Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env 2021-11-17T10:43:58.794Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env 717436a7-8697-4985-8d7e-8c71fa546695 2098 2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env 2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:43:58.796Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:43:58.798Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:43:58.798Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145838795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:43:58.898Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:43:58.899Z||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-17T10:43:58.899Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:43:58.916Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:43:58.916Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:43:59.799Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4b05cd70-2f39-4d9e-97cb-793028a48ddf 2021-11-17T10:43:59.799Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 65840914-e810 0 16adf65e-7465-4bbf-893c-22423e5dd3f8 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-17T10:43:59.833Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fa8bfe9, org.onap.sdc.toscaparser.api.parameters.Input@47690bad, org.onap.sdc.toscaparser.api.parameters.Input@67a0dc1f, org.onap.sdc.toscaparser.api.parameters.Input@4cacac27, org.onap.sdc.toscaparser.api.parameters.Input@665105ac] 2021-11-17T10:43:59.837Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7070a543-e4e0-44dc-90b6-66a6243d9b4a 2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7070a543-e4e0-44dc-90b6-66a6243d9b4a matches Tosca VF Customization UUID: 7070a543-e4e0-44dc-90b6-66a6243d9b4a 2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7070a543-e4e0-44dc-90b6-66a6243d9b4a 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-17T10:43:59.846Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.846Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.847Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7070a543-e4e0-44dc-90b6-66a6243d9b4a: {\"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-17T10:43:59.848Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34d0a301 2021-11-17T10:43:59.848Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.848Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:43:59.849Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97043055-ab9c-4a8e-9dbe-a981a2b9557b 2021-11-17T10:43:59.850Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97043055-ab9c-4a8e-9dbe-a981a2b9557b 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-17T10:43:59.855Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:59.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:59.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria 2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:59.859Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:43:59.859Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.859Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e476544f-3dd2-457e-bf07-420907cf5c52 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-17T10:43:59.869Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.869Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria 2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0d52d89-5631-4a5f-a137-70c963f39372 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-17T10:43:59.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:59.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:59.876Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.876Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria 2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-17T10:43:59.879Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=285eebcf-c2db-441a-92d4-92b1230b7423 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-17T10:43:59.888Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.888Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:59.888Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:43:59.889Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.890Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria 2021-11-17T10:43:59.890Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=7070a543-e4e0-44dc-90b6-66a6243d9b4a 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-17T10:43:59.895Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4b05cd70-2f39-4d9e-97cb-793028a48ddf: vFW 65840914-e810 2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-11-17 10-41-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-17T10:44:00.186Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 65840914-e810 16adf65e-7465-4bbf-893c-22423e5dd3f8 1 ASDC deployResourceStructure 2021-11-17T10:44:00.187Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json ASDC sendASDCNotification 2021-11-17T10:44:00.188Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json 2021-11-17T10:44:00.188Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:44:00.189Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:44:00.191Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:44:00.191Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145840187, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:44:00.291Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:44:00.295Z||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-17T10:44:00.295Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:44:00.314Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:44:00.314Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:44:01.192Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-17T10:44:01.193Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml 2021-11-17T10:44:01.193Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:44:01.193Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:44:01.195Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:44:01.195Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145841192, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:44:01.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:44:01.297Z||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-17T10:44:01.298Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:44:01.311Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:44:01.312Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:44:02.196Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-17T10:44:02.197Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env 2021-11-17T10:44:02.197Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:44:02.198Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:44:02.200Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:44:02.200Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145842196, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-17T10:44:02.300Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:44:02.301Z||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-17T10:44:02.301Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:44:02.311Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:44:02.312Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:44:03.201Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar ASDC sendASDCNotification 2021-11-17T10:44:03.202Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar 2021-11-17T10:44:03.202Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:44:03.203Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:44:03.205Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:44:03.205Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145843201, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:44:03.305Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:44:03.306Z||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-17T10:44:03.306Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:44:03.326Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:44:03.327Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:44:04.207Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:44:04.224Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:44:04.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:44:04.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:44:04.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:44:34.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:44:34.240Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:44:34.242Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:44:34.243Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:44:34.243Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:44:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:44:43.810Z||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-17T10:44:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:44:43.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:44:43.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:44:43.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145824004, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:44:43.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:45:04.243Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:45:04.251Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:45:04.253Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:45:04.253Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:45:04.254Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:45:34.254Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:45:34.275Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:45:34.278Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:45:34.278Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:45:34.278Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:45:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:45:43.811Z||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-17T10:45:43.811Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:45:43.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:45:43.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:45:43.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "policy-id", "timestamp": 1637145824181, "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-17T10:45:43.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63 2021-11-17T10:45:43.848Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:04.279Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:46:04.300Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:46:04.304Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:46:04.304Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:46:04.304Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:46:34.305Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:46:34.316Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:46:34.319Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:46:34.320Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:46:34.320Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:46:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:46:43.810Z||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-17T10:46:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:46:44.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:46:44.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145824137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145825378, "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-17T10:46:44.346Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63 2021-11-17T10:46:44.346Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOTIFIED" } 2021-11-17T10:46:44.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145824137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "multicloud-k8s-id", "timestamp": 1637145826382, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:46:44.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145824137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145824137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:46:44.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145824137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145824137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:46:44.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145823800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:46:44.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145824137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:46:44.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145831872, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:46:44.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145831949, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145832164, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:46:44.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "aai-ml", "timestamp": 1637145832955, "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-17T10:46:44.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63 2021-11-17T10:46:44.373Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145834581, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:46:44.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145836402, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:46:44.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145836598, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145837407, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "clamp", "timestamp": 1637145837603, "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-17T10:46:44.389Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63 2021-11-17T10:46:44.389Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145837605, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:46:44.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637145838413, "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-17T10:46:44.404Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63 2021-11-17T10:46:44.404Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145838795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:46:44.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145840187, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145841192, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145842196, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:46:44.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:46:44.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637145843201, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:46:44.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:04.321Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:47:04.333Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-17T10:47:04.342Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T10:47:34.343Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:47:34.364Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b72a2085-f383-47a6-91a6-2d61051ecb63 and serviceModelVersionId: 4b05cd70-2f39-4d9e-97cb-793028a48ddf 2021-11-17T10:47:34.364Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de2b779d-4c90-469a-8748-61049361c141 2021-11-17T10:47:43.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:47:43.819Z||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-17T10:47:43.819Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:44.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:44.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146034137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146033571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146034247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "dcae-sch", "timestamp": 1637146032247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146038894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146034137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146033571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOTIFIED" } 2021-11-17T10:47:44.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "dcae-sch", "timestamp": 1637146032247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146034247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146038894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146034137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146033571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T10:47:44.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146034247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T10:47:44.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "dcae-sch", "timestamp": 1637146032247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146038894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146034137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146033571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "dcae-sch", "timestamp": 1637146032247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146034247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146038894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146042606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146034137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146033571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-17T10:47:44.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146034247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "dcae-sch", "timestamp": 1637146032247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146038894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146042606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146034137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146034247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "dcae-sch", "timestamp": 1637146032247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146033571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146038894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146042606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146034137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:47:44.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146033571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:47:44.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "dcae-sch", "timestamp": 1637146032247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146034247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:47:44.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146038894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:47:44.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146042606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146047034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:47:44.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146047036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:47:44.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146047049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:47:44.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146047048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:47:44.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146042606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "ves-openapi-manager", "timestamp": 1637146047351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "cds", "timestamp": 1637146048055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-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-17T10:47:44.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 2021-11-17T10:47:44.517Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146048054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:47:44.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146042606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146048331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:47:44.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "ves-openapi-manager", "timestamp": 1637146047351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "policy-id", "timestamp": 1637146049057, "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-17T10:47:44.533Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 2021-11-17T10:47:44.533Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146042606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:47:44.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146049443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:47:44.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146049544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:47:44.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "ves-openapi-manager", "timestamp": 1637146047351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146050452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:47:44.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146050449, "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-17T10:47:44.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 2021-11-17T10:47:44.551Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146050579, "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-17T10:47:44.567Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 2021-11-17T10:47:44.567Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "ves-openapi-manager", "timestamp": 1637146047351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1637146051583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:47:44.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "ves-openapi-manager", "timestamp": 1637146047351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "ves-openapi-manager", "timestamp": 1637146047351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "ves-openapi-manager", "timestamp": 1637146047351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146056616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146056616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOTIFIED" } 2021-11-17T10:47:44.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146056616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146059396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:47:44.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:47:44.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146056616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "aai-ml", "timestamp": 1637146060401, "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-17T10:47:44.585Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 2021-11-17T10:47:44.585Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146056616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146056616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:44.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:44.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T10:47:44.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146056616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:47:44.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-17T10:47:48.661Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0 2021-11-17T10:47:48.777Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T10:47:49.250Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?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-17T10:47:49.255Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0|INFO|500||Invoke 2021-11-17T10:47:49.375Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T10:47:49.948Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0|INFO|500||InvokeReturn 2021-11-17T10:47:49.949Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-10:47:49:383-11928], vertex-id=[209136], Content-Length=[0], Date=[Wed, 17 Nov 2021 10:47:49 GMT], Content-Type=[application/json]} 2021-11-17T10:47:49.949Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-11-17T10:47:49.953Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T10:47:49.953Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-17T10:47:49.958Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||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-17T10:47:49.958Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b72a2085-f383-47a6-91a6-2d61051ecb63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T10:47:49.959Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T10:47:49.959Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:47:49.961Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:47:49.961Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146069958, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:47:50.062Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:47:50.063Z||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-17T10:47:50.063Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:50.074Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:50.075Z||pool-18-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-17T10:47:50.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:47:50.973Z||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-17T10:47:50.973Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:55.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:55.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:47:55.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"da56d5d2-fcac-4dd0-a657-ee55f6d11e2e","serviceName":"basic_onboard_WOCKIL","serviceVersion":"1.0","serviceUUID":"7533b363-5657-40d3-8734-0a1b8b06c309","serviceDescription":"service","serviceInvariantUUID":"f4096cfa-8760-4d94-9bec-c284dc4f0a7e","resources":[{"resourceInstanceName":"basic_onboard_WOCKIL 0","resourceName":"basic_onboard_WOCKIL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa","resourceInvariantUUID":"ab531524-c110-442b-9928-4af67ca9d691","resourceCustomizationUUID":"5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml","artifactChecksum":"NGVmMzU4NTZkMjc3NjM0Y2M3ODdiMWY0MGJhODBjOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60b9d90f-c121-4c45-80c3-5094ec87c269","artifactVersion":"1"},{"artifactName":"basic_onboard_wockil0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json","artifactChecksum":"NDdiOGFmOGU3M2FiNGYxNDBiMmQzOWE4NzdmMmVmNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"000ae8c4-2a5c-48dd-92db-ae26cf99b01e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f1b4ff1-5cf0-40ef-9f3f-665c53e89bf2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e9d5a91-ab72-497b-beb4-74cc89831410","artifactVersion":"2","generatedFromUUID":"000ae8c4-2a5c-48dd-92db-ae26cf99b01e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWockil-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml","artifactChecksum":"NWE4Njc2YjUyNThjNDgxNzExOTU0MTUxNGI2OWE4NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d56c4da2-67c4-4029-9e81-1211806fd056","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWockil-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar","artifactChecksum":"Y2U3OWE0NWMxMTY5ZTNhMDAyZmJkY2YxZGQ3MDYxMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae72b42-e6e4-4322-8771-b29168dd9ab2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T10:47:55.620Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:47:55.620Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:47:55.622Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:47:55.622Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:55.722Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:47:55.723Z||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-17T10:47:55.723Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:55.735Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:55.736Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:47:56.622Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:47:56.623Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:47:56.625Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:47:56.625Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOTIFIED" } 2021-11-17T10:47:56.725Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:47:56.726Z||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-17T10:47:56.726Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:56.738Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:56.738Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:47:57.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:47:57.627Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:47:57.628Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:47:57.629Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T10:47:57.729Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:47:57.729Z||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-17T10:47:57.730Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:57.741Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:57.741Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:47:58.629Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:47:58.630Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:47:58.632Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:47:58.632Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:47:58.732Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:47:58.733Z||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-17T10:47:58.733Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:58.751Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:58.752Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:47:59.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:47:59.634Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:47:59.637Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:47:59.638Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-17T10:47:59.737Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:47:59.738Z||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-17T10:47:59.738Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:47:59.750Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:47:59.751Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:48:00.638Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:48:00.639Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:00.641Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:00.641Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:48:00.741Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:00.742Z||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-17T10:48:00.742Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:00.754Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:00.755Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:48:01.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:48:01.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:01.645Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:01.645Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:48:01.745Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:01.746Z||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-17T10:48:01.746Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:01.762Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:01.763Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:48:02.647Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "serviceName": "basic_onboard_WOCKIL", "serviceVersion": "1.0", "serviceUUID": "7533b363-5657-40d3-8734-0a1b8b06c309", "serviceDescription": "service", "serviceInvariantUUID": "f4096cfa-8760-4d94-9bec-c284dc4f0a7e", "resources": [ { "resourceInstanceName": "basic_onboard_WOCKIL 0", "resourceCustomizationUUID": "5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa", "resourceName": "basic_onboard_WOCKIL", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa", "resourceInvariantUUID": "ab531524-c110-442b-9928-4af67ca9d691", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_wockil0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "artifactChecksum": "NDdiOGFmOGU3M2FiNGYxNDBiMmQzOWE4NzdmMmVmNzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "000ae8c4-2a5c-48dd-92db-ae26cf99b01e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2e9d5a91-ab72-497b-beb4-74cc89831410", "generatedFromUUID": "000ae8c4-2a5c-48dd-92db-ae26cf99b01e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2e9d5a91-ab72-497b-beb4-74cc89831410", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardWockil-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "artifactChecksum": "Y2U3OWE0NWMxMTY5ZTNhMDAyZmJkY2YxZGQ3MDYxMzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae72b42-e6e4-4322-8771-b29168dd9ab2" } ], "workloadContext": "Production" } 2021-11-17T10:48:02.648Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T10:48:02.648Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7533b363-5657-40d3-8734-0a1b8b06c309 ASDC 2021-11-17T10:48:02.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:da56d5d2-fcac-4dd0-a657-ee55f6d11e2e ServiceName:basic_onboard_WOCKIL ServiceVersion:1.0 ServiceUUID:7533b363-5657-40d3-8734-0a1b8b06c309 ServiceInvariantUUID:f4096cfa-8760-4d94-9bec-c284dc4f0a7e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardWockil-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar ArtifactUUID:bae72b42-e6e4-4322-8771-b29168dd9ab2 ArtifactChecksum:Y2U3OWE0NWMxMTY5ZTNhMDAyZmJkY2YxZGQ3MDYxMzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_WOCKIL 0 ResourceCustomizationUUID:5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa ResourceInvariantUUID:ab531524-c110-442b-9928-4af67ca9d691 ResourceName:basic_onboard_WOCKIL ResourceType:VF ResourceUUID:d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_wockil0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json ArtifactUUID:4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b ArtifactChecksum:NDdiOGFmOGU3M2FiNGYxNDBiMmQzOWE4NzdmMmVmNzQ= 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/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml ArtifactUUID:000ae8c4-2a5c-48dd-92db-ae26cf99b01e 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/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env ArtifactUUID:2e9d5a91-ab72-497b-beb4-74cc89831410 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/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env ArtifactUUID:2e9d5a91-ab72-497b-beb4-74cc89831410 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-17T10:48:02.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7533b363-5657-40d3-8734-0a1b8b06c309 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-17T10:48:02.683Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:48:02.684Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T10:48:02.684Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T10:48:02.685Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bae72b42-e6e4-4322-8771-b29168dd9ab2 from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:02.685Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T10:48:02.685Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:02.920Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T10:48:02.924Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar bae72b42-e6e4-4322-8771-b29168dd9ab2 71566 2021-11-17T10:48:02.924Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar ASDC sendASDCNotification 2021-11-17T10:48:02.925Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:02.925Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:48:02.925Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:02.927Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:02.928Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146082924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:03.028Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:48:03.028Z||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-17T10:48:03.029Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:03.045Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:03.045Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:48:03.928Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:48:03.929Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T10:48:03.929Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bae72b42-e6e4-4322-8771-b29168dd9ab2, URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar to file: /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:03.930Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:03.930Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:03.930Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:04.374Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9127060027949205442/Definitions/service-BasicOnboardWockil-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-17T10:48:05.514Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||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-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WOCKIL 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-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is not matching search criteria 2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is not matching search criteria 2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f0063d5-0692-43a5-8b6b-edeef3907bbe 2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_WOCKIL Description:service Model UUID:7533b363-5657-40d3-8734-0a1b8b06c309 Model Version:NULL Model InvariantUuid:f4096cfa-8760-4d94-9bec-c284dc4f0a7e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_WOCKIL Model UUID:9008e1af-e85f-47fe-9124-ce4473d4ea09 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ab531524-c110-442b-9928-4af67ca9d691 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:756a3f6b-cfc5-433c-a4dd-9293277d436a ModelName:BasicOnboardWockil..base_ubuntu18..module-0 ModelUuid:a3fbffb5-c7f2-4292-95fb-87423318aae9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8f0063d5-0692-43a5-8b6b-edeef3907bbe ModelInvariantUuid:38dbca0c-09d0-4305-b870-379510b86e97 ModelName:basic_onboard_WOCKIL-nodes.ubuntu18Cvfc ModelUuid:38345e2c-7e09-4a0e-8eea-f3e0ba57a40f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5bf77286-aa0d-40ca-8d43-6879ea16d1a6 ModelInvariantUuid:b3d695c8-24f9-4ffb-99d6-c801ccda641d ModelName:BasicOnboardWockil.compute.nodes.heat.ubuntu18 ModelUuid:f192a93f-c8f1-4132-ac37-86153f98fea0 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-17T10:48:05.529Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa 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-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||basic_onboard_WOCKIL 0 2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa 2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json 2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json 2021-11-17T10:48:05.637Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T10:48:05.637Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json 4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b 798 2021-11-17T10:48:05.637Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json ASDC sendASDCNotification 2021-11-17T10:48:05.638Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json 2021-11-17T10:48:05.638Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:48:05.638Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:05.640Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:05.640Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146085637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:05.740Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:05.741Z||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-17T10:48:05.741Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:05.753Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:05.753Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:48:06.641Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWockil..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "756a3f6b-cfc5-433c-a4dd-9293277d436a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a3fbffb5-c7f2-4292-95fb-87423318aae9", "vfModuleModelCustomizationUUID": "174e76d6-b567-4001-9d39-d128520509ed", "isBase": true, "artifacts": [ "000ae8c4-2a5c-48dd-92db-ae26cf99b01e", "2e9d5a91-ab72-497b-beb4-74cc89831410" ], "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-17T10:48:06.646Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWockil..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a3fbffb5-c7f2-4292-95fb-87423318aae9 VfModuleModelInvariantUUID:756a3f6b-cfc5-433c-a4dd-9293277d436a VfModuleModelDescription:NULL Artifacts UUID List:{ 000ae8c4-2a5c-48dd-92db-ae26cf99b01e , 2e9d5a91-ab72-497b-beb4-74cc89831410 } 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-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWockil..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "756a3f6b-cfc5-433c-a4dd-9293277d436a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a3fbffb5-c7f2-4292-95fb-87423318aae9", "vfModuleModelCustomizationUUID": "174e76d6-b567-4001-9d39-d128520509ed", "isBase": true, "artifacts": [ "000ae8c4-2a5c-48dd-92db-ae26cf99b01e", "2e9d5a91-ab72-497b-beb4-74cc89831410" ], "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-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWockil..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a3fbffb5-c7f2-4292-95fb-87423318aae9 VfModuleModelInvariantUUID:756a3f6b-cfc5-433c-a4dd-9293277d436a VfModuleModelDescription:NULL Artifacts UUID List:{ 000ae8c4-2a5c-48dd-92db-ae26cf99b01e , 2e9d5a91-ab72-497b-beb4-74cc89831410 } 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-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 000ae8c4-2a5c-48dd-92db-ae26cf99b01e from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml 2021-11-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T10:48:06.650Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml 2021-11-17T10:48:06.828Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml 000ae8c4-2a5c-48dd-92db-ae26cf99b01e 5033 2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml 2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:06.832Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:06.832Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146086829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:06.932Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:06.933Z||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-17T10:48:06.933Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:06.944Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:06.944Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:48:07.832Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2e9d5a91-ab72-497b-beb4-74cc89831410 from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env 2021-11-17T10:48:07.834Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T10:48:07.834Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env 2021-11-17T10:48:08.127Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env 2e9d5a91-ab72-497b-beb4-74cc89831410 909 2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env 2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:48:08.129Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:08.131Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:08.131Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146088128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:08.231Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:08.232Z||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-17T10:48:08.232Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:08.251Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:08.252Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1} 2021-11-17T10:48:09.132Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7533b363-5657-40d3-8734-0a1b8b06c309 2021-11-17T10:48:09.132Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WOCKIL 0 d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa 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-17T10:48:09.144Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8303fab, org.onap.sdc.toscaparser.api.parameters.Input@253fe940, org.onap.sdc.toscaparser.api.parameters.Input@3cdade39, org.onap.sdc.toscaparser.api.parameters.Input@27b4ceb2, org.onap.sdc.toscaparser.api.parameters.Input@2ef07088] 2021-11-17T10:48:09.146Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.146Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa 2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa matches Tosca VF Customization UUID: 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa 2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa 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-17T10:48:09.150Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.151Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.152Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa: {\"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-17T10:48:09.152Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fde5664 2021-11-17T10:48:09.153Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.153Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:48:09.154Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 174e76d6-b567-4001-9d39-d128520509ed 2021-11-17T10:48:09.154Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 174e76d6-b567-4001-9d39-d128520509ed 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-17T10:48:09.157Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.157Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:09.157Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:48:09.158Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.158Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:09.159Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:48:09.159Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.160Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is not matching search criteria 2021-11-17T10:48:09.160Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-17T10:48:09.160Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-17T10:48:09.161Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f0063d5-0692-43a5-8b6b-edeef3907bbe 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-17T10:48:09.164Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.164Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:09.164Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:48:09.165Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.165Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria 2021-11-17T10:48:09.165Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa 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-17T10:48:09.168Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.168Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.168Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7533b363-5657-40d3-8734-0a1b8b06c309: basic_onboard_WOCKIL 2021-11-17T10:48:09.169Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.169Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.169Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.170Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.170Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.171Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.171Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.171Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.172Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:48:09.172Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:48:09.172Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_WOCKIL 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-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WOCKIL d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa 1 ASDC deployResourceStructure 2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json ASDC sendASDCNotification 2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json 2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:09.264Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:09.264Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146089262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:48:09.364Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:09.366Z||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-17T10:48:09.366Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:09.377Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:09.377Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:48:10.265Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-17T10:48:10.266Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml 2021-11-17T10:48:10.266Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:48:10.266Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:10.269Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:10.269Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146090265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:48:10.369Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:10.370Z||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-17T10:48:10.370Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:10.382Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:10.382Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env 2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:11.272Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:11.272Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146091269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-17T10:48:11.372Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:11.373Z||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-17T10:48:11.373Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:11.385Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:11.385Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:48:12.273Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar ASDC sendASDCNotification 2021-11-17T10:48:12.273Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar 2021-11-17T10:48:12.273Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:48:12.274Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:12.276Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:12.276Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146092273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:48:12.376Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:12.377Z||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-17T10:48:12.377Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:12.387Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:12.387Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:48:13.276Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:48:13.288Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||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-17T10:48:13.298Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T10:48:43.299Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:48:43.306Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e and serviceModelVersionId: 7533b363-5657-40d3-8734-0a1b8b06c309 2021-11-17T10:48:43.306Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4096cfa-8760-4d94-9bec-c284dc4f0a7e 2021-11-17T10:48:43.307Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0 2021-11-17T10:48:43.313Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T10:48:43.391Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|INFO|500||Invoke 2021-11-17T10:48:43.392Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da56d5d2-fcac-4dd0-a657-ee55f6d11e2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f3f36b8-a43e-4cfb-9918-3d3457f3c5fa], X-ECOMP-RequestID=[da56d5d2-fcac-4dd0-a657-ee55f6d11e2e], X-TransactionId=[], X-ONAP-RequestID=[da56d5d2-fcac-4dd0-a657-ee55f6d11e2e], Content-Type=[application/merge-patch+json]} 2021-11-17T10:48:43.417Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T10:48:43.611Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?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/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211117-10:48:43:425-60194], vertex-id=[348224], Content-Length=[0], Date=[Wed, 17 Nov 2021 10:48:43 GMT], Content-Type=[application/json]} 2021-11-17T10:48:43.611Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-17T10:48:43.612Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|INFO|500||InvokeReturn 2021-11-17T10:48:43.613Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T10:48:43.613Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||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-17T10:48:43.617Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||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-17T10:48:43.617Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da56d5d2-fcac-4dd0-a657-ee55f6d11e2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T10:48:43.618Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T10:48:43.618Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:48:43.620Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:48:43.620Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146123618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:48:43.720Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:48:43.721Z||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-17T10:48:43.721Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:43.735Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:43.735Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:48:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:48:43.810Z||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-17T10:48:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:44.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:44.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146067619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:44.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146069628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146069958, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "clamp", "timestamp": 1637146070632, "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-17T10:48:44.472Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 2021-11-17T10:48:44.472Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:48:44.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:48:44.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "NOTIFIED" } 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146070972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146082924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146085637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146086829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146088128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146089262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146090265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146091269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-17T10:48:44.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146092273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:48:44.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146123618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:48:44.489Z||pool-2-thread-6|||||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-17T10:48:44.632Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:48:44.633Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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-17T10:48:44.633Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:48:54.178Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:48:54.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:48:54.179Z||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-17T10:48:54.180Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:49:03.732Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:49:03.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:49:03.735Z||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-17T10:49:03.736Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:49:13.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:49:13.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:49:13.287Z||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-17T10:49:13.287Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:49:22.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:49:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:49:43.801Z||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-17T10:49:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:49:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:49:43.809Z||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-17T10:49:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:49:53.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:49:53.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:50:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:50:43.801Z||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-17T10:50:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:50:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:50:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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-17T10:50:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:50:53.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:50:53.404Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:51:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:51:43.802Z||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-17T10:51:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:51:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:51:43.809Z||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-17T10:51:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:51:53.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:51:53.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:52:43.802Z||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-17T10:52:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:52:43.809Z||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-17T10:52:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:49.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:49.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T10:52:49.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"50426fd1-f778-4d03-b4e6-2751225bc3df","serviceName":"vFW 2021-11-17 10-50-48","serviceVersion":"1.0","serviceUUID":"9fa5c894-249f-42c7-9076-2e0416f81aed","serviceDescription":"catalog service description","serviceInvariantUUID":"7fb5af74-0090-4a34-a10e-5c56c7cf5d15","resources":[{"resourceInstanceName":"vFW e05573a5-3005 0","resourceName":"vFW e05573a5-3005","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"664aeb47-da71-47ac-a7ef-a6fc54c844cf","resourceInvariantUUID":"4d8c96dc-1aa3-4af9-93d3-d2f36660fd22","resourceCustomizationUUID":"72239e8b-f35e-4057-b424-4039acb7ab09","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml","artifactChecksum":"ZjcxNGVkY2FhMzQxOTNjODMzOWU4N2ZjYmYwY2YzZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37c199f4-d828-452c-ba0f-a72fc6464015","artifactVersion":"1"},{"artifactName":"vfwe05573a530050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json","artifactChecksum":"NWI5MWRjMDE5ZGI0OGYyMTJhMWQ2ZjZlYjk1NTA0MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac6fbba7-4542-42f0-90f7-a43cde2a6154","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"193f9da1-aff0-4d0a-8833-f2dd45084341","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjZTc3MTdmMGI4NDAyNTMzY2ZjMDVlYjIwZmJhZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3dea8fa-84e6-4927-96e8-b317098ae492","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b98c8c2-346e-4646-8220-805361e12dfd","artifactVersion":"2","generatedFromUUID":"193f9da1-aff0-4d0a-8833-f2dd45084341"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117105048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml","artifactChecksum":"OTI3MjcwOTY1ZWVkNTdjM2NjNmEzMzY0YWZmZjdmNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c18e18b1-6605-45c9-a413-e36f32587606","artifactVersion":"1"},{"artifactName":"service-Vfw20211117105048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar","artifactChecksum":"ODcyZWNjNDkwMmZiZmM0MWI3NGI4Njk1Yjg5NjQzODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7aaadd0-cc2f-4278-b486-7e2366520c7d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T10:52:49.573Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:52:49.573Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:49.578Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:49.578Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:52:49.679Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:52:49.681Z||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-17T10:52:49.681Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:49.710Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:49.711Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:52:49.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:49.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:52:49.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146368894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:52:49.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:52:50.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:52:50.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:50.582Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:50.582Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOTIFIED" } 2021-11-17T10:52:50.682Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:52:50.683Z||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-17T10:52:50.683Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:50.698Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:50.698Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:52:51.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:52:51.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:51.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:51.585Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:52:51.685Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:52:51.686Z||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-17T10:52:51.687Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:51.712Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:51.713Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:52:52.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:52:52.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:52.589Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:52.590Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:52:52.690Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:52:52.690Z||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-17T10:52:52.691Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:52.704Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:52.704Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:52:53.591Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:52:53.591Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:53.593Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:53.594Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:52:53.694Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:52:53.695Z||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-17T10:52:53.695Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:53.712Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:53.713Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:52:54.594Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:52:54.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:54.597Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:54.597Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:52:54.697Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:52:54.698Z||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-17T10:52:54.698Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:54.712Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:54.712Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:52:55.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:52:55.598Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:55.600Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:55.600Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:52:55.700Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:52:55.701Z||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-17T10:52:55.702Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:55.720Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:55.720Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:52:56.601Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "serviceName": "vFW 2021-11-17 10-50-48", "serviceVersion": "1.0", "serviceUUID": "9fa5c894-249f-42c7-9076-2e0416f81aed", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7fb5af74-0090-4a34-a10e-5c56c7cf5d15", "resources": [ { "resourceInstanceName": "vFW e05573a5-3005 0", "resourceCustomizationUUID": "72239e8b-f35e-4057-b424-4039acb7ab09", "resourceName": "vFW e05573a5-3005", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "664aeb47-da71-47ac-a7ef-a6fc54c844cf", "resourceInvariantUUID": "4d8c96dc-1aa3-4af9-93d3-d2f36660fd22", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe05573a530050_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "artifactChecksum": "NWI5MWRjMDE5ZGI0OGYyMTJhMWQ2ZjZlYjk1NTA0MWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac6fbba7-4542-42f0-90f7-a43cde2a6154", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "193f9da1-aff0-4d0a-8833-f2dd45084341", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8b98c8c2-346e-4646-8220-805361e12dfd", "generatedFromUUID": "193f9da1-aff0-4d0a-8833-f2dd45084341" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8b98c8c2-346e-4646-8220-805361e12dfd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211117105048-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "artifactChecksum": "ODcyZWNjNDkwMmZiZmM0MWI3NGI4Njk1Yjg5NjQzODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7aaadd0-cc2f-4278-b486-7e2366520c7d" } ], "workloadContext": "Production" } 2021-11-17T10:52:56.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T10:52:56.602Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9fa5c894-249f-42c7-9076-2e0416f81aed ASDC 2021-11-17T10:52:56.603Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:50426fd1-f778-4d03-b4e6-2751225bc3df ServiceName:vFW 2021-11-17 10-50-48 ServiceVersion:1.0 ServiceUUID:9fa5c894-249f-42c7-9076-2e0416f81aed ServiceInvariantUUID:7fb5af74-0090-4a34-a10e-5c56c7cf5d15 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211117105048-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar ArtifactUUID:a7aaadd0-cc2f-4278-b486-7e2366520c7d ArtifactChecksum:ODcyZWNjNDkwMmZiZmM0MWI3NGI4Njk1Yjg5NjQzODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e05573a5-3005 0 ResourceCustomizationUUID:72239e8b-f35e-4057-b424-4039acb7ab09 ResourceInvariantUUID:4d8c96dc-1aa3-4af9-93d3-d2f36660fd22 ResourceName:vFW e05573a5-3005 ResourceType:VF ResourceUUID:664aeb47-da71-47ac-a7ef-a6fc54c844cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe05573a530050_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json ArtifactUUID:ac6fbba7-4542-42f0-90f7-a43cde2a6154 ArtifactChecksum:NWI5MWRjMDE5ZGI0OGYyMTJhMWQ2ZjZlYjk1NTA0MWQ= 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/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml ArtifactUUID:193f9da1-aff0-4d0a-8833-f2dd45084341 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/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env ArtifactUUID:8b98c8c2-346e-4646-8220-805361e12dfd 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/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env ArtifactUUID:8b98c8c2-346e-4646-8220-805361e12dfd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-17T10:52:56.603Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9fa5c894-249f-42c7-9076-2e0416f81aed 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-17T10:52:56.644Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:52:56.645Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-17T10:52:56.645Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-17T10:52:56.645Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a7aaadd0-cc2f-4278-b486-7e2366520c7d from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:56.646Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:52:56.646Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:56.791Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:52:56.795Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar a7aaadd0-cc2f-4278-b486-7e2366520c7d 98935 2021-11-17T10:52:56.796Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar ASDC sendASDCNotification 2021-11-17T10:52:56.796Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:56.796Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:52:56.797Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:52:56.798Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:52:56.799Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146376796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:52:56.899Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:52:56.900Z||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-17T10:52:56.900Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:52:56.916Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:52:56.916Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:52:57.799Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:52:57.800Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-17T10:52:57.801Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a7aaadd0-cc2f-4278-b486-7e2366520c7d, URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar to file: /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:57.801Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117105048-csar.csar 2021-11-17T10:52:57.802Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:57.802Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:58.157Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16384378197636709902/Definitions/service-Vfw20211117105048-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-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e05573a5-3005 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-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-Vfw20211117105048-csar.csar 2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria 2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria 2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b96820fb-3d94-49b7-87d5-a43a73202ec4 2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria 2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6b334bff-088a-4fa4-8266-47a10940ebe0 2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria 2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=534d3c20-9923-4afc-95fd-15c142fd308b 2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-17 10-50-48 Description:catalog service description Model UUID:9fa5c894-249f-42c7-9076-2e0416f81aed Model Version:NULL Model InvariantUuid:7fb5af74-0090-4a34-a10e-5c56c7cf5d15 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e05573a5-3005 Model UUID:bd69e7d9-07ca-463a-a425-c2ea27307204 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4d8c96dc-1aa3-4af9-93d3-d2f36660fd22 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:72239e8b-f35e-4057-b424-4039acb7ab09 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9953b3a9-43a8-4360-9c99-c61f92744217 ModelName:VfwE05573a53005..base_vfw..module-0 ModelUuid:b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b96820fb-3d94-49b7-87d5-a43a73202ec4 ModelInvariantUuid:38061231-ff71-4181-987a-317e048a1644 ModelName:vFW e05573a5-3005-nodes.vfwCvfc ModelUuid:11a93423-c3ce-4b45-9e52-b814c4268aec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d1f8fcc5-6b36-457d-abda-8c428c3886b6 ModelInvariantUuid:5c84c881-af4d-4d69-b478-ab7607c8d8a1 ModelName:VfwE05573a53005.compute.nodes.heat.vfw ModelUuid:a6e955ec-940c-465d-810e-964d0ec4be1d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6b334bff-088a-4fa4-8266-47a10940ebe0 ModelInvariantUuid:0e935f2f-9aad-4e45-bf0a-255f970f3a56 ModelName:vFW e05573a5-3005-nodes.vsnCvfc ModelUuid:3cdc4e6b-3576-4141-bde8-a59950bb33b5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a59c45b5-98fb-428b-a568-e9ac9dbeead8 ModelInvariantUuid:e2e33468-a4ad-4bd4-8e56-11f405607c03 ModelName:VfwE05573a53005.compute.nodes.heat.vsn ModelUuid:14991a94-22af-4253-850e-e00f6706cca5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:534d3c20-9923-4afc-95fd-15c142fd308b ModelInvariantUuid:da526dae-6e7e-48f0-a0f9-1417e650ad67 ModelName:vFW e05573a5-3005-nodes.vpgCvfc ModelUuid:1dab8e1f-4cc2-4fdb-be67-0f0a8bfb81b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:589066d3-34af-4fb6-90c1-5c0eae8a21c4 ModelInvariantUuid:f88ecc1d-fc20-43d3-8dc3-19f5e46fa440 ModelName:VfwE05573a53005.compute.nodes.heat.vpg ModelUuid:37bb4035-57b5-443d-be49-aab678e14390 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-17T10:52:59.942Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 664aeb47-da71-47ac-a7ef-a6fc54c844cf 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-17T10:52:59.945Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||vFW e05573a5-3005 0 2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 664aeb47-da71-47ac-a7ef-a6fc54c844cf 2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac6fbba7-4542-42f0-90f7-a43cde2a6154 from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json 2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json 2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json ac6fbba7-4542-42f0-90f7-a43cde2a6154 785 2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json ASDC sendASDCNotification 2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json 2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:53:00.079Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:53:00.081Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:53:00.081Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146380078, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:53:00.181Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:53:00.182Z||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-17T10:53:00.182Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:00.195Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:00.195Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:53:01.081Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE05573a53005..base_vfw..module-0", "vfModuleModelInvariantUUID": "9953b3a9-43a8-4360-9c99-c61f92744217", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6", "vfModuleModelCustomizationUUID": "5d26e87e-d45a-4738-ad94-6ff65d1b78ab", "isBase": true, "artifacts": [ "193f9da1-aff0-4d0a-8833-f2dd45084341", "8b98c8c2-346e-4646-8220-805361e12dfd" ], "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-17T10:53:01.085Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE05573a53005..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6 VfModuleModelInvariantUUID:9953b3a9-43a8-4360-9c99-c61f92744217 VfModuleModelDescription:NULL Artifacts UUID List:{ 193f9da1-aff0-4d0a-8833-f2dd45084341 , 8b98c8c2-346e-4646-8220-805361e12dfd } 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-17T10:53:01.087Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE05573a53005..base_vfw..module-0", "vfModuleModelInvariantUUID": "9953b3a9-43a8-4360-9c99-c61f92744217", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6", "vfModuleModelCustomizationUUID": "5d26e87e-d45a-4738-ad94-6ff65d1b78ab", "isBase": true, "artifacts": [ "193f9da1-aff0-4d0a-8833-f2dd45084341", "8b98c8c2-346e-4646-8220-805361e12dfd" ], "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-17T10:53:01.087Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE05573a53005..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6 VfModuleModelInvariantUUID:9953b3a9-43a8-4360-9c99-c61f92744217 VfModuleModelDescription:NULL Artifacts UUID List:{ 193f9da1-aff0-4d0a-8833-f2dd45084341 , 8b98c8c2-346e-4646-8220-805361e12dfd } 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-17T10:53:01.087Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 193f9da1-aff0-4d0a-8833-f2dd45084341 from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml 2021-11-17T10:53:01.088Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:53:01.088Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml 2021-11-17T10:53:01.153Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml 193f9da1-aff0-4d0a-8833-f2dd45084341 20368 2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml 2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:53:01.155Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:53:01.156Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:53:01.156Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146381154, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:53:01.256Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:53:01.258Z||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-17T10:53:01.258Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:01.270Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:01.271Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:53:02.157Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8b98c8c2-346e-4646-8220-805361e12dfd from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env 2021-11-17T10:53:02.157Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:53:02.158Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env 2021-11-17T10:53:02.375Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env 8b98c8c2-346e-4646-8220-805361e12dfd 2098 2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env 2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:53:02.378Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:53:02.379Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146382376, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:53:02.479Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:53:02.480Z||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-17T10:53:02.480Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:02.492Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:02.492Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:53:03.379Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9fa5c894-249f-42c7-9076-2e0416f81aed 2021-11-17T10:53:03.379Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e05573a5-3005 0 664aeb47-da71-47ac-a7ef-a6fc54c844cf 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-17T10:53:03.398Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d950e6c, org.onap.sdc.toscaparser.api.parameters.Input@4ff3543c, org.onap.sdc.toscaparser.api.parameters.Input@2d010bb6, org.onap.sdc.toscaparser.api.parameters.Input@43a76a7, org.onap.sdc.toscaparser.api.parameters.Input@1d9ee22] 2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 72239e8b-f35e-4057-b424-4039acb7ab09 2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72239e8b-f35e-4057-b424-4039acb7ab09 matches Tosca VF Customization UUID: 72239e8b-f35e-4057-b424-4039acb7ab09 2021-11-17T10:53:03.401Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 72239e8b-f35e-4057-b424-4039acb7ab09 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-17T10:53:03.403Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.403Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.403Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 72239e8b-f35e-4057-b424-4039acb7ab09: {\"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-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26ff3ada 2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d26e87e-d45a-4738-ad94-6ff65d1b78ab 2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d26e87e-d45a-4738-ad94-6ff65d1b78ab 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-17T10:53:03.407Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.407Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:53:03.407Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria 2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b96820fb-3d94-49b7-87d5-a43a73202ec4 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-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria 2021-11-17T10:53:03.415Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:53:03.415Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:53:03.415Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:53:03.416Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.416Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:53:03.416Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.416Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:53:03.417Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-17T10:53:03.417Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:53:03.417Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:53:03.417Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:53:03.417Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.418Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6b334bff-088a-4fa4-8266-47a10940ebe0 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-17T10:53:03.419Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.420Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:53:03.420Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:53:03.420Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.420Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria 2021-11-17T10:53:03.421Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:53:03.421Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:53:03.421Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:53:03.421Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.421Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:53:03.422Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.422Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:53:03.422Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:53:03.422Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:53:03.422Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:53:03.423Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:53:03.423Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-17T10:53:03.423Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=534d3c20-9923-4afc-95fd-15c142fd308b 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-17T10:53:03.425Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.425Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:53:03.425Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:53:03.425Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.426Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria 2021-11-17T10:53:03.426Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=72239e8b-f35e-4057-b424-4039acb7ab09 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-17T10:53:03.427Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.428Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.428Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9fa5c894-249f-42c7-9076-2e0416f81aed: vFW e05573a5-3005 2021-11-17T10:53:03.428Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.428Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.429Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.429Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.429Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.429Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.430Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.430Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.430Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:53:03.430Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:53:03.430Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-11-17 10-50-48 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-17T10:53:03.589Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e05573a5-3005 664aeb47-da71-47ac-a7ef-a6fc54c844cf 1 ASDC deployResourceStructure 2021-11-17T10:53:03.589Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json ASDC sendASDCNotification 2021-11-17T10:53:03.589Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json 2021-11-17T10:53:03.589Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:53:03.590Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:53:03.591Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:53:03.591Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146383589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:53:03.692Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:53:03.692Z||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-17T10:53:03.692Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:03.708Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:03.708Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:53:04.592Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-17T10:53:04.593Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml 2021-11-17T10:53:04.593Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:53:04.593Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:53:04.595Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:53:04.595Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146384592, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:53:04.695Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:53:04.696Z||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-17T10:53:04.696Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:04.721Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:04.721Z||pool-47-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:53:05.596Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-17T10:53:05.596Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env 2021-11-17T10:53:05.596Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:53:05.596Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:53:05.598Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:53:05.598Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146385596, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-17T10:53:05.700Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-17T10:53:05.701Z||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-17T10:53:05.702Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:05.717Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:05.717Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:53:06.599Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar ASDC sendASDCNotification 2021-11-17T10:53:06.599Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar 2021-11-17T10:53:06.599Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:53:06.599Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:53:06.602Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:53:06.602Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146386599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:53:06.702Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:53:06.703Z||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-17T10:53:06.703Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:06.716Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:06.717Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:53:07.602Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:53:07.613Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:53:07.615Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:53:07.616Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:53:07.616Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:53:37.616Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:53:37.624Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:53:37.626Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:53:37.626Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:53:37.627Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:53:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:53:43.809Z||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-17T10:53:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:53:43.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:53:43.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:53:43.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:53:43.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:54:07.627Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:54:07.638Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:54:07.644Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:54:07.644Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:54:07.644Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:54:37.645Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:54:37.660Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:54:37.661Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:54:37.662Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:54:37.662Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:54:43.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:54:43.811Z||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-17T10:54:43.812Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:54:43.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:54:43.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:54:43.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "ves-openapi-manager", "timestamp": 1637146367352, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:54:43.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:54:43.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:54:43.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146364137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:54:43.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:07.662Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:55:07.671Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:55:07.672Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:55:07.672Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:55:07.672Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:55:37.673Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:55:37.681Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:55:37.683Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:55:37.684Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T10:55:37.684Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T10:55:43.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:55:43.810Z||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-17T10:55:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:55:43.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:55:43.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOTIFIED" } 2021-11-17T10:55:43.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "ves-openapi-manager", "timestamp": 1637146367352, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146368894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146364137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:55:43.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146368894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "ves-openapi-manager", "timestamp": 1637146367352, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146364137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "ves-openapi-manager", "timestamp": 1637146367352, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146368894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146364137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "dcae-sch", "timestamp": 1637146372244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146372607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "ves-openapi-manager", "timestamp": 1637146367352, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:55:43.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146368894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146364137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "dcae-sch", "timestamp": 1637146372244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146373571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146372607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146368894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "ves-openapi-manager", "timestamp": 1637146367352, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146364137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "dcae-sch", "timestamp": 1637146372244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146374244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146373571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOTIFIED" } 2021-11-17T10:55:43.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146372607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "ves-openapi-manager", "timestamp": 1637146367352, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146363800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:55:43.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146364137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:55:43.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146368894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:55:43.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "dcae-sch", "timestamp": 1637146372244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146374244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146373571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:55:43.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146372607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146376730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.868Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146376731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146376796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "dcae-sch", "timestamp": 1637146372244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146374244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:55:43.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146373571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146372607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "cds", "timestamp": 1637146377739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-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-17T10:55:43.880Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50426fd1-f778-4d03-b4e6-2751225bc3df 2021-11-17T10:55:43.880Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50426fd1-f778-4d03-b4e6-2751225bc3df 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-17T10:55:43.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "dcae-sch", "timestamp": 1637146372244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146374244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146373571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:55:43.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146372607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "dcae-sch", "timestamp": 1637146372244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146374244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146373571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146372607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:55:43.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146374244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146380078, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146380098, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146373571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:55:43.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146380504, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.902Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146374244, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:55:43.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146381122, "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-17T10:55:43.909Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50426fd1-f778-4d03-b4e6-2751225bc3df 2021-11-17T10:55:43.910Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50426fd1-f778-4d03-b4e6-2751225bc3df 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-17T10:55:43.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146381154, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146381400, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146382028, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146382376, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146382716, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146383033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146383589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146383901, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "policy-id", "timestamp": 1637146384035, "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-17T10:55:43.926Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50426fd1-f778-4d03-b4e6-2751225bc3df 2021-11-17T10:55:43.926Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50426fd1-f778-4d03-b4e6-2751225bc3df 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-17T10:55:43.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146384592, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146384934, "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-17T10:55:43.938Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50426fd1-f778-4d03-b4e6-2751225bc3df 2021-11-17T10:55:43.938Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50426fd1-f778-4d03-b4e6-2751225bc3df 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-17T10:55:43.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146385596, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "multicloud-k8s-id", "timestamp": 1637146385940, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146386599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146386616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146386616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json", "status": "NOTIFIED" } 2021-11-17T10:55:43.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146386616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146386616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146386616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146392135, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146386616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:55:43.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "aai-ml", "timestamp": 1637146393139, "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-17T10:55:43.953Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50426fd1-f778-4d03-b4e6-2751225bc3df 2021-11-17T10:55:43.953Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50426fd1-f778-4d03-b4e6-2751225bc3df 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-17T10:55:43.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146386616, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:55:43.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:55:43.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146406701, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:55:43.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146407719, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:55:43.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:55:43.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:55:43.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "clamp", "timestamp": 1637146408722, "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-17T10:55:43.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50426fd1-f778-4d03-b4e6-2751225bc3df 2021-11-17T10:55:43.968Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50426fd1-f778-4d03-b4e6-2751225bc3df 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-17T10:56:07.685Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:56:07.697Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:56:07.700Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:56:07.701Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T10:56:07.701Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T10:56:07.701Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T10:56:07.701Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:56:07.701Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:56:07.702Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:56:07.702Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:56:07.702Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:56:07.702Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:56:07.703Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-17T10:56:07.707Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T10:56:37.708Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50426fd1-f778-4d03-b4e6-2751225bc3df 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-17T10:56:37.717Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50426fd1-f778-4d03-b4e6-2751225bc3df and serviceModelVersionId: 9fa5c894-249f-42c7-9076-2e0416f81aed 2021-11-17T10:56:37.717Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fb5af74-0090-4a34-a10e-5c56c7cf5d15 2021-11-17T10:56:37.719Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0 2021-11-17T10:56:37.726Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T10:56:37.779Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0|INFO|500||Invoke 2021-11-17T10:56:37.780Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50426fd1-f778-4d03-b4e6-2751225bc3df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e97fc6e-aba5-472f-bf4f-d3d005c32cb4], X-ECOMP-RequestID=[50426fd1-f778-4d03-b4e6-2751225bc3df], X-TransactionId=[], X-ONAP-RequestID=[50426fd1-f778-4d03-b4e6-2751225bc3df], Content-Type=[application/merge-patch+json]} 2021-11-17T10:56:37.802Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T10:56:38.083Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?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/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211117-10:56:37:808-46987], vertex-id=[213176], Content-Length=[0], Date=[Wed, 17 Nov 2021 10:56:37 GMT], Content-Type=[application/json]} 2021-11-17T10:56:38.083Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-17T10:56:38.084Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb5af74-0090-4a34-a10e-5c56c7cf5d15/model-vers/model-ver/9fa5c894-249f-42c7-9076-2e0416f81aed?depth=0|INFO|500||InvokeReturn 2021-11-17T10:56:38.084Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T10:56:38.084Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-17T10:56:38.090Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-17T10:56:38.090Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50426fd1-f778-4d03-b4e6-2751225bc3df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T10:56:38.090Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T10:56:38.091Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:38.093Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:38.093Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146598090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:56:38.193Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:38.194Z||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-17T10:56:38.195Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:38.210Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:38.211Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-17T10:56:39.109Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:56:39.110Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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-17T10:56:39.110Z|50426fd1-f778-4d03-b4e6-2751225bc3df|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:43.733Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:43.735Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.735Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ada0028e-843a-49d0-bb86-93109443ac4d","serviceName":"vFW 2021-11-17 10-53-31","serviceVersion":"1.0","serviceUUID":"2ece454d-5d1f-4b63-bc83-45338ec96282","serviceDescription":"catalog service description","serviceInvariantUUID":"aa827857-ba55-4e72-9af1-008a45c12349","resources":[{"resourceInstanceName":"vFW 8d2dc434-b8c2 0","resourceName":"vFW 8d2dc434-b8c2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3c4cd6d-3b08-493c-a4c0-e836fc473636","resourceInvariantUUID":"613f5e4b-01e4-4e57-9155-152e39b3022b","resourceCustomizationUUID":"096d6396-e56c-4a22-80da-2edbb0dcf915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml","artifactChecksum":"ZDdiNGEzNTViM2RmZTYxMDEzMWY3MTBkMWU0YmJjNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37704d0d-9a0f-45f8-b2f0-17b2a0c4bbca","artifactVersion":"1"},{"artifactName":"vfw8d2dc434b8c20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json","artifactChecksum":"NTVkNWFkMmFmZWU4NGNiMDlhYzNkMjRjNDE3NTE3ODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5b5274d-711c-43c1-9417-f6da06fdf49d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b77290a-a2a0-4a0c-bdd6-09b3fae74724","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ1ZjkyYTI0MzFkZTIzYzE2OWFhZGFkY2YyYTRmMzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a2724bc-3c3f-49dc-92ed-98ef167ec360","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2","artifactVersion":"2","generatedFromUUID":"5b77290a-a2a0-4a0c-bdd6-09b3fae74724"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117105331-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml","artifactChecksum":"M2M1ZDVkMTY0NWZjZjViYmFiNGFlZWRhYWEwZGI5ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cc96a5d-689c-4f4e-9cd7-0d4ed19b3e3b","artifactVersion":"1"},{"artifactName":"service-Vfw20211117105331-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar","artifactChecksum":"M2Q2MTBiOTI5MWI4YzVlYWZhZDk4Yjg5OWEyYTY3ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43a8bc7c-a4f2-47f6-9e99-80c0f32fd0ad","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T10:56:43.740Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:56:43.740Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:43.743Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:43.743Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:56:43.810Z||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-17T10:56:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:43.843Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:43.843Z||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-17T10:56:43.843Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:43.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:43.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146518896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146514137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "dcae-sch", "timestamp": 1637146512243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146513577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146514245, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146522606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146514137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "dcae-sch", "timestamp": 1637146512243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146518896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146513577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOTIFIED" } 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146514245, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146522606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146518896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "dcae-sch", "timestamp": 1637146512243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146514137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146513577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146514245, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146522606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146518896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "dcae-sch", "timestamp": 1637146512243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146514137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146513577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146514245, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146522606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146518896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.853Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "dcae-sch", "timestamp": 1637146512243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.853Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146514137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146513577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146514245, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146522606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146518896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "dcae-sch", "timestamp": 1637146512243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146514137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146513577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146514245, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "ves-openapi-manager", "timestamp": 1637146527351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146522606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "dcae-sch", "timestamp": 1637146512243, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146518896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:56:43.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146514137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146513577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146514245, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "ves-openapi-manager", "timestamp": 1637146527351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146522606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146529639, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146529652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146529741, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146529738, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "ves-openapi-manager", "timestamp": 1637146527351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146530544, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:43.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146530657, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:56:43.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "cds", "timestamp": 1637146530748, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-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-17T10:56:43.880Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ada0028e-843a-49d0-bb86-93109443ac4d 2021-11-17T10:56:43.880Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada0028e-843a-49d0-bb86-93109443ac4d 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-17T10:56:43.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146530954, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:43.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "ves-openapi-manager", "timestamp": 1637146527351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "policy-id", "timestamp": 1637146531660, "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-17T10:56:43.893Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada0028e-843a-49d0-bb86-93109443ac4d 2021-11-17T10:56:43.893Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada0028e-843a-49d0-bb86-93109443ac4d 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-17T10:56:43.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "ves-openapi-manager", "timestamp": 1637146527351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146532253, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146532961, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "ves-openapi-manager", "timestamp": 1637146527351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146533284, "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-17T10:56:43.905Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada0028e-843a-49d0-bb86-93109443ac4d 2021-11-17T10:56:43.905Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada0028e-843a-49d0-bb86-93109443ac4d 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-17T10:56:43.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637146533968, "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-17T10:56:43.914Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ada0028e-843a-49d0-bb86-93109443ac4d 2021-11-17T10:56:43.915Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada0028e-843a-49d0-bb86-93109443ac4d 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-17T10:56:43.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "ves-openapi-manager", "timestamp": 1637146527351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "multicloud-k8s-id", "timestamp": 1637146534288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146536619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146536619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOTIFIED" } 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146536619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146536619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146541223, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146536619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "aai-ml", "timestamp": 1637146542226, "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-17T10:56:43.927Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ada0028e-843a-49d0-bb86-93109443ac4d 2021-11-17T10:56:43.928Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada0028e-843a-49d0-bb86-93109443ac4d 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-17T10:56:43.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146536619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:43.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:43.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-17T10:56:43.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146536619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:56:43.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-17T10:56:44.743Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:56:44.745Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:44.746Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:44.747Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOTIFIED" } 2021-11-17T10:56:44.847Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:44.848Z||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-17T10:56:44.848Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:44.861Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:44.861Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:45.747Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:56:45.748Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:45.749Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:45.750Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:56:45.852Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-17T10:56:45.853Z||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-17T10:56:45.853Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:45.865Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:45.866Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:46.750Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:56:46.751Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:46.753Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:46.753Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:46.853Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:46.854Z||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-17T10:56:46.854Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:46.873Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:46.873Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:47.754Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:56:47.754Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:47.756Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:47.756Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:56:47.857Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-17T10:56:47.858Z||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-17T10:56:47.858Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:47.869Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:47.870Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:48.758Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:56:48.758Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:48.761Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:48.761Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:56:48.860Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-17T10:56:48.861Z||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-17T10:56:48.861Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:48.877Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:48.878Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:49.762Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T10:56:49.762Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:49.765Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:49.765Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:56:49.865Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:49.866Z||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-17T10:56:49.867Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:49.878Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:49.879Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:50.766Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "serviceName": "vFW 2021-11-17 10-53-31", "serviceVersion": "1.0", "serviceUUID": "2ece454d-5d1f-4b63-bc83-45338ec96282", "serviceDescription": "catalog service description", "serviceInvariantUUID": "aa827857-ba55-4e72-9af1-008a45c12349", "resources": [ { "resourceInstanceName": "vFW 8d2dc434-b8c2 0", "resourceCustomizationUUID": "096d6396-e56c-4a22-80da-2edbb0dcf915", "resourceName": "vFW 8d2dc434-b8c2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a3c4cd6d-3b08-493c-a4c0-e836fc473636", "resourceInvariantUUID": "613f5e4b-01e4-4e57-9155-152e39b3022b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8d2dc434b8c20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "artifactChecksum": "NTVkNWFkMmFmZWU4NGNiMDlhYzNkMjRjNDE3NTE3ODM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5b5274d-711c-43c1-9417-f6da06fdf49d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5b77290a-a2a0-4a0c-bdd6-09b3fae74724", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2", "generatedFromUUID": "5b77290a-a2a0-4a0c-bdd6-09b3fae74724" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211117105331-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "artifactChecksum": "M2Q2MTBiOTI5MWI4YzVlYWZhZDk4Yjg5OWEyYTY3ZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "43a8bc7c-a4f2-47f6-9e99-80c0f32fd0ad" } ], "workloadContext": "Production" } 2021-11-17T10:56:50.767Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T10:56:50.768Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ece454d-5d1f-4b63-bc83-45338ec96282 ASDC 2021-11-17T10:56:50.769Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ada0028e-843a-49d0-bb86-93109443ac4d ServiceName:vFW 2021-11-17 10-53-31 ServiceVersion:1.0 ServiceUUID:2ece454d-5d1f-4b63-bc83-45338ec96282 ServiceInvariantUUID:aa827857-ba55-4e72-9af1-008a45c12349 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211117105331-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar ArtifactUUID:43a8bc7c-a4f2-47f6-9e99-80c0f32fd0ad ArtifactChecksum:M2Q2MTBiOTI5MWI4YzVlYWZhZDk4Yjg5OWEyYTY3ZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8d2dc434-b8c2 0 ResourceCustomizationUUID:096d6396-e56c-4a22-80da-2edbb0dcf915 ResourceInvariantUUID:613f5e4b-01e4-4e57-9155-152e39b3022b ResourceName:vFW 8d2dc434-b8c2 ResourceType:VF ResourceUUID:a3c4cd6d-3b08-493c-a4c0-e836fc473636 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8d2dc434b8c20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json ArtifactUUID:d5b5274d-711c-43c1-9417-f6da06fdf49d ArtifactChecksum:NTVkNWFkMmFmZWU4NGNiMDlhYzNkMjRjNDE3NTE3ODM= 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/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml ArtifactUUID:5b77290a-a2a0-4a0c-bdd6-09b3fae74724 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/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env ArtifactUUID:2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2 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/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env ArtifactUUID:2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-17T10:56:50.769Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ece454d-5d1f-4b63-bc83-45338ec96282 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-17T10:56:50.799Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:56:50.799Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-17T10:56:50.800Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-17T10:56:50.800Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43a8bc7c-a4f2-47f6-9e99-80c0f32fd0ad from URL: /sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:50.800Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:56:50.800Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:51.142Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:56:51.147Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar 43a8bc7c-a4f2-47f6-9e99-80c0f32fd0ad 98936 2021-11-17T10:56:51.147Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar ASDC sendASDCNotification 2021-11-17T10:56:51.148Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:51.148Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:56:51.148Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:51.150Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:51.151Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146611147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:51.251Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:51.251Z||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-17T10:56:51.252Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:51.262Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:51.262Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:52.151Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T10:56:52.152Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-17T10:56:52.153Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 43a8bc7c-a4f2-47f6-9e99-80c0f32fd0ad, URL: /sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar to file: /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:52.153Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117105331-csar.csar 2021-11-17T10:56:52.154Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:52.154Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:52.396Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5764312017834827406/Definitions/service-Vfw20211117105331-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-17T10:56:54.276Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.277Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8d2dc434-b8c2 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-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-Vfw20211117105331-csar.csar 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.278Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:54.279Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:54.279Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-17T10:56:54.279Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:56:54.279Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.279Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:54.280Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:54.280Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-17T10:56:54.280Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T10:56:54.280Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.280Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:54.280Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.280Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:56:54.281Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.282Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-17T10:56:54.283Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.283Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:56:54.283Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.283Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:54.283Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:54.283Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is not matching search criteria 2021-11-17T10:56:54.284Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:56:54.285Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.286Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:56:54.286Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.286Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cffae96-8c45-4f1b-9587-6eeac6375ab3 2021-11-17T10:56:54.286Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.286Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is not matching search criteria 2021-11-17T10:56:54.286Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:56:54.286Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:56:54.287Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a4da99d-da18-49e3-9b85-f92a0f8544e8 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is not matching search criteria 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:56:54.288Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:54.289Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:54.290Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-17T10:56:54.290Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37ee304-4f6d-47fd-953c-654a235614ad 2021-11-17T10:56:54.290Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.290Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:54.291Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.291Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:54.291Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.291Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:54.291Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:54.291Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:54.291Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-17 10-53-31 Description:catalog service description Model UUID:2ece454d-5d1f-4b63-bc83-45338ec96282 Model Version:NULL Model InvariantUuid:aa827857-ba55-4e72-9af1-008a45c12349 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8d2dc434-b8c2 Model UUID:05372fd5-d04c-403e-bf68-283a55dc0dc7 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:613f5e4b-01e4-4e57-9155-152e39b3022b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:096d6396-e56c-4a22-80da-2edbb0dcf915 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d225ae6b-0ea6-4fec-bbad-ed3fbfdbd463 ModelName:Vfw8d2dc434B8c2..base_vfw..module-0 ModelUuid:4ed75810-a06a-4e70-9030-1d15e8cd1200 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5cffae96-8c45-4f1b-9587-6eeac6375ab3 ModelInvariantUuid:ad7c177c-b5c2-4ed3-8820-0da6fafbca54 ModelName:vFW 8d2dc434-b8c2-nodes.vfwCvfc ModelUuid:18da0dc2-5cfe-48e6-97d9-c973ba3075f0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:19586efe-6c13-435d-9b7c-f05d2b67d966 ModelInvariantUuid:57f54048-767e-411f-83b0-1d643434fb5b ModelName:Vfw8d2dc434B8c2.compute.nodes.heat.vfw ModelUuid:fa9fc04b-2496-4538-80c6-8ec1ff647a60 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9a4da99d-da18-49e3-9b85-f92a0f8544e8 ModelInvariantUuid:20b4f160-c2b9-4520-b4e2-df53b36e166e ModelName:vFW 8d2dc434-b8c2-nodes.vsnCvfc ModelUuid:22fd8715-4e4e-41ec-a3b3-ee32d9cc64d3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:438c78fb-6a52-42bf-b810-95ec3410a27e ModelInvariantUuid:65fb2fa1-397d-44d0-9ec7-439c16dfc9bd ModelName:Vfw8d2dc434B8c2.compute.nodes.heat.vsn ModelUuid:f4fb0513-3a39-4f15-9205-fc668fdd664b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c37ee304-4f6d-47fd-953c-654a235614ad ModelInvariantUuid:e0da5393-130e-4887-ba35-53a65b1b818f ModelName:vFW 8d2dc434-b8c2-nodes.vpgCvfc ModelUuid:28fcc015-5a5b-4bcd-8fa2-86826435ae24 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c7eb5b6f-cc06-4bcc-a0c6-a6660de574ae ModelInvariantUuid:59dcc382-e567-4a26-8125-74a6dd2964b9 ModelName:Vfw8d2dc434B8c2.compute.nodes.heat.vpg ModelUuid:61e4d838-26ea-497a-8a8b-174387cfc6ae 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-17T10:56:54.300Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a3c4cd6d-3b08-493c-a4c0-e836fc473636 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-17T10:56:54.302Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||vFW 8d2dc434-b8c2 0 2021-11-17T10:56:54.302Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3c4cd6d-3b08-493c-a4c0-e836fc473636 2021-11-17T10:56:54.302Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d5b5274d-711c-43c1-9417-f6da06fdf49d from URL: /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json 2021-11-17T10:56:54.302Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:56:54.303Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json 2021-11-17T10:56:54.363Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:56:54.363Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json d5b5274d-711c-43c1-9417-f6da06fdf49d 785 2021-11-17T10:56:54.364Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json ASDC sendASDCNotification 2021-11-17T10:56:54.364Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json 2021-11-17T10:56:54.364Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:56:54.364Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:54.366Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:54.366Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146614364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:54.466Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:54.467Z||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-17T10:56:54.467Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:54.484Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:54.485Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:55.367Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8d2dc434B8c2..base_vfw..module-0", "vfModuleModelInvariantUUID": "d225ae6b-0ea6-4fec-bbad-ed3fbfdbd463", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4ed75810-a06a-4e70-9030-1d15e8cd1200", "vfModuleModelCustomizationUUID": "1ef36a2d-c1d6-45a1-99ea-384b991c0f35", "isBase": true, "artifacts": [ "5b77290a-a2a0-4a0c-bdd6-09b3fae74724", "2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2" ], "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-17T10:56:55.372Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8d2dc434B8c2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4ed75810-a06a-4e70-9030-1d15e8cd1200 VfModuleModelInvariantUUID:d225ae6b-0ea6-4fec-bbad-ed3fbfdbd463 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b77290a-a2a0-4a0c-bdd6-09b3fae74724 , 2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2 } 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-17T10:56:55.373Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8d2dc434B8c2..base_vfw..module-0", "vfModuleModelInvariantUUID": "d225ae6b-0ea6-4fec-bbad-ed3fbfdbd463", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4ed75810-a06a-4e70-9030-1d15e8cd1200", "vfModuleModelCustomizationUUID": "1ef36a2d-c1d6-45a1-99ea-384b991c0f35", "isBase": true, "artifacts": [ "5b77290a-a2a0-4a0c-bdd6-09b3fae74724", "2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2" ], "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-17T10:56:55.374Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8d2dc434B8c2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4ed75810-a06a-4e70-9030-1d15e8cd1200 VfModuleModelInvariantUUID:d225ae6b-0ea6-4fec-bbad-ed3fbfdbd463 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b77290a-a2a0-4a0c-bdd6-09b3fae74724 , 2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2 } 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-17T10:56:55.374Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5b77290a-a2a0-4a0c-bdd6-09b3fae74724 from URL: /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml 2021-11-17T10:56:55.374Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:56:55.374Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml 2021-11-17T10:56:55.502Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:56:55.503Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml 5b77290a-a2a0-4a0c-bdd6-09b3fae74724 20368 2021-11-17T10:56:55.504Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-17T10:56:55.504Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml 2021-11-17T10:56:55.504Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:56:55.504Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:55.506Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:55.506Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146615504, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:55.606Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:55.607Z||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-17T10:56:55.607Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:55.622Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:55.622Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:56:56.507Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2 from URL: /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env 2021-11-17T10:56:56.507Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-17T10:56:56.507Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env 2021-11-17T10:56:56.696Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-17T10:56:56.697Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env 2f0fe1ab-4c8c-49d3-962b-a746b6bae9a2 2098 2021-11-17T10:56:56.697Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-17T10:56:56.697Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env 2021-11-17T10:56:56.697Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T10:56:56.698Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:56.700Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:56.700Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146616697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:56:56.800Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:56.800Z||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-17T10:56:56.801Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:56.814Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:56.814Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:57.701Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2ece454d-5d1f-4b63-bc83-45338ec96282 2021-11-17T10:56:57.701Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8d2dc434-b8c2 0 a3c4cd6d-3b08-493c-a4c0-e836fc473636 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-17T10:56:57.716Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76736601, org.onap.sdc.toscaparser.api.parameters.Input@7d74afa7, org.onap.sdc.toscaparser.api.parameters.Input@3364f826, org.onap.sdc.toscaparser.api.parameters.Input@3e35bf19, org.onap.sdc.toscaparser.api.parameters.Input@531b95b0] 2021-11-17T10:56:57.717Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.717Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.717Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-17T10:56:57.717Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 096d6396-e56c-4a22-80da-2edbb0dcf915 2021-11-17T10:56:57.718Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 096d6396-e56c-4a22-80da-2edbb0dcf915 matches Tosca VF Customization UUID: 096d6396-e56c-4a22-80da-2edbb0dcf915 2021-11-17T10:56:57.718Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 096d6396-e56c-4a22-80da-2edbb0dcf915 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-17T10:56:57.720Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.720Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.721Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 096d6396-e56c-4a22-80da-2edbb0dcf915: {\"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-17T10:56:57.721Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ca5c4e5 2021-11-17T10:56:57.721Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.721Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T10:56:57.721Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ef36a2d-c1d6-45a1-99ea-384b991c0f35 2021-11-17T10:56:57.722Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ef36a2d-c1d6-45a1-99ea-384b991c0f35 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-17T10:56:57.723Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.724Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:57.724Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:57.724Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.724Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:57.725Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:57.725Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.725Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is not matching search criteria 2021-11-17T10:56:57.725Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:56:57.726Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:56:57.726Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-17T10:56:57.726Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:56:57.726Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:56:57.726Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.727Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:57.727Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:56:57.727Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:57.727Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:56:57.727Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.728Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cffae96-8c45-4f1b-9587-6eeac6375ab3 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-17T10:56:57.729Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.730Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:57.730Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:57.730Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.730Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is not matching search criteria 2021-11-17T10:56:57.730Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:56:57.731Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:56:57.731Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:56:57.731Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.731Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:57.731Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.732Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:56:57.732Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-17T10:56:57.732Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-17T10:56:57.732Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:57.732Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-17T10:56:57.733Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.733Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a4da99d-da18-49e3-9b85-f92a0f8544e8 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-17T10:56:57.734Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.734Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:57.735Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:57.735Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.735Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is not matching search criteria 2021-11-17T10:56:57.735Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-17T10:56:57.735Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-17T10:56:57.736Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-17T10:56:57.736Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.736Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:57.736Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.736Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-17T10:56:57.737Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-17T10:56:57.737Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-17T10:56:57.737Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-17T10:56:57.737Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-17T10:56:57.738Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-17T10:56:57.738Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37ee304-4f6d-47fd-953c-654a235614ad 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-17T10:56:57.739Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.740Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:57.740Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T10:56:57.740Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.740Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Node template vFW 8d2dc434-b8c2 0 is matching search criteria 2021-11-17T10:56:57.741Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8d2dc434-b8c2 0] matching following query criteria: sdcType=VF, customizationUUID=096d6396-e56c-4a22-80da-2edbb0dcf915 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-17T10:56:57.742Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.742Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.742Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2ece454d-5d1f-4b63-bc83-45338ec96282: vFW 8d2dc434-b8c2 2021-11-17T10:56:57.743Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.743Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.743Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.743Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.743Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.744Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.744Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.744Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.744Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T10:56:57.745Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-53-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T10:56:57.745Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-11-17 10-53-31 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-17T10:56:57.882Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8d2dc434-b8c2 a3c4cd6d-3b08-493c-a4c0-e836fc473636 1 ASDC deployResourceStructure 2021-11-17T10:56:57.883Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json ASDC sendASDCNotification 2021-11-17T10:56:57.883Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json 2021-11-17T10:56:57.883Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:56:57.883Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:57.885Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:57.885Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146617883, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:56:57.985Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:57.986Z||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-17T10:56:57.986Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:58.018Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:58.018Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2021-11-17T10:56:58.886Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-17T10:56:58.886Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml 2021-11-17T10:56:58.887Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:56:58.887Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:58.889Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:58.889Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146618886, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:56:58.989Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:58.990Z||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-17T10:56:58.990Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:56:59.004Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:56:59.005Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:56:59.890Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-17T10:56:59.890Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env 2021-11-17T10:56:59.891Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:56:59.891Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:56:59.892Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:56:59.892Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146619890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-17T10:56:59.992Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:56:59.993Z||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-17T10:56:59.993Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:57:00.005Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:57:00.005Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:57:00.893Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar ASDC sendASDCNotification 2021-11-17T10:57:00.893Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar 2021-11-17T10:57:00.894Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T10:57:00.894Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:57:00.895Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:57:00.895Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146620893, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:57:00.995Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T10:57:00.996Z||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-17T10:57:00.996Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:57:01.009Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:57:01.009Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T10:57:01.896Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ada0028e-843a-49d0-bb86-93109443ac4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T10:57:01.904Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ada0028e-843a-49d0-bb86-93109443ac4d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T10:57:01.907Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T10:57:01.907Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T10:57:01.907Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T10:57:01.907Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T10:57:01.908Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:57:01.908Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:57:01.908Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:57:01.908Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:57:01.908Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T10:57:01.908Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:57:01.912Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T10:57:31.912Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ada0028e-843a-49d0-bb86-93109443ac4d 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-17T10:57:31.917Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ada0028e-843a-49d0-bb86-93109443ac4d and serviceModelVersionId: 2ece454d-5d1f-4b63-bc83-45338ec96282 2021-11-17T10:57:31.918Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa827857-ba55-4e72-9af1-008a45c12349 2021-11-17T10:57:31.919Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0 2021-11-17T10:57:31.922Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T10:57:31.963Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0|INFO|500||Invoke 2021-11-17T10:57:31.963Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ada0028e-843a-49d0-bb86-93109443ac4d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f469066a-591a-4056-9522-b158efc8c87c], X-ECOMP-RequestID=[ada0028e-843a-49d0-bb86-93109443ac4d], X-TransactionId=[], X-ONAP-RequestID=[ada0028e-843a-49d0-bb86-93109443ac4d], Content-Type=[application/merge-patch+json]} 2021-11-17T10:57:31.981Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T10:57:32.177Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?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/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-10:57:31:988-12302], vertex-id=[184440], Content-Length=[0], Date=[Wed, 17 Nov 2021 10:57:31 GMT], Content-Type=[application/json]} 2021-11-17T10:57:32.177Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-17T10:57:32.178Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa827857-ba55-4e72-9af1-008a45c12349/model-vers/model-ver/2ece454d-5d1f-4b63-bc83-45338ec96282?depth=0|INFO|500||InvokeReturn 2021-11-17T10:57:32.178Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T10:57:32.179Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:57:32.184Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:57:32.185Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ada0028e-843a-49d0-bb86-93109443ac4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T10:57:32.185Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T10:57:32.185Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-17T10:57:32.187Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T10:57:32.187Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146652185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:57:32.287Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T10:57:32.288Z||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-17T10:57:32.288Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T10:57:32.303Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:57:32.303Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-17T10:57:33.199Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:57:33.199Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:57:33.200Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:57:42.752Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:57:42.752Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:57:42.753Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:57:42.753Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:57:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:57:43.810Z||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-17T10:57:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:57:43.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:57:43.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T10:57:43.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146547675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:57:43.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:57:43.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T10:57:43.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146548738, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:57:43.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:57:43.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T10:57:43.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "clamp", "timestamp": 1637146549741, "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-17T10:57:43.840Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ada0028e-843a-49d0-bb86-93109443ac4d 2021-11-17T10:57:43.840Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada0028e-843a-49d0-bb86-93109443ac4d 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-17T10:57:43.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T10:57:43.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146598090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:57:43.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:57:52.299Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:57:52.300Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:57:52.300Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:57:52.301Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:58:01.850Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:58:01.851Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:58:01.851Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:58:01.852Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:58:11.393Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:58:43.800Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:58:43.803Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:58:43.803Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:58:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:58:43.809Z||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-17T10:58:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:58:43.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:58:43.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T10:58:43.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:58:43.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T10:58:53.356Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:59:43.801Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:59:43.802Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T10:59:43.802Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:59:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T10:59:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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-17T10:59:43.810Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T10:59:44.332Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T10:59:44.332Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.333Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "NOTIFIED" } 2021-11-17T10:59:44.333Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-17T10:59:44.334Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.334Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-17T10:59:44.334Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-17T10:59:44.334Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.335Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T10:59:44.335Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-17T10:59:44.335Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.335Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-17T10:59:44.336Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-17T10:59:44.336Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.336Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T10:59:44.336Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-17T10:59:44.336Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.337Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146599109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "NOTIFIED" } 2021-11-17T10:59:44.337Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-17T10:59:44.337Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.337Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146611147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T10:59:44.337Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.338Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.338Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146614364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T10:59:44.338Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.338Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.338Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146615504, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T10:59:44.339Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.339Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.339Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146616697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-17T10:59:44.339Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.339Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.340Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146617883, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/vfw8d2dc434b8c20_modules.json", "status": "DEPLOY_OK" } 2021-11-17T10:59:44.340Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.340Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.340Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146618886, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-17T10:59:44.341Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.341Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.341Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146619890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/resourceInstances/vfw8d2dc434b8c20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-17T10:59:44.341Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.341Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.342Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146620893, "artifactURL": "/sdc/v1/catalog/services/Vfw20211117105331/1.0/artifacts/service-Vfw20211117105331-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T10:59:44.342Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:44.342Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T10:59:44.342Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada0028e-843a-49d0-bb86-93109443ac4d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637146652185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T10:59:44.342Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T10:59:53.352Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:00:43.801Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:00:43.804Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:00:43.804Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:00:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:00:43.810Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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-17T11:00:43.810Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:00:53.356Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:00:53.359Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:01:43.800Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:01:43.800Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:01:43.801Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:01:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:01:43.809Z||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-17T11:01:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:01:53.354Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:01:53.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:02:43.801Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:02:43.804Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:02:43.804Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:02:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:02:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-17T11:02:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:02:53.367Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:02:53.372Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:03:43.800Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:03:43.801Z||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-17T11:03:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:03:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:03:43.809Z||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-17T11:03:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:03:53.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:03:53.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:04:43.802Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:04:43.806Z||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-17T11:04:43.806Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:04:43.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:04:43.809Z||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-17T11:04:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:04:53.361Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:04:53.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:05:43.800Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:05:43.801Z||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-17T11:05:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:05:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:05:43.809Z||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-17T11:05:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:05:53.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:05:53.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:05:53.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:05:53.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b71db684-7a8a-4f2d-9249-9bdb09b4806c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"77e1f8c2-39ff-4e0d-b0fc-17dd5597279b","serviceDescription":"service","serviceInvariantUUID":"948dbf08-b930-494a-8c96-c8459413f5ab","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0ceb70c4-4dc4-43b0-b242-a0aaaa89cb48","resourceInvariantUUID":"76bbda57-b3e7-4741-b8c6-9816e002e372","resourceCustomizationUUID":"9f2165b4-29de-4136-b44a-c7da0ef4d0dd","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":"NDRjNTEyY2Y2ZTA4ZmQ5YzVkYTllZTVmMjdjNDZiYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f04fc13-d4f4-446e-8750-23fd0c0c4b37","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDU0ZGRkMGE1OTg2ZGZmMjgwZGYyNGIwMDJiNzRiNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"823ebbe8-5769-40ae-abf7-be66efde712f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T11:05:53.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:05:53.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:05:53.475Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:05:53.475Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147143800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:05:53.575Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:05:53.576Z||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-17T11:05:53.577Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:05:53.588Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:05:53.589Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:05:54.476Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:05:54.481Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:05:54.483Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:05:54.483Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147143800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:05:54.584Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:05:54.584Z||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-17T11:05:54.585Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:05:54.600Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:05:54.601Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:05:55.485Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "77e1f8c2-39ff-4e0d-b0fc-17dd5597279b", "serviceDescription": "service", "serviceInvariantUUID": "948dbf08-b930-494a-8c96-c8459413f5ab", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9f2165b4-29de-4136-b44a-c7da0ef4d0dd", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0ceb70c4-4dc4-43b0-b242-a0aaaa89cb48", "resourceInvariantUUID": "76bbda57-b3e7-4741-b8c6-9816e002e372", "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": "ZDU0ZGRkMGE1OTg2ZGZmMjgwZGYyNGIwMDJiNzRiNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "823ebbe8-5769-40ae-abf7-be66efde712f" } ], "workloadContext": "Production" } 2021-11-17T11:05:55.486Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T11:05:55.486Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77e1f8c2-39ff-4e0d-b0fc-17dd5597279b ASDC 2021-11-17T11:05:55.487Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b71db684-7a8a-4f2d-9249-9bdb09b4806c ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:77e1f8c2-39ff-4e0d-b0fc-17dd5597279b ServiceInvariantUUID:948dbf08-b930-494a-8c96-c8459413f5ab 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:823ebbe8-5769-40ae-abf7-be66efde712f ArtifactChecksum:ZDU0ZGRkMGE1OTg2ZGZmMjgwZGYyNGIwMDJiNzRiNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9f2165b4-29de-4136-b44a-c7da0ef4d0dd ResourceInvariantUUID:76bbda57-b3e7-4741-b8c6-9816e002e372 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0ceb70c4-4dc4-43b0-b242-a0aaaa89cb48 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-17T11:05:55.487Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77e1f8c2-39ff-4e0d-b0fc-17dd5597279b 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-17T11:05:55.519Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:05:55.520Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-17T11:05:55.520Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-17T11:05:55.520Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 823ebbe8-5769-40ae-abf7-be66efde712f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-17T11:05:55.520Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-17T11:05:55.521Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-17T11:05:55.937Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-17T11:05:55.940Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 823ebbe8-5769-40ae-abf7-be66efde712f 52488 2021-11-17T11:05:55.940Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:55.941Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:55.941Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:05:55.941Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:05:55.943Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:05:55.943Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147155940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:05:56.043Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:05:56.044Z||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-17T11:05:56.044Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:05:56.059Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:05:56.060Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:05:56.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:05:56.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-17T11:05:56.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 823ebbe8-5769-40ae-abf7-be66efde712f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-17T11:05:56.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-17T11:05:56.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-17T11:05:56.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-17T11:05:57.079Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13408132594724690938/Definitions/service-BasicNetwork-template.yml 2021-11-17T11:05:57.540Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T11:05:57.541Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-17T11:05:57.541Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-17T11:05:57.541Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-17T11:05:57.541Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.541Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.541Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-BasicNetwork-csar.csar 2021-11-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.542Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.543Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-17T11:05:57.543Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-17T11:05:57.543Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:05:57.543Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.543Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.544Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-17T11:05:57.544Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-17T11:05:57.544Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:05:57.544Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.544Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.544Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.544Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.545Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.545Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.545Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.545Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.546Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.546Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.546Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:77e1f8c2-39ff-4e0d-b0fc-17dd5597279b Model Version:NULL Model InvariantUuid:948dbf08-b930-494a-8c96-c8459413f5ab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:76bbda57-b3e7-4741-b8c6-9816e002e372 Model UUID:00dbc0a8-13dd-4927-8bfb-242512350dcc Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9f2165b4-29de-4136-b44a-c7da0ef4d0dd 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-17T11:05:57.552Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 0ceb70c4-4dc4-43b0-b242-a0aaaa89cb48 2021-11-17T11:05:57.552Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||No resources found for Service: 77e1f8c2-39ff-4e0d-b0fc-17dd5597279b 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-17T11:05:57.558Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| 2021-11-17T11:05:57.559Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-17T11:05:57.560Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 77e1f8c2-39ff-4e0d-b0fc-17dd5597279b 2021-11-17T11:05:57.560Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 77e1f8c2-39ff-4e0d-b0fc-17dd5597279b 2021-11-17T11:05:57.560Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-17T11:05:57.560Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.564Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15b2c417, org.onap.sdc.toscaparser.api.parameters.Input@52f82e70, org.onap.sdc.toscaparser.api.parameters.Input@73da1d50, org.onap.sdc.toscaparser.api.parameters.Input@66e0eb0f, org.onap.sdc.toscaparser.api.parameters.Input@657109b8] 2021-11-17T11:05:57.566Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.566Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.566Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.566Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.567Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 77e1f8c2-39ff-4e0d-b0fc-17dd5597279b: Generic NeutronNet 2021-11-17T11:05:57.567Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.567Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.567Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.567Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.608Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.608Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.609Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.609Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.609Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:05:57.609Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:05:57.609Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.664Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-17T11:05:57.664Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.664Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||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-17T11:05:57.664Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:05:57.664Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:05:57.666Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:05:57.666Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147157664, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:05:57.766Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:05:57.767Z||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-17T11:05:57.767Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:05:57.784Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:05:57.784Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:05:58.667Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:05:58.677Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:05:58.678Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:05:58.678Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:05:58.679Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:06:28.679Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:06:28.697Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:06:28.699Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:06:28.699Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:06:28.700Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:06:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:06:43.811Z||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-17T11:06:43.812Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:06:44.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:06:44.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "cds", "timestamp": 1637147148894, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147144137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "aai-ml", "timestamp": 1637147152607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "ves-openapi-manager", "timestamp": 1637147147351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147143800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "dcae-sch", "timestamp": 1637147152243, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "multicloud-k8s-id", "timestamp": 1637147153574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "cds", "timestamp": 1637147148894, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:06:44.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "aai-ml", "timestamp": 1637147152607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:06:44.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147144137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:06:44.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "ves-openapi-manager", "timestamp": 1637147147351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147143800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:06:44.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "dcae-sch", "timestamp": 1637147152243, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "policy-id", "timestamp": 1637147154247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "multicloud-k8s-id", "timestamp": 1637147153574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "policy-id", "timestamp": 1637147154247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147155940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:06:44.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "aai-ml", "timestamp": 1637147156209, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:06:44.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "cds", "timestamp": 1637147156238, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:06:44.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147156335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "policy-id", "timestamp": 1637147157100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "cds", "timestamp": 1637147157245, "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-17T11:06:44.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b71db684-7a8a-4f2d-9249-9bdb09b4806c 2021-11-17T11:06:44.466Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b71db684-7a8a-4f2d-9249-9bdb09b4806c 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-17T11:06:44.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147157664, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:06:44.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147157967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:06:44.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "policy-id", "timestamp": 1637147158109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:06:44.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147158973, "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-17T11:06:44.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b71db684-7a8a-4f2d-9249-9bdb09b4806c 2021-11-17T11:06:44.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b71db684-7a8a-4f2d-9249-9bdb09b4806c 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-17T11:06:44.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "policy-id", "timestamp": 1637147159117, "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-17T11:06:44.500Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b71db684-7a8a-4f2d-9249-9bdb09b4806c 2021-11-17T11:06:44.501Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b71db684-7a8a-4f2d-9249-9bdb09b4806c 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-17T11:06:44.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "aai-ml", "timestamp": 1637147161094, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:06:44.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "aai-ml", "timestamp": 1637147162098, "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-17T11:06:44.524Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b71db684-7a8a-4f2d-9249-9bdb09b4806c 2021-11-17T11:06:44.525Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b71db684-7a8a-4f2d-9249-9bdb09b4806c 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-17T11:06:44.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "clamp", "timestamp": 1637147166616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "clamp", "timestamp": 1637147166616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "clamp", "timestamp": 1637147172824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "clamp", "timestamp": 1637147174833, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:06:44.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:06:44.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:06:44.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "clamp", "timestamp": 1637147175841, "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-17T11:06:44.538Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b71db684-7a8a-4f2d-9249-9bdb09b4806c 2021-11-17T11:06:44.538Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b71db684-7a8a-4f2d-9249-9bdb09b4806c 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-17T11:06:58.700Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:06:58.709Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:06:58.712Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:06:58.712Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T11:06:58.712Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T11:06:58.712Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T11:06:58.713Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:06:58.713Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:06:58.713Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:06:58.713Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:06:58.713Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:06:58.713Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:06:58.713Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:06:58.718Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T11:07:28.718Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c 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-17T11:07:28.723Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b71db684-7a8a-4f2d-9249-9bdb09b4806c and serviceModelVersionId: 77e1f8c2-39ff-4e0d-b0fc-17dd5597279b 2021-11-17T11:07:28.724Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 948dbf08-b930-494a-8c96-c8459413f5ab 2021-11-17T11:07:28.725Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0 2021-11-17T11:07:28.732Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T11:07:28.800Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0|INFO|500||Invoke 2021-11-17T11:07:28.801Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b71db684-7a8a-4f2d-9249-9bdb09b4806c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d767d7c-9614-4254-897b-dbd29aea9a1a], X-ECOMP-RequestID=[b71db684-7a8a-4f2d-9249-9bdb09b4806c], X-TransactionId=[], X-ONAP-RequestID=[b71db684-7a8a-4f2d-9249-9bdb09b4806c], Content-Type=[application/merge-patch+json]} 2021-11-17T11:07:28.832Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T11:07:29.064Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?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/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211117-11:07:28:843-80937], vertex-id=[164040], Content-Length=[0], Date=[Wed, 17 Nov 2021 11:07:28 GMT], Content-Type=[application/json]} 2021-11-17T11:07:29.064Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-17T11:07:29.065Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948dbf08-b930-494a-8c96-c8459413f5ab/model-vers/model-ver/77e1f8c2-39ff-4e0d-b0fc-17dd5597279b?depth=0|INFO|500||InvokeReturn 2021-11-17T11:07:29.066Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T11:07:29.067Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:07:29.071Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:07:29.072Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b71db684-7a8a-4f2d-9249-9bdb09b4806c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T11:07:29.072Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T11:07:29.073Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:29.076Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:29.076Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147249072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:07:29.178Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-17T11:07:29.178Z||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-17T11:07:29.179Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:29.195Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:29.195Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-17T11:07:30.088Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:07:30.089Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:07:30.089Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:39.659Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:43.800Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:07:43.802Z||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-17T11:07:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:43.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:07:43.811Z||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-17T11:07:43.812Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:44.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:44.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:07:44.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b71db684-7a8a-4f2d-9249-9bdb09b4806c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147249072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:07:44.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:07:50.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:50.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T11:07:50.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f86637c-a3a4-4829-817a-054c3ec714f3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"aa25275f-24d7-4d72-8101-ea7d2cc0b0d3","serviceDescription":"service","serviceInvariantUUID":"38a72bf3-6ea8-4678-8cf0-818ae75209f9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ded74cc-0374-4d09-97bf-9f7f3ee2e3b9","resourceInvariantUUID":"e5b2632b-a031-428f-b419-9bbb4fd01890","resourceCustomizationUUID":"a50f2c04-1862-44c5-8d96-84e9ea3f2aa0","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":"NGU4NjBiNmU0MGNiMDlmY2I5ZjdmOTViZDczZGI0YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c23a117f-195b-4336-8be3-e25b195d68db","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":"OWZmMWNmNjBlNDE0MjZjY2FkNzgxMzhmY2EzYzE2NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e77d3e1-de03-47bc-9c6c-e2f028ae5757","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":"ece61cbf-a993-403c-bb6b-512efb45524d","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":"50f16c9d-3007-44fc-a743-b9bc35cd426e","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":"e6016ced-7d27-447b-9573-0ba354727e1e","artifactVersion":"2","generatedFromUUID":"ece61cbf-a993-403c-bb6b-512efb45524d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjYwYjdjNTA4NTFlYjVlODRlMzMzM2JlNWU0ZDIyYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31f60b94-c9c1-4695-aa5e-775d1aaa4a5f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWNlNzc3MDU1NGU2MDk1NTJiMDc1OGYwYzY1ZTQ3ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f72bbfd1-2777-448f-bd8d-82d6f6731d28","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T11:07:50.877Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:07:50.877Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:50.881Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:50.881Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:07:50.981Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:07:50.983Z||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-17T11:07:50.983Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:51.009Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:51.009Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:07:51.882Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:07:51.883Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:51.884Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:51.884Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:07:51.985Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:07:51.986Z||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-17T11:07:51.986Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:51.998Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:51.999Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:07:52.885Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:07:52.886Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:52.888Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:52.888Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-17T11:07:52.988Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:07:52.989Z||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-17T11:07:52.989Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:53.011Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:53.011Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:07:53.889Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:07:53.889Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:53.894Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:53.895Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:07:53.994Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:07:53.996Z||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-17T11:07:53.996Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:54.016Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:54.017Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:07:54.895Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:07:54.896Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:54.898Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:54.898Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-17T11:07:54.998Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:07:54.999Z||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-17T11:07:54.999Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:55.030Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:55.031Z||pool-76-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:07:55.899Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:07:55.900Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:55.902Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:55.902Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:07:56.002Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:07:56.003Z||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-17T11:07:56.004Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:56.050Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:56.050Z||pool-77-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:07:56.902Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:07:56.903Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:56.906Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:56.906Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:07:57.005Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:07:57.006Z||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-17T11:07:57.006Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:57.023Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:57.024Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:07:57.908Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "aa25275f-24d7-4d72-8101-ea7d2cc0b0d3", "serviceDescription": "service", "serviceInvariantUUID": "38a72bf3-6ea8-4678-8cf0-818ae75209f9", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a50f2c04-1862-44c5-8d96-84e9ea3f2aa0", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9ded74cc-0374-4d09-97bf-9f7f3ee2e3b9", "resourceInvariantUUID": "e5b2632b-a031-428f-b419-9bbb4fd01890", "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": "OWZmMWNmNjBlNDE0MjZjY2FkNzgxMzhmY2EzYzE2NzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e77d3e1-de03-47bc-9c6c-e2f028ae5757", "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": "ece61cbf-a993-403c-bb6b-512efb45524d", "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": "e6016ced-7d27-447b-9573-0ba354727e1e", "generatedFromUUID": "ece61cbf-a993-403c-bb6b-512efb45524d" }, "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": "e6016ced-7d27-447b-9573-0ba354727e1e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWNlNzc3MDU1NGU2MDk1NTJiMDc1OGYwYzY1ZTQ3ZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f72bbfd1-2777-448f-bd8d-82d6f6731d28" } ], "workloadContext": "Production" } 2021-11-17T11:07:57.908Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T11:07:57.908Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aa25275f-24d7-4d72-8101-ea7d2cc0b0d3 ASDC 2021-11-17T11:07:57.909Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0f86637c-a3a4-4829-817a-054c3ec714f3 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:aa25275f-24d7-4d72-8101-ea7d2cc0b0d3 ServiceInvariantUUID:38a72bf3-6ea8-4678-8cf0-818ae75209f9 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:f72bbfd1-2777-448f-bd8d-82d6f6731d28 ArtifactChecksum:OWNlNzc3MDU1NGU2MDk1NTJiMDc1OGYwYzY1ZTQ3ZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a50f2c04-1862-44c5-8d96-84e9ea3f2aa0 ResourceInvariantUUID:e5b2632b-a031-428f-b419-9bbb4fd01890 ResourceName:basic_vm ResourceType:VF ResourceUUID:9ded74cc-0374-4d09-97bf-9f7f3ee2e3b9 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:6e77d3e1-de03-47bc-9c6c-e2f028ae5757 ArtifactChecksum:OWZmMWNmNjBlNDE0MjZjY2FkNzgxMzhmY2EzYzE2NzQ= 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:ece61cbf-a993-403c-bb6b-512efb45524d 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:e6016ced-7d27-447b-9573-0ba354727e1e 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:e6016ced-7d27-447b-9573-0ba354727e1e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-17T11:07:57.909Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa25275f-24d7-4d72-8101-ea7d2cc0b0d3 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-17T11:07:57.944Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:07:57.945Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-17T11:07:57.945Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-17T11:07:57.945Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f72bbfd1-2777-448f-bd8d-82d6f6731d28 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-17T11:07:57.945Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:07:57.946Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-17T11:07:58.206Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:07:58.209Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f72bbfd1-2777-448f-bd8d-82d6f6731d28 71057 2021-11-17T11:07:58.210Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:07:58.210Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:07:58.210Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:07:58.210Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:07:58.212Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:07:58.213Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147278210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:07:58.313Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:07:58.314Z||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-17T11:07:58.314Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:07:58.338Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:07:58.338Z||pool-79-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:07:59.213Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:07:59.214Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-17T11:07:59.214Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f72bbfd1-2777-448f-bd8d-82d6f6731d28, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-17T11:07:59.215Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-17T11:07:59.215Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-17T11:07:59.215Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-17T11:07:59.390Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10141934420117442341/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-17T11:08:00.497Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T11:08:00.498Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-11-17T11:08:00.498Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-17T11:08:00.498Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-17T11:08:00.498Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.498Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.498Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-11-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:00.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:00.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-11-17T11:08:00.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:08:00.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:00.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:00.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-17T11:08:00.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:08:00.502Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-17T11:08:00.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=73e378a7-ed92-4a38-ac31-20e75458d348 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:00.505Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:00.505Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:00.505Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:aa25275f-24d7-4d72-8101-ea7d2cc0b0d3 Model Version:NULL Model InvariantUuid:38a72bf3-6ea8-4678-8cf0-818ae75209f9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d86b3b79-6433-4e3f-9a06-01f116148cd0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e5b2632b-a031-428f-b419-9bbb4fd01890 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a50f2c04-1862-44c5-8d96-84e9ea3f2aa0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9a9372d6-47fd-40a2-87b4-2baa61b1b39d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5cf766f8-e753-49e5-8a0d-2195afb789e3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:73e378a7-ed92-4a38-ac31-20e75458d348 ModelInvariantUuid:971be3ed-1f08-48fe-965d-63d41d6622a4 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:f60296b2-9d5e-440f-b163-e14d461c51a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dd06eb72-2058-4c24-a50b-62cf522483ff ModelInvariantUuid:e7d1a6e2-3f47-45a4-939a-579e154a284f ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:83be2a02-e8c5-4ed2-96c9-a6ec1fcc2a2e 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-17T11:08:00.510Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ded74cc-0374-4d09-97bf-9f7f3ee2e3b9 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-17T11:08:00.515Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||basic_vm 0 2021-11-17T11:08:00.515Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ded74cc-0374-4d09-97bf-9f7f3ee2e3b9 2021-11-17T11:08:00.515Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6e77d3e1-de03-47bc-9c6c-e2f028ae5757 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-17T11:08:00.515Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:08:00.515Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.683Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:08:00.684Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6e77d3e1-de03-47bc-9c6c-e2f028ae5757 787 2021-11-17T11:08:00.684Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.684Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:00.685Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:08:00.685Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:08:00.687Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:08:00.687Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147280684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:00.787Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:08:00.788Z||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-17T11:08:00.788Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:00.802Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:00.802Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:08:01.688Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9a9372d6-47fd-40a2-87b4-2baa61b1b39d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5cf766f8-e753-49e5-8a0d-2195afb789e3", "vfModuleModelCustomizationUUID": "8933b6a8-09e9-47a9-9df2-f2e08eb8362e", "isBase": true, "artifacts": [ "ece61cbf-a993-403c-bb6b-512efb45524d", "e6016ced-7d27-447b-9573-0ba354727e1e" ], "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-17T11:08:01.692Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5cf766f8-e753-49e5-8a0d-2195afb789e3 VfModuleModelInvariantUUID:9a9372d6-47fd-40a2-87b4-2baa61b1b39d VfModuleModelDescription:NULL Artifacts UUID List:{ ece61cbf-a993-403c-bb6b-512efb45524d , e6016ced-7d27-447b-9573-0ba354727e1e } 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-17T11:08:01.693Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9a9372d6-47fd-40a2-87b4-2baa61b1b39d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5cf766f8-e753-49e5-8a0d-2195afb789e3", "vfModuleModelCustomizationUUID": "8933b6a8-09e9-47a9-9df2-f2e08eb8362e", "isBase": true, "artifacts": [ "ece61cbf-a993-403c-bb6b-512efb45524d", "e6016ced-7d27-447b-9573-0ba354727e1e" ], "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-17T11:08:01.693Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5cf766f8-e753-49e5-8a0d-2195afb789e3 VfModuleModelInvariantUUID:9a9372d6-47fd-40a2-87b4-2baa61b1b39d VfModuleModelDescription:NULL Artifacts UUID List:{ ece61cbf-a993-403c-bb6b-512efb45524d , e6016ced-7d27-447b-9573-0ba354727e1e } 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-17T11:08:01.694Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ece61cbf-a993-403c-bb6b-512efb45524d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-17T11:08:01.694Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:08:01.694Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:01.992Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:08:01.992Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ece61cbf-a993-403c-bb6b-512efb45524d 5033 2021-11-17T11:08:01.993Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:01.993Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:01.993Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:08:01.993Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:08:01.994Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:08:01.995Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147281993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:02.095Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:08:02.095Z||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-17T11:08:02.096Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:02.108Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:02.108Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:08:02.995Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6016ced-7d27-447b-9573-0ba354727e1e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-17T11:08:02.996Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:08:02.996Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:03.111Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:08:03.112Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e6016ced-7d27-447b-9573-0ba354727e1e 903 2021-11-17T11:08:03.112Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:03.112Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:03.112Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:08:03.112Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:08:03.114Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:08:03.114Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147283112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:03.214Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:08:03.215Z||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-17T11:08:03.215Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:03.245Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:03.246Z||pool-82-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":4,"count":1} 2021-11-17T11:08:04.115Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: aa25275f-24d7-4d72-8101-ea7d2cc0b0d3 2021-11-17T11:08:04.116Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9ded74cc-0374-4d09-97bf-9f7f3ee2e3b9 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-17T11:08:04.126Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cdfba7a, org.onap.sdc.toscaparser.api.parameters.Input@2e3cad63, org.onap.sdc.toscaparser.api.parameters.Input@3c6e91e1, org.onap.sdc.toscaparser.api.parameters.Input@359183e1, org.onap.sdc.toscaparser.api.parameters.Input@64cce343] 2021-11-17T11:08:04.127Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.128Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.128Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-11-17T11:08:04.128Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a50f2c04-1862-44c5-8d96-84e9ea3f2aa0 2021-11-17T11:08:04.128Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a50f2c04-1862-44c5-8d96-84e9ea3f2aa0 matches Tosca VF Customization UUID: a50f2c04-1862-44c5-8d96-84e9ea3f2aa0 2021-11-17T11:08:04.129Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a50f2c04-1862-44c5-8d96-84e9ea3f2aa0 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-17T11:08:04.131Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.131Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.132Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a50f2c04-1862-44c5-8d96-84e9ea3f2aa0: {\"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-17T11:08:04.132Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ece691b 2021-11-17T11:08:04.132Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.133Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T11:08:04.133Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8933b6a8-09e9-47a9-9df2-f2e08eb8362e 2021-11-17T11:08:04.133Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8933b6a8-09e9-47a9-9df2-f2e08eb8362e 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-17T11:08:04.135Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.135Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:04.136Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:08:04.136Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.136Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:04.136Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:08:04.137Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.137Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-17T11:08:04.137Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-17T11:08:04.137Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-17T11:08:04.138Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=73e378a7-ed92-4a38-ac31-20e75458d348 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-17T11:08:04.140Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.140Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:04.140Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:08:04.141Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.141Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-17T11:08:04.141Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a50f2c04-1862-44c5-8d96-84e9ea3f2aa0 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-17T11:08:04.143Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.143Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.143Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid aa25275f-24d7-4d72-8101-ea7d2cc0b0d3: basic_vm 2021-11-17T11:08:04.144Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.144Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.144Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.144Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.145Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.145Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.145Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.145Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.145Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:08:04.145Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:08:04.146Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:04.221Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9ded74cc-0374-4d09-97bf-9f7f3ee2e3b9 1 ASDC deployResourceStructure 2021-11-17T11:08:04.221Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:04.221Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:04.221Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:08:04.221Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:08:04.223Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:08:04.223Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147284221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:08:04.323Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:08:04.324Z||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-17T11:08:04.325Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:04.336Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:04.336Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:08:05.224Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:05.224Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:05.225Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:08:05.225Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:08:05.226Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:08:05.226Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147285224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:08:05.326Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:08:05.327Z||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-17T11:08:05.327Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:05.339Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:05.339Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:08:06.227Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:06.227Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:06.227Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:08:06.228Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:08:06.230Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:08:06.230Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147286227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-17T11:08:06.331Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:08:06.332Z||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-17T11:08:06.332Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:06.343Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:06.343Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:08:07.231Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:07.231Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:08:07.231Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:08:07.232Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:08:07.234Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:08:07.234Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147287231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:07.334Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:08:07.335Z||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-17T11:08:07.335Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:07.355Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:07.355Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:08:08.235Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:08:08.245Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:08:08.246Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:08:08.247Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:08:08.247Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:08:38.247Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:08:38.255Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:08:38.257Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:08:38.258Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:08:38.258Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:08:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:08:43.809Z||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-17T11:08:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:08:43.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:08:44.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147264137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147268895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "ves-openapi-manager", "timestamp": 1637147267351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147268895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:08:44.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147264137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "ves-openapi-manager", "timestamp": 1637147267351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147268895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147264137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "dcae-sch", "timestamp": 1637147272243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "ves-openapi-manager", "timestamp": 1637147267351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147272607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147268895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "dcae-sch", "timestamp": 1637147272243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "ves-openapi-manager", "timestamp": 1637147267351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147264137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147272607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147273578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147268895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "dcae-sch", "timestamp": 1637147272243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "ves-openapi-manager", "timestamp": 1637147267351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147264137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147274247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147272607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147273578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "dcae-sch", "timestamp": 1637147272243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "ves-openapi-manager", "timestamp": 1637147267351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147268895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147274247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147264137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147272607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147273578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147263800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147264137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147268895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "dcae-sch", "timestamp": 1637147272243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "ves-openapi-manager", "timestamp": 1637147267351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147274247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147272607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147273578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "dcae-sch", "timestamp": 1637147272243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147274247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147278213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147278213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147278210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147272607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147273578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "dcae-sch", "timestamp": 1637147272243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147274247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "cds", "timestamp": 1637147279228, "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-17T11:08:44.048Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f86637c-a3a4-4829-817a-054c3ec714f3 2021-11-17T11:08:44.048Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f86637c-a3a4-4829-817a-054c3ec714f3 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-17T11:08:44.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147272607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147273578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147274247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147273578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147280489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147280505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147280684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147274247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147281483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147281509, "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-17T11:08:44.063Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f86637c-a3a4-4829-817a-054c3ec714f3 2021-11-17T11:08:44.063Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f86637c-a3a4-4829-817a-054c3ec714f3 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-17T11:08:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147281993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147282109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147282800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147283112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147283115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147284012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "policy-id", "timestamp": 1637147284118, "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-17T11:08:44.086Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f86637c-a3a4-4829-817a-054c3ec714f3 2021-11-17T11:08:44.087Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f86637c-a3a4-4829-817a-054c3ec714f3 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-17T11:08:44.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147284221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147285056, "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-17T11:08:44.099Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f86637c-a3a4-4829-817a-054c3ec714f3 2021-11-17T11:08:44.099Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f86637c-a3a4-4829-817a-054c3ec714f3 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-17T11:08:44.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147285224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "multicloud-k8s-id", "timestamp": 1637147286068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147286227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147287231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147289033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "aai-ml", "timestamp": 1637147290041, "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-17T11:08:44.112Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f86637c-a3a4-4829-817a-054c3ec714f3 2021-11-17T11:08:44.112Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f86637c-a3a4-4829-817a-054c3ec714f3 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-17T11:08:44.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147283894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147294257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-17T11:08:44.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "cds", "timestamp": 1637147295265, "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-17T11:08:44.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b11775d-df1a-4a9e-858a-84da4e8f14fa 2021-11-17T11:08:44.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b11775d-df1a-4a9e-858a-84da4e8f14fa 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-17T11:08:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "ves-openapi-manager", "timestamp": 1637147287354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147298855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147300864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "dcae-sch", "timestamp": 1637147292243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "clamp", "timestamp": 1637147301869, "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-17T11:08:44.152Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f86637c-a3a4-4829-817a-054c3ec714f3 2021-11-17T11:08:44.152Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f86637c-a3a4-4829-817a-054c3ec714f3 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-17T11:08:44.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147294137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147294245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147303490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147304106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147304109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147304707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147305113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:08:44.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "policy-id", "timestamp": 1637147306116, "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-17T11:08:44.169Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b11775d-df1a-4a9e-858a-84da4e8f14fa 2021-11-17T11:08:44.170Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b11775d-df1a-4a9e-858a-84da4e8f14fa 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-17T11:08:44.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147306237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147306273, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147307276, "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-17T11:08:44.182Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b11775d-df1a-4a9e-858a-84da4e8f14fa 2021-11-17T11:08:44.182Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b11775d-df1a-4a9e-858a-84da4e8f14fa 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-17T11:08:44.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147307440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147308520, "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-17T11:08:44.193Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b11775d-df1a-4a9e-858a-84da4e8f14fa 2021-11-17T11:08:44.193Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b11775d-df1a-4a9e-858a-84da4e8f14fa 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-17T11:08:44.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "multicloud-k8s-id", "timestamp": 1637147309528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147286617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147302606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147312538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147321081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147321857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "aai-ml", "timestamp": 1637147322087, "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-17T11:08:44.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b11775d-df1a-4a9e-858a-84da4e8f14fa 2021-11-17T11:08:44.206Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b11775d-df1a-4a9e-858a-84da4e8f14fa 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-17T11:08:44.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-17T11:08:44.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147322881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:08:44.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:09:08.258Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:09:08.272Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:09:08.275Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:09:08.275Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T11:09:08.275Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T11:09:08.275Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T11:09:08.275Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:09:08.276Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:09:08.276Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:09:08.276Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:09:08.276Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:09:08.276Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:09:08.277Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:09:08.282Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T11:09:38.283Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 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-17T11:09:38.297Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f86637c-a3a4-4829-817a-054c3ec714f3 and serviceModelVersionId: aa25275f-24d7-4d72-8101-ea7d2cc0b0d3 2021-11-17T11:09:38.297Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38a72bf3-6ea8-4678-8cf0-818ae75209f9 2021-11-17T11:09:38.299Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0 2021-11-17T11:09:38.316Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T11:09:38.373Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0|INFO|500||Invoke 2021-11-17T11:09:38.374Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0f86637c-a3a4-4829-817a-054c3ec714f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2424b353-c0db-4f33-a9d9-e8902cab79fc], X-ECOMP-RequestID=[0f86637c-a3a4-4829-817a-054c3ec714f3], X-TransactionId=[], X-ONAP-RequestID=[0f86637c-a3a4-4829-817a-054c3ec714f3], Content-Type=[application/merge-patch+json]} 2021-11-17T11:09:38.399Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T11:09:38.802Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?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/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211117-11:09:38:404-61828], vertex-id=[196728], Content-Length=[0], Date=[Wed, 17 Nov 2021 11:09:38 GMT], Content-Type=[application/json]} 2021-11-17T11:09:38.802Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-17T11:09:38.803Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a72bf3-6ea8-4678-8cf0-818ae75209f9/model-vers/model-ver/aa25275f-24d7-4d72-8101-ea7d2cc0b0d3?depth=0|INFO|500||InvokeReturn 2021-11-17T11:09:38.803Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T11:09:38.803Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:09:38.815Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||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-17T11:09:38.816Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f86637c-a3a4-4829-817a-054c3ec714f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T11:09:38.816Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T11:09:38.816Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:38.819Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:38.819Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147378816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:09:38.920Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-17T11:09:38.922Z||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-17T11:09:38.922Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:38.947Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:38.948Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-17T11:09:39.833Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:09:39.833Z|0f86637c-a3a4-4829-817a-054c3ec714f3|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-17T11:09:39.833Z|0f86637c-a3a4-4829-817a-054c3ec714f3|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:40.477Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:40.478Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-17T11:09:40.478Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b11775d-df1a-4a9e-858a-84da4e8f14fa","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"52db2225-c8f5-4cf6-9443-c88e2d122bb3","serviceDescription":"service","serviceInvariantUUID":"073bf1c9-6642-49de-a704-c6883aeb92e2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"945a123a-4efd-4820-8d52-1a6eb4a8e86e","resourceInvariantUUID":"e6345436-2b81-4e7a-aa27-dfb5592a21c6","resourceCustomizationUUID":"0e0543f0-e24c-4592-a47b-039b1e4e19fe","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":"Mzg5ZDExNWI5MjRhOWFkNThmMGU4ZDYwYzAwMzkyMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"909a35cb-25ec-470e-8d03-d160f2d0c1ac","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":"fe61fc08-8e02-4774-be8e-a5371befb3e1","artifactVersion":"2","generatedFromUUID":"14c84e40-94fd-4083-9c16-8871741e1325"},{"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":"14c84e40-94fd-4083-9c16-8871741e1325","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":"NTc3ZTM2YzZjNzhlMTVjNzNlMWM0MmM3OTJkMjdhOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"86652cc3-5dd9-4708-a829-e0ff7f69e69c","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":"550f55d0-c17d-4069-8996-24e479ef5aa1","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":"5803d506-b487-4359-9266-7f30ffe04852","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":"72cb88fe-a890-47ca-9ec6-ab182d992141","artifactVersion":"2","generatedFromUUID":"550f55d0-c17d-4069-8996-24e479ef5aa1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWVlYWY4OWMyZDg3YTA2MzNiZjU5ZTE5Y2ZiODM5NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35971860-84b0-4e21-b06a-566f76bdb1ec","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWRmNjAzYThjODMyYzkwNGIwZmM5Y2JjOTk3OWUyOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a19f1ae-1ce3-4c0c-9290-954ed2e28ba0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T11:09:40.481Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:40.481Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:40.483Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:40.483Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:09:40.583Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:40.584Z||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-17T11:09:40.584Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:40.601Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:40.601Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:09:41.484Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:41.484Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:41.499Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:41.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-17T11:09:41.587Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2021-11-17T11:09:41.588Z||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-17T11:09:41.588Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:41.602Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:41.602Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:42.500Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:42.501Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:42.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:42.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-17T11:09:42.603Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:42.604Z||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-17T11:09:42.604Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:42.620Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:42.620Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:43.503Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:43.504Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:43.506Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:43.506Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:09:43.606Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:43.607Z||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-17T11:09:43.608Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:43.625Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:43.625Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:09:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:09:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:43.838Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:43.838Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:09:43.838Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "clamp", "timestamp": 1637147323883, "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-17T11:09:43.844Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b11775d-df1a-4a9e-858a-84da4e8f14fa 2021-11-17T11:09:43.844Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b11775d-df1a-4a9e-858a-84da4e8f14fa 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-17T11:09:44.507Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:44.508Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:44.510Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:44.510Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-17T11:09:44.610Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:44.611Z||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-17T11:09:44.611Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:44.637Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:44.638Z||pool-92-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:45.510Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:45.511Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:45.514Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:45.514Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:09:45.614Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:45.627Z||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-17T11:09:45.628Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:45.641Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:45.641Z||pool-93-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:46.514Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:46.515Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:46.519Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:46.519Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-17T11:09:46.618Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-17T11:09:46.618Z||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-17T11:09:46.618Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:46.630Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:46.630Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:47.520Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:47.520Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:47.522Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:47.522Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:09:47.622Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:47.624Z||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-17T11:09:47.625Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:47.637Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:47.638Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:48.523Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:09:48.523Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:48.526Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:48.526Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:09:48.625Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:09:48.626Z||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-17T11:09:48.626Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:48.650Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:48.650Z||pool-96-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:09:49.527Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "52db2225-c8f5-4cf6-9443-c88e2d122bb3", "serviceDescription": "service", "serviceInvariantUUID": "073bf1c9-6642-49de-a704-c6883aeb92e2", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0e0543f0-e24c-4592-a47b-039b1e4e19fe", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "945a123a-4efd-4820-8d52-1a6eb4a8e86e", "resourceInvariantUUID": "e6345436-2b81-4e7a-aa27-dfb5592a21c6", "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": "fe61fc08-8e02-4774-be8e-a5371befb3e1", "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": "14c84e40-94fd-4083-9c16-8871741e1325", "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": "NTc3ZTM2YzZjNzhlMTVjNzNlMWM0MmM3OTJkMjdhOGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "86652cc3-5dd9-4708-a829-e0ff7f69e69c", "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": "550f55d0-c17d-4069-8996-24e479ef5aa1", "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": "72cb88fe-a890-47ca-9ec6-ab182d992141", "generatedFromUUID": "550f55d0-c17d-4069-8996-24e479ef5aa1" }, "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": "72cb88fe-a890-47ca-9ec6-ab182d992141", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWRmNjAzYThjODMyYzkwNGIwZmM5Y2JjOTk3OWUyOWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a19f1ae-1ce3-4c0c-9290-954ed2e28ba0" } ], "workloadContext": "Production" } 2021-11-17T11:09:49.528Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T11:09:49.528Z|0f86637c-a3a4-4829-817a-054c3ec714f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 52db2225-c8f5-4cf6-9443-c88e2d122bb3 ASDC 2021-11-17T11:09:49.529Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:7b11775d-df1a-4a9e-858a-84da4e8f14fa ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:52db2225-c8f5-4cf6-9443-c88e2d122bb3 ServiceInvariantUUID:073bf1c9-6642-49de-a704-c6883aeb92e2 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:2a19f1ae-1ce3-4c0c-9290-954ed2e28ba0 ArtifactChecksum:NWRmNjAzYThjODMyYzkwNGIwZmM5Y2JjOTk3OWUyOWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0e0543f0-e24c-4592-a47b-039b1e4e19fe ResourceInvariantUUID:e6345436-2b81-4e7a-aa27-dfb5592a21c6 ResourceName:basic_cnf ResourceType:VF ResourceUUID:945a123a-4efd-4820-8d52-1a6eb4a8e86e 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:fe61fc08-8e02-4774-be8e-a5371befb3e1 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:14c84e40-94fd-4083-9c16-8871741e1325 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:86652cc3-5dd9-4708-a829-e0ff7f69e69c ArtifactChecksum:NTc3ZTM2YzZjNzhlMTVjNzNlMWM0MmM3OTJkMjdhOGU= 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:550f55d0-c17d-4069-8996-24e479ef5aa1 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:72cb88fe-a890-47ca-9ec6-ab182d992141 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:72cb88fe-a890-47ca-9ec6-ab182d992141 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-17T11:09:49.529Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52db2225-c8f5-4cf6-9443-c88e2d122bb3 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-17T11:09:49.559Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:09:49.560Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-17T11:09:49.560Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-17T11:09:49.560Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2a19f1ae-1ce3-4c0c-9290-954ed2e28ba0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-17T11:09:49.560Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:09:49.560Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-17T11:09:49.742Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:09:49.745Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2a19f1ae-1ce3-4c0c-9290-954ed2e28ba0 68930 2021-11-17T11:09:49.746Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:49.746Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:49.746Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:09:49.746Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:49.748Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:49.748Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147389746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:09:49.848Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:49.849Z||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-17T11:09:49.849Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:49.861Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:49.862Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:50.748Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:09:50.749Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-17T11:09:50.749Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2a19f1ae-1ce3-4c0c-9290-954ed2e28ba0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-17T11:09:50.750Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-17T11:09:50.750Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-17T11:09:50.750Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-17T11:09:50.889Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1559867265053019965/Definitions/service-BasicCnf-template.yml 2021-11-17T11:09:51.959Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T11:09:51.960Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-11-17T11:09:51.960Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-17T11:09:51.960Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-17T11:09:51.960Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:51.960Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:51.961Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:51.961Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:51.961Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-11-17T11:09:51.961Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.961Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:51.962Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:51.962Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-11-17T11:09:51.962Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:09:51.962Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.962Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:51.963Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:51.963Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-11-17T11:09:51.963Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:09:51.963Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.963Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:51.964Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.964Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-17T11:09:51.964Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-17T11:09:51.964Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-17T11:09:51.964Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-17T11:09:51.965Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.965Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T11:09:51.965Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.965Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:51.966Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:09:51.966Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.966Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:51.966Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:09:51.966Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.967Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:51.967Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:09:51.967Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.967Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-17T11:09:51.967Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-17T11:09:51.968Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f9665bab-b98a-4a7e-8a04-0000c3df6e45 2021-11-17T11:09:51.968Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.968Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:51.968Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.968Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:51.969Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.969Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:51.969Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:51.969Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:51.969Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:52db2225-c8f5-4cf6-9443-c88e2d122bb3 Model Version:NULL Model InvariantUuid:073bf1c9-6642-49de-a704-c6883aeb92e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:fe3f5640-c57c-4a5c-8f2b-7f386e7ffb0f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e6345436-2b81-4e7a-aa27-dfb5592a21c6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0e0543f0-e24c-4592-a47b-039b1e4e19fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3f7c9c67-2562-439c-9b2d-7eacf8aa4389 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0e276b02-adcf-4997-9133-43381a531697 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f9665bab-b98a-4a7e-8a04-0000c3df6e45 ModelInvariantUuid:59fc2d17-d370-473d-b349-ec42bfc4428b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ea6f15d6-5c6b-484f-8e25-9386aae1686e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:bfa5d1eb-b43c-4878-91b3-257d11fb1d26 ModelInvariantUuid:d2cab637-0c4e-418e-9ce5-b9c946ca6f2c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:bcb1daf1-e596-41c0-8de7-fe1ad6a7590d 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-17T11:09:51.975Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 945a123a-4efd-4820-8d52-1a6eb4a8e86e 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-17T11:09:51.977Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||basic_cnf 0 2021-11-17T11:09:51.978Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 945a123a-4efd-4820-8d52-1a6eb4a8e86e 2021-11-17T11:09:51.978Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe61fc08-8e02-4774-be8e-a5371befb3e1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-17T11:09:51.978Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:09:51.979Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:52.232Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:09:52.232Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fe61fc08-8e02-4774-be8e-a5371befb3e1 12 2021-11-17T11:09:52.233Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:52.233Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:52.233Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:09:52.233Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:52.235Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:52.235Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147392233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:09:52.335Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:52.336Z||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-17T11:09:52.336Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:52.348Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:52.349Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:09:53.236Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14c84e40-94fd-4083-9c16-8871741e1325 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-17T11:09:53.236Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:09:53.236Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:53.400Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:09:53.400Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 14c84e40-94fd-4083-9c16-8871741e1325 2688 2021-11-17T11:09:53.401Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:53.401Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:53.401Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:09:53.402Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:53.403Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:53.404Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147393401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-17T11:09:53.504Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:53.504Z||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-17T11:09:53.504Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:53.515Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:53.515Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:09:54.405Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86652cc3-5dd9-4708-a829-e0ff7f69e69c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-17T11:09:54.405Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:09:54.406Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:54.481Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:09:54.481Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 86652cc3-5dd9-4708-a829-e0ff7f69e69c 828 2021-11-17T11:09:54.482Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:54.482Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:54.482Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:09:54.482Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:54.484Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:54.484Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147394481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:09:54.584Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:54.585Z||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-17T11:09:54.585Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:54.597Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:54.597Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:55.485Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3f7c9c67-2562-439c-9b2d-7eacf8aa4389", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e276b02-adcf-4997-9133-43381a531697", "vfModuleModelCustomizationUUID": "baed2abe-3389-462d-85e6-1297e522e662", "isBase": true, "artifacts": [ "550f55d0-c17d-4069-8996-24e479ef5aa1", "14c84e40-94fd-4083-9c16-8871741e1325", "72cb88fe-a890-47ca-9ec6-ab182d992141" ], "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-17T11:09:55.488Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0e276b02-adcf-4997-9133-43381a531697 VfModuleModelInvariantUUID:3f7c9c67-2562-439c-9b2d-7eacf8aa4389 VfModuleModelDescription:NULL Artifacts UUID List:{ 550f55d0-c17d-4069-8996-24e479ef5aa1 , 14c84e40-94fd-4083-9c16-8871741e1325 , 72cb88fe-a890-47ca-9ec6-ab182d992141 } 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-17T11:09:55.490Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3f7c9c67-2562-439c-9b2d-7eacf8aa4389", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e276b02-adcf-4997-9133-43381a531697", "vfModuleModelCustomizationUUID": "baed2abe-3389-462d-85e6-1297e522e662", "isBase": true, "artifacts": [ "550f55d0-c17d-4069-8996-24e479ef5aa1", "14c84e40-94fd-4083-9c16-8871741e1325", "72cb88fe-a890-47ca-9ec6-ab182d992141" ], "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-17T11:09:55.490Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0e276b02-adcf-4997-9133-43381a531697 VfModuleModelInvariantUUID:3f7c9c67-2562-439c-9b2d-7eacf8aa4389 VfModuleModelDescription:NULL Artifacts UUID List:{ 550f55d0-c17d-4069-8996-24e479ef5aa1 , 14c84e40-94fd-4083-9c16-8871741e1325 , 72cb88fe-a890-47ca-9ec6-ab182d992141 } 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-17T11:09:55.490Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 550f55d0-c17d-4069-8996-24e479ef5aa1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-17T11:09:55.490Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:09:55.490Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:55.599Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:09:55.599Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 550f55d0-c17d-4069-8996-24e479ef5aa1 1164 2021-11-17T11:09:55.599Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:55.599Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:55.600Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:09:55.600Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:55.601Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:55.601Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147395599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:09:55.701Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:55.702Z||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-17T11:09:55.702Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:55.712Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:55.712Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:56.602Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 72cb88fe-a890-47ca-9ec6-ab182d992141 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-17T11:09:56.602Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-17T11:09:56.603Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:56.799Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-17T11:09:56.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 72cb88fe-a890-47ca-9ec6-ab182d992141 200 2021-11-17T11:09:56.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:56.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:56.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:09:56.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:56.803Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:56.804Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147396800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:09:56.904Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:09:56.904Z||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-17T11:09:56.904Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:56.916Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:56.917Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:57.804Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 52db2225-c8f5-4cf6-9443-c88e2d122bb3 2021-11-17T11:09:57.805Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 945a123a-4efd-4820-8d52-1a6eb4a8e86e 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-17T11:09:57.820Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:57.824Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32a8563e, org.onap.sdc.toscaparser.api.parameters.Input@63154e40, org.onap.sdc.toscaparser.api.parameters.Input@66d0ebe5, org.onap.sdc.toscaparser.api.parameters.Input@6e76446a, org.onap.sdc.toscaparser.api.parameters.Input@1e9ff63c] 2021-11-17T11:09:57.825Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.825Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.826Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-11-17T11:09:57.826Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0e0543f0-e24c-4592-a47b-039b1e4e19fe 2021-11-17T11:09:57.826Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e0543f0-e24c-4592-a47b-039b1e4e19fe matches Tosca VF Customization UUID: 0e0543f0-e24c-4592-a47b-039b1e4e19fe 2021-11-17T11:09:57.826Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0e0543f0-e24c-4592-a47b-039b1e4e19fe 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-17T11:09:57.829Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.829Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.830Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0e0543f0-e24c-4592-a47b-039b1e4e19fe: {\"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-17T11:09:57.830Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a56cd84 2021-11-17T11:09:57.830Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.830Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T11:09:57.831Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : baed2abe-3389-462d-85e6-1297e522e662 2021-11-17T11:09:57.831Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID baed2abe-3389-462d-85e6-1297e522e662 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-17T11:09:57.833Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.833Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:57.834Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:09:57.834Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.834Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:57.835Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:09:57.835Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.835Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-17T11:09:57.835Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-17T11:09:57.836Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f9665bab-b98a-4a7e-8a04-0000c3df6e45 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-17T11:09:57.838Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.838Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:57.838Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:09:57.838Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.838Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-17T11:09:57.839Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0e0543f0-e24c-4592-a47b-039b1e4e19fe 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-17T11:09:57.840Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.840Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.841Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 52db2225-c8f5-4cf6-9443-c88e2d122bb3: basic_cnf 2021-11-17T11:09:57.841Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.841Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.841Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.842Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.842Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.842Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.842Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.842Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.843Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:09:57.843Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:09:57.843Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:57.905Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 945a123a-4efd-4820-8d52-1a6eb4a8e86e 1 ASDC deployResourceStructure 2021-11-17T11:09:57.906Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:57.906Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:57.907Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-17T11:09:57.907Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:57.909Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:57.909Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147397906, "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-17T11:09:58.009Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:58.010Z||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-17T11:09:58.010Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:58.023Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:58.023Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:58.909Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:58.910Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:58.910Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-17T11:09:58.911Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:58.912Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:58.912Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147398909, "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-17T11:09:59.012Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:09:59.013Z||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-17T11:09:59.013Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:09:59.030Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:09:59.030Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:09:59.913Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:59.914Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:09:59.914Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:09:59.914Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:09:59.916Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:09:59.916Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147399913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:10:00.016Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:10:00.017Z||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-17T11:10:00.017Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:00.030Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:10:00.031Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:10:00.917Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:00.917Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:00.918Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:10:00.918Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:10:00.920Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:10:00.920Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147400917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:10:01.021Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:10:01.022Z||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-17T11:10:01.022Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:01.037Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:10:01.037Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:10:01.922Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:01.922Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:01.922Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:10:01.923Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:10:01.924Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:10:01.924Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147401922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-17T11:10:02.024Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:10:02.025Z||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-17T11:10:02.026Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:02.040Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:10:02.040Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:10:02.925Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:02.925Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:02.925Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:10:02.926Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:10:02.927Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:10:02.927Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147402925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:10:03.027Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:10:03.028Z||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-17T11:10:03.028Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:03.042Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:10:03.042Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:10:03.930Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b11775d-df1a-4a9e-858a-84da4e8f14fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:10:03.942Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b11775d-df1a-4a9e-858a-84da4e8f14fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:10:03.944Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:10:03.944Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T11:10:03.944Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T11:10:03.944Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T11:10:03.944Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:10:03.944Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:10:03.944Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:10:03.945Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:10:03.945Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:10:03.945Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:10:03.945Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:03.952Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T11:10:33.953Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b11775d-df1a-4a9e-858a-84da4e8f14fa 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-17T11:10:33.959Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b11775d-df1a-4a9e-858a-84da4e8f14fa and serviceModelVersionId: 52db2225-c8f5-4cf6-9443-c88e2d122bb3 2021-11-17T11:10:33.960Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 073bf1c9-6642-49de-a704-c6883aeb92e2 2021-11-17T11:10:33.961Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/073bf1c9-6642-49de-a704-c6883aeb92e2/model-vers/model-ver/52db2225-c8f5-4cf6-9443-c88e2d122bb3?depth=0 2021-11-17T11:10:33.966Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T11:10:34.030Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/073bf1c9-6642-49de-a704-c6883aeb92e2/model-vers/model-ver/52db2225-c8f5-4cf6-9443-c88e2d122bb3?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-17T11:10:34.031Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/073bf1c9-6642-49de-a704-c6883aeb92e2/model-vers/model-ver/52db2225-c8f5-4cf6-9443-c88e2d122bb3?depth=0|INFO|500||Invoke 2021-11-17T11:10:34.055Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/073bf1c9-6642-49de-a704-c6883aeb92e2/model-vers/model-ver/52db2225-c8f5-4cf6-9443-c88e2d122bb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T11:10:34.283Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/073bf1c9-6642-49de-a704-c6883aeb92e2/model-vers/model-ver/52db2225-c8f5-4cf6-9443-c88e2d122bb3?depth=0|INFO|500||InvokeReturn 2021-11-17T11:10:34.283Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/073bf1c9-6642-49de-a704-c6883aeb92e2/model-vers/model-ver/52db2225-c8f5-4cf6-9443-c88e2d122bb3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211117-11:10:34:060-26845], vertex-id=[262256], Content-Length=[0], Date=[Wed, 17 Nov 2021 11:10:34 GMT], Content-Type=[application/json]} 2021-11-17T11:10:34.284Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-11-17T11:10:34.284Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T11:10:34.285Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:34.288Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||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-17T11:10:34.289Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b11775d-df1a-4a9e-858a-84da4e8f14fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T11:10:34.289Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T11:10:34.289Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:10:34.291Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:10:34.291Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147434289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:10:34.391Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:10:34.392Z||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-17T11:10:34.392Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:34.406Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:10:34.407Z||pool-109-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-17T11:10:35.303Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:10:35.304Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:10:35.304Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:10:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:10:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:43.838Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:10:43.839Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:10:43.839Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f86637c-a3a4-4829-817a-054c3ec714f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147378816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:10:43.841Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:10:43.841Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:10:43.841Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:10:43.841Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:10:43.841Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:10:43.842Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-17T11:10:43.842Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:10:43.842Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:10:43.842Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-17T11:10:43.843Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:10:43.843Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:10:43.843Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:10:43.843Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:10:44.868Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:10:44.869Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:10:44.869Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:10:44.869Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:10:54.410Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:11:43.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:11:43.803Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:11:43.803Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:11:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:11:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:11:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:11:44.335Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:11:44.336Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.337Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-17T11:11:44.339Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:11:44.339Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.342Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:11:44.342Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:11:44.342Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.343Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-17T11:11:44.343Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:11:44.343Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.343Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:11:44.343Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:11:44.344Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.344Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147379832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:11:44.344Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-17T11:11:44.344Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.344Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147389746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:11:44.344Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.344Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.345Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147392233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:11:44.345Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.345Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.345Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147393401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-17T11:11:44.345Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.345Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.346Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147394481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:11:44.346Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.346Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.346Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147395599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:11:44.346Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.346Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.346Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147396800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:11:44.347Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.348Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.348Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147397906, "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-17T11:11:44.348Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.348Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.348Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147398909, "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-17T11:11:44.348Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.349Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.349Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147399913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:11:44.349Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.349Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.349Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147400917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:11:44.349Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.349Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.350Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147401922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-17T11:11:44.350Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.350Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.350Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147402925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:11:44.350Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:44.350Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-17T11:11:44.350Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b11775d-df1a-4a9e-858a-84da4e8f14fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147434289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:11:44.351Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:11:53.357Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:43.800Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:12:43.804Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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-17T11:12:43.804Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:12:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:12:43.810Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:43.940Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:43.941Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.942Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-17T11:12:43.943Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.943Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.943Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.943Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.944Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.945Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.946Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.947Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.948Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.949Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.950Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.951Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.952Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147552243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.953Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "ves-openapi-manager", "timestamp": 1637147547351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147553573, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.954Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147553894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147554244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147562504, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.955Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147562806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147563099, "artifactURL": "/sdc/v1/catalog/services/9de6406c-72f5-4438-bf33-6f4c48ae5a89/resourceInstances/basicclamp0/artifacts/ef4b0e16-6373-4665-ad48-43aa8f5cb991", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147563097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:12:43.956Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147563693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:43.957Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:12:44.436Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:44.436Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T11:12:44.437Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"39cca505-3356-4ab0-9092-e81e91e9baf4","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9de6406c-72f5-4438-bf33-6f4c48ae5a89","serviceDescription":"service","serviceInvariantUUID":"c6a74f64-b98b-4bc2-abb2-79e06f61ff4f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3981ec16-e9f9-4ff4-bd62-270452c90d10","resourceInvariantUUID":"ade7ef80-7758-4abc-b755-2388ca63bacf","resourceCustomizationUUID":"79e5eaac-759f-4f09-baba-fea8f613d333","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":"ef4b0e16-6373-4665-ad48-43aa8f5cb991","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":"ODI4MjU3ZTJjYTMwZmVmMTk1YTk5ZDEyOGQ3MWQ4ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7c42635-5429-4ee9-9017-dc9a21e1b119","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":"NWZhMjY1ZjM5MmQzZmUxY2UzZWFlZDk2ZTliNDEyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0a80b0f-0fa1-4dd4-a83f-f6f7d54cc1f3","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":"f224ba56-cf79-400c-9024-18fc202d64fb","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":"8397e018-4cd4-4900-a19b-12be553293ad","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":"82119255-9903-4723-8620-01e136a677b8","artifactVersion":"2","generatedFromUUID":"f224ba56-cf79-400c-9024-18fc202d64fb"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"N2JjNWQxZDU0MGExYTc1ZjU3MzljZGM2YmUxNmNlNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"856d5f04-1bbb-482c-88d4-fc7bace61f35","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"M2Y5MTFlZDJhMDlmN2IxMjU3NDIzNDM2YjBjOTFjNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2e825d51-a516-4489-aefe-ee1c1f26c68c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T11:12:44.439Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:44.439Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:44.443Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:44.443Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:44.543Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:44.544Z||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-17T11:12:44.544Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:44.559Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:44.560Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:45.444Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:45.445Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:45.447Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:45.447Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:45.547Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:45.548Z||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-17T11:12:45.548Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:45.560Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:45.560Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:46.447Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:46.448Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:46.451Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:46.451Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:12:46.551Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:46.552Z||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-17T11:12:46.552Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:46.562Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:46.563Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:47.452Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:47.452Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:47.454Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:47.455Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T11:12:47.555Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:12:47.555Z||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-17T11:12:47.555Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:47.566Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:47.567Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:48.456Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:48.457Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:48.458Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:48.458Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:48.558Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:48.559Z||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-17T11:12:48.560Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:48.574Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:48.575Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:49.459Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:49.459Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:49.461Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:49.461Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-17T11:12:49.561Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:12:49.562Z||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-17T11:12:49.562Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:49.575Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:49.575Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:50.462Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:50.463Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:50.464Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:50.464Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:12:50.564Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:50.565Z||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-17T11:12:50.565Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:50.578Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:50.578Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:12:51.465Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:12:51.466Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:51.468Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:51.468Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:12:51.568Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:51.569Z||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-17T11:12:51.569Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:51.582Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:51.582Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:12:52.469Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "9de6406c-72f5-4438-bf33-6f4c48ae5a89", "serviceDescription": "service", "serviceInvariantUUID": "c6a74f64-b98b-4bc2-abb2-79e06f61ff4f", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "79e5eaac-759f-4f09-baba-fea8f613d333", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3981ec16-e9f9-4ff4-bd62-270452c90d10", "resourceInvariantUUID": "ade7ef80-7758-4abc-b755-2388ca63bacf", "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": "NWZhMjY1ZjM5MmQzZmUxY2UzZWFlZDk2ZTliNDEyOTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0a80b0f-0fa1-4dd4-a83f-f6f7d54cc1f3", "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": "f224ba56-cf79-400c-9024-18fc202d64fb", "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": "82119255-9903-4723-8620-01e136a677b8", "generatedFromUUID": "f224ba56-cf79-400c-9024-18fc202d64fb" }, "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": "82119255-9903-4723-8620-01e136a677b8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "M2Y5MTFlZDJhMDlmN2IxMjU3NDIzNDM2YjBjOTFjNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e825d51-a516-4489-aefe-ee1c1f26c68c" } ], "workloadContext": "Production" } 2021-11-17T11:12:52.470Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T11:12:52.470Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9de6406c-72f5-4438-bf33-6f4c48ae5a89 ASDC 2021-11-17T11:12:52.471Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:39cca505-3356-4ab0-9092-e81e91e9baf4 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:9de6406c-72f5-4438-bf33-6f4c48ae5a89 ServiceInvariantUUID:c6a74f64-b98b-4bc2-abb2-79e06f61ff4f 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:2e825d51-a516-4489-aefe-ee1c1f26c68c ArtifactChecksum:M2Y5MTFlZDJhMDlmN2IxMjU3NDIzNDM2YjBjOTFjNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:79e5eaac-759f-4f09-baba-fea8f613d333 ResourceInvariantUUID:ade7ef80-7758-4abc-b755-2388ca63bacf ResourceName:basicclamp ResourceType:VF ResourceUUID:3981ec16-e9f9-4ff4-bd62-270452c90d10 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:c0a80b0f-0fa1-4dd4-a83f-f6f7d54cc1f3 ArtifactChecksum:NWZhMjY1ZjM5MmQzZmUxY2UzZWFlZDk2ZTliNDEyOTY= 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:f224ba56-cf79-400c-9024-18fc202d64fb 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:82119255-9903-4723-8620-01e136a677b8 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:82119255-9903-4723-8620-01e136a677b8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-17T11:12:52.472Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9de6406c-72f5-4438-bf33-6f4c48ae5a89 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-17T11:12:52.527Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:12:52.528Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:12:52.529Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:12:52.529Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2e825d51-a516-4489-aefe-ee1c1f26c68c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-17T11:12:52.529Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T11:12:52.530Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-17T11:12:52.666Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T11:12:52.669Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2e825d51-a516-4489-aefe-ee1c1f26c68c 73652 2021-11-17T11:12:52.669Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:52.670Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:52.670Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:12:52.670Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:52.672Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:52.673Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147572669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:52.772Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:12:52.773Z||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-17T11:12:52.773Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:52.785Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:52.785Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:53.673Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:12:53.674Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:12:53.675Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2e825d51-a516-4489-aefe-ee1c1f26c68c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:53.675Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-17T11:12:53.676Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:53.676Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:53.857Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3963711063653468003/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-17T11:12:54.866Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T11:12:54.866Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T11:12:54.866Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:54.866Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-17T11:12:54.867Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:54.867Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:54.867Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:54.867Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:54.867Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:54.867Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:54.868Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:54.868Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:54.868Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-17T11:12:54.868Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T11:12:54.868Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.868Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:54.869Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:54.869Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T11:12:54.869Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:12:54.869Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.869Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:54.870Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:54.870Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T11:12:54.870Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:12:54.870Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.870Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:54.870Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.870Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-17T11:12:54.871Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-17T11:12:54.871Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-17T11:12:54.871Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-17T11:12:54.871Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-17T11:12:54.871Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-17T11:12:54.871Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.872Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T11:12:54.872Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.872Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:54.872Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:12:54.872Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.872Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:54.873Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:12:54.873Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.873Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:54.873Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:12:54.873Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.873Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-17T11:12:54.873Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-17T11:12:54.874Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-17T11:12:54.874Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=631088aa-491f-4b5a-8795-c94fda66e6f4 2021-11-17T11:12:54.874Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.874Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:54.874Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.874Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:54.874Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.875Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:54.875Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:54.875Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:54.875Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:9de6406c-72f5-4438-bf33-6f4c48ae5a89 Model Version:NULL Model InvariantUuid:c6a74f64-b98b-4bc2-abb2-79e06f61ff4f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:a9bf6d1b-45ad-408b-a680-834ef26ed25f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ade7ef80-7758-4abc-b755-2388ca63bacf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:79e5eaac-759f-4f09-baba-fea8f613d333 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1fe91225-c4d5-42f8-b49d-25ef98dc5b99 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:767335c3-ac44-481c-9c08-65b7460d32c5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:631088aa-491f-4b5a-8795-c94fda66e6f4 ModelInvariantUuid:dc55866b-c47a-428a-905b-d6f9a88ca906 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:4ce970a8-7557-4b1d-940f-c94c41994172 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:927277a5-6fc4-451a-b288-4ba5a5f39638 ModelInvariantUuid:452056e2-8ada-44af-9f44-5df353a4e515 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:b7ff5da3-85cd-4fcd-b0ed-f8bf39ed0bec 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-17T11:12:54.880Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3981ec16-e9f9-4ff4-bd62-270452c90d10 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-17T11:12:54.883Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||basicclamp 0 2021-11-17T11:12:54.884Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3981ec16-e9f9-4ff4-bd62-270452c90d10 2021-11-17T11:12:54.884Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c0a80b0f-0fa1-4dd4-a83f-f6f7d54cc1f3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-17T11:12:54.884Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T11:12:54.884Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:54.939Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T11:12:54.939Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c0a80b0f-0fa1-4dd4-a83f-f6f7d54cc1f3 790 2021-11-17T11:12:54.939Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:54.939Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:54.940Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:12:54.940Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:54.942Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:54.942Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147574939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:55.042Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:55.043Z||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-17T11:12:55.043Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:55.054Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:55.054Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:55.943Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fe91225-c4d5-42f8-b49d-25ef98dc5b99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "767335c3-ac44-481c-9c08-65b7460d32c5", "vfModuleModelCustomizationUUID": "cd28791a-8193-40ea-9080-1bc54920bdbf", "isBase": true, "artifacts": [ "f224ba56-cf79-400c-9024-18fc202d64fb", "82119255-9903-4723-8620-01e136a677b8" ], "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-17T11:12:55.949Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:767335c3-ac44-481c-9c08-65b7460d32c5 VfModuleModelInvariantUUID:1fe91225-c4d5-42f8-b49d-25ef98dc5b99 VfModuleModelDescription:NULL Artifacts UUID List:{ f224ba56-cf79-400c-9024-18fc202d64fb , 82119255-9903-4723-8620-01e136a677b8 } 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-17T11:12:55.952Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fe91225-c4d5-42f8-b49d-25ef98dc5b99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "767335c3-ac44-481c-9c08-65b7460d32c5", "vfModuleModelCustomizationUUID": "cd28791a-8193-40ea-9080-1bc54920bdbf", "isBase": true, "artifacts": [ "f224ba56-cf79-400c-9024-18fc202d64fb", "82119255-9903-4723-8620-01e136a677b8" ], "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-17T11:12:55.953Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:767335c3-ac44-481c-9c08-65b7460d32c5 VfModuleModelInvariantUUID:1fe91225-c4d5-42f8-b49d-25ef98dc5b99 VfModuleModelDescription:NULL Artifacts UUID List:{ f224ba56-cf79-400c-9024-18fc202d64fb , 82119255-9903-4723-8620-01e136a677b8 } 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-17T11:12:55.953Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f224ba56-cf79-400c-9024-18fc202d64fb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-17T11:12:55.953Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T11:12:55.953Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:56.108Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T11:12:56.108Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f224ba56-cf79-400c-9024-18fc202d64fb 5033 2021-11-17T11:12:56.109Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:56.109Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:56.109Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:12:56.109Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:56.110Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:56.111Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147576108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:56.211Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:56.211Z||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-17T11:12:56.211Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:56.236Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:56.236Z||pool-120-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:57.111Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 82119255-9903-4723-8620-01e136a677b8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-17T11:12:57.111Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T11:12:57.111Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:57.210Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T11:12:57.211Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 82119255-9903-4723-8620-01e136a677b8 909 2021-11-17T11:12:57.211Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:57.211Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:57.211Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:12:57.211Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:57.213Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:57.214Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147577211, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:12:57.314Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:57.314Z||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-17T11:12:57.315Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:57.330Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:57.330Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:12:58.214Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9de6406c-72f5-4438-bf33-6f4c48ae5a89 2021-11-17T11:12:58.214Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3981ec16-e9f9-4ff4-bd62-270452c90d10 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-17T11:12:58.228Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10b3aac9, org.onap.sdc.toscaparser.api.parameters.Input@1b16b9c, org.onap.sdc.toscaparser.api.parameters.Input@513a8411, org.onap.sdc.toscaparser.api.parameters.Input@1328a2f1, org.onap.sdc.toscaparser.api.parameters.Input@1e40a7bf] 2021-11-17T11:12:58.229Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.230Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.230Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-11-17T11:12:58.230Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 79e5eaac-759f-4f09-baba-fea8f613d333 2021-11-17T11:12:58.230Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79e5eaac-759f-4f09-baba-fea8f613d333 matches Tosca VF Customization UUID: 79e5eaac-759f-4f09-baba-fea8f613d333 2021-11-17T11:12:58.230Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 79e5eaac-759f-4f09-baba-fea8f613d333 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-17T11:12:58.232Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.232Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.233Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 79e5eaac-759f-4f09-baba-fea8f613d333: {\"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-17T11:12:58.234Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47d1d105 2021-11-17T11:12:58.234Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.234Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-17T11:12:58.234Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd28791a-8193-40ea-9080-1bc54920bdbf 2021-11-17T11:12:58.235Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd28791a-8193-40ea-9080-1bc54920bdbf 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-17T11:12:58.236Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.237Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:58.237Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:12:58.237Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.237Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:58.237Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:12:58.238Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.238Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-17T11:12:58.238Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-17T11:12:58.238Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-17T11:12:58.238Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=631088aa-491f-4b5a-8795-c94fda66e6f4 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-17T11:12:58.240Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.241Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:58.241Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-17T11:12:58.241Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.241Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-17T11:12:58.241Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=79e5eaac-759f-4f09-baba-fea8f613d333 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-17T11:12:58.243Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.243Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.243Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9de6406c-72f5-4438-bf33-6f4c48ae5a89: basicclamp 2021-11-17T11:12:58.243Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.244Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.244Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.244Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.244Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.244Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.244Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.245Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.245Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:12:58.245Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:12:58.245Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:58.312Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 3981ec16-e9f9-4ff4-bd62-270452c90d10 1 ASDC deployResourceStructure 2021-11-17T11:12:58.313Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:58.313Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:58.313Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:12:58.313Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:58.315Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:58.315Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147578312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:12:58.415Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:58.416Z||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-17T11:12:58.416Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:58.428Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:58.428Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:12:59.316Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:59.316Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:12:59.317Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:12:59.317Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:12:59.319Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:12:59.319Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147579316, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:12:59.420Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:12:59.420Z||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-17T11:12:59.420Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:12:59.438Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:12:59.439Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:13:00.321Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:13:00.321Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:13:00.322Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:13:00.322Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:13:00.324Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:13:00.325Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147580321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-17T11:13:00.424Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:13:00.425Z||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-17T11:13:00.425Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:13:00.436Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:13:00.437Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:13:01.326Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:13:01.326Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:13:01.326Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:13:01.327Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:13:01.328Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:13:01.329Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147581325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:13:01.429Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:13:01.429Z||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-17T11:13:01.429Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:13:01.443Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:13:01.443Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:13:02.329Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:13:02.337Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:13:02.339Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:13:02.340Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:13:02.340Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:13:32.340Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:13:32.348Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:13:32.350Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:13:32.350Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:13:32.351Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:13:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:13:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:13:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:13:43.829Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:13:43.829Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:13:43.830Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "cds", "timestamp": 1637147563813, "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-17T11:13:43.836Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39cca505-3356-4ab0-9092-e81e91e9baf4 2021-11-17T11:13:43.836Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:14:02.351Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:14:02.359Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:14:02.363Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:14:02.363Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:14:02.363Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:14:32.364Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:14:32.384Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:14:32.386Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:14:32.386Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:14:32.387Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:14:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:14:43.812Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:14:43.812Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:14:43.852Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:14:43.853Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:14:43.853Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147564115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:14:43.854Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:02.387Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:15:02.397Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:15:02.400Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:15:02.400Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:15:02.400Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:15:32.400Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:15:32.409Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:15:32.411Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:15:32.411Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:15:32.412Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:15:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:15:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:15:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:15:44.346Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:15:44.347Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.347Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147556617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:15:44.348Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.348Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.349Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147564366, "artifactURL": "/sdc/v1/catalog/services/9de6406c-72f5-4438-bf33-6f4c48ae5a89/resourceInstances/basicclamp0/artifacts/ef4b0e16-6373-4665-ad48-43aa8f5cb991", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.349Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.349Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.350Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.350Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.350Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.350Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.351Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.351Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.351Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147564883, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.352Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.352Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.352Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "policy-id", "timestamp": 1637147565118, "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-17T11:15:44.358Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39cca505-3356-4ab0-9092-e81e91e9baf4 2021-11-17T11:15:44.359Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:15:44.373Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.373Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "dcae-sch", "timestamp": 1637147565370, "artifactURL": "/sdc/v1/catalog/services/9de6406c-72f5-4438-bf33-6f4c48ae5a89/resourceInstances/basicclamp0/artifacts/ef4b0e16-6373-4665-ad48-43aa8f5cb991", "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-17T11:15:44.377Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 39cca505-3356-4ab0-9092-e81e91e9baf4 2021-11-17T11:15:44.378Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:15:44.386Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.387Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.387Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.387Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.387Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.388Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.388Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.388Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147565911, "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-17T11:15:44.393Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39cca505-3356-4ab0-9092-e81e91e9baf4 2021-11-17T11:15:44.393Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:15:44.400Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.400Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-17T11:15:44.400Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.401Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.401Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.401Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.402Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.402Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "multicloud-k8s-id", "timestamp": 1637147566915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.402Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.402Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.403Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-17T11:15:44.403Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.403Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.403Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.404Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.404Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.404Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.404Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.405Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.405Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.405Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.405Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.406Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-17T11:15:44.406Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.406Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.406Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.407Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.407Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.407Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.407Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.408Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.408Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.408Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.408Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.408Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147563800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:15:44.409Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.409Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.409Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147564137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:15:44.409Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.409Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.410Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147572669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.410Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.410Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.410Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147572967, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.411Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.411Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.411Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.412Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.412Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.412Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.412Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.413Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.413Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147574911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.413Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.413Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.414Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147574939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.414Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.414Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.414Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147575228, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.415Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.415Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.415Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.416Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.416Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.416Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147575915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.416Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.417Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.417Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147576108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.417Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.417Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.418Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147576231, "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-17T11:15:44.423Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39cca505-3356-4ab0-9092-e81e91e9baf4 2021-11-17T11:15:44.424Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:15:44.432Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.432Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.432Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.433Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.433Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147577181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.433Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.433Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.433Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147577211, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.433Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.434Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.434Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.434Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.434Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.434Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147578185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.434Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.435Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.435Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.435Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.435Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.435Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147578312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.435Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.436Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.436Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "clamp", "timestamp": 1637147579190, "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-17T11:15:44.443Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39cca505-3356-4ab0-9092-e81e91e9baf4 2021-11-17T11:15:44.443Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:15:44.453Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.453Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:15:44.453Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.454Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.454Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147579316, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.454Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.455Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.455Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147572607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:15:44.455Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-17T11:15:44.455Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.456Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147580321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.456Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.456Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.457Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147581325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.457Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.457Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.458Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147581416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:15:44.458Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.458Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.459Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147590235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:15:44.459Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:15:44.459Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-17T11:15:44.460Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "aai-ml", "timestamp": 1637147591238, "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-17T11:15:44.465Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39cca505-3356-4ab0-9092-e81e91e9baf4 2021-11-17T11:15:44.465Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:16:02.412Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:16:02.423Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:16:02.425Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:16:02.425Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T11:16:02.425Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T11:16:02.426Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T11:16:02.426Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:16:02.426Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:16:02.427Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:16:02.428Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:16:02.428Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:16:02.428Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:16:02.428Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:16:02.428Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:16:02.433Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T11:16:32.434Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 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-17T11:16:32.450Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39cca505-3356-4ab0-9092-e81e91e9baf4 and serviceModelVersionId: 9de6406c-72f5-4438-bf33-6f4c48ae5a89 2021-11-17T11:16:32.450Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6a74f64-b98b-4bc2-abb2-79e06f61ff4f 2021-11-17T11:16:32.452Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6a74f64-b98b-4bc2-abb2-79e06f61ff4f/model-vers/model-ver/9de6406c-72f5-4438-bf33-6f4c48ae5a89?depth=0 2021-11-17T11:16:32.463Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T11:16:32.531Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a74f64-b98b-4bc2-abb2-79e06f61ff4f/model-vers/model-ver/9de6406c-72f5-4438-bf33-6f4c48ae5a89?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-17T11:16:32.533Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a74f64-b98b-4bc2-abb2-79e06f61ff4f/model-vers/model-ver/9de6406c-72f5-4438-bf33-6f4c48ae5a89?depth=0|INFO|500||Invoke 2021-11-17T11:16:32.570Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a74f64-b98b-4bc2-abb2-79e06f61ff4f/model-vers/model-ver/9de6406c-72f5-4438-bf33-6f4c48ae5a89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T11:16:32.949Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a74f64-b98b-4bc2-abb2-79e06f61ff4f/model-vers/model-ver/9de6406c-72f5-4438-bf33-6f4c48ae5a89?depth=0|INFO|500||InvokeReturn 2021-11-17T11:16:32.950Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a74f64-b98b-4bc2-abb2-79e06f61ff4f/model-vers/model-ver/9de6406c-72f5-4438-bf33-6f4c48ae5a89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-11:16:32:576-47493], vertex-id=[245952], Content-Length=[0], Date=[Wed, 17 Nov 2021 11:16:32 GMT], Content-Type=[application/json]} 2021-11-17T11:16:32.950Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-11-17T11:16:32.950Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T11:16:32.951Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:16:32.955Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||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-17T11:16:32.956Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39cca505-3356-4ab0-9092-e81e91e9baf4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T11:16:32.956Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T11:16:32.957Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:16:32.960Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:16:32.960Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147792956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:16:33.060Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:16:33.062Z||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-17T11:16:33.062Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:16:33.077Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:16:33.077Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-17T11:16:33.975Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:16:33.976Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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-17T11:16:33.976Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:16:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:16:43.809Z||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-17T11:16:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:16:44.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:16:44.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:16:44.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "39cca505-3356-4ab0-9092-e81e91e9baf4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147792956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:16:44.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:16:44.552Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:16:44.552Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:16:44.553Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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-17T11:16:44.553Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:16:54.107Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:16:54.108Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:16:54.108Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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-17T11:16:54.108Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:03.666Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:03.667Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:17:03.667Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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-17T11:17:03.667Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:13.217Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:43.800Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:17:43.800Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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-17T11:17:43.800Z|39cca505-3356-4ab0-9092-e81e91e9baf4|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:17:43.809Z||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-17T11:17:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:44.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:44.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.436Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:44.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.437Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.437Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f87067c-b647-4bb9-9b83-06ff9440ac43","serviceName":"Demo_pNF_wcxXV2NWUFjWjhV6uQa1","serviceVersion":"1.0","serviceUUID":"02ca8967-cae6-4dba-83e6-362ff9dfe86e","serviceDescription":"catalog service description","serviceInvariantUUID":"9d6dbab2-c3c8-4493-8cbd-950c2045f4e6","resources":[{"resourceInstanceName":"pNF 3592a1c0-0728 0","resourceName":"pNF 3592a1c0-0728","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48c90248-cc01-449e-a5ce-c149d6126724","resourceInvariantUUID":"ccf938ba-797c-4a20-bb88-486587f3a026","resourceCustomizationUUID":"b4ac4a01-5c5b-4b24-801d-83061ed4107d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml","artifactChecksum":"NzRmNzAyNGJlMmYzNzM0ODdjYTcxYmY3NWFlNmU1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"baeeeedb-df4c-401b-98e5-0b2c0ff4d77a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar","artifactChecksum":"YWM2ODQ1ZDcxZWI1ODY0ZmJiNTVmNGE0YzA0Y2RhYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2cfac3bd-4950-447a-8286-6219cd0bd558","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c78f021e-a560-4f8b-86b1-3951383774db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml","artifactChecksum":"OTFhOWQ4NGI1ZDYwNjkyYTI3Yzk2Mjg3YzdjYmU4Zjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81f0dc48-5e67-4705-b368-4ca310b1e907","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdb457af-e51f-4532-bcc9-94930f629f84","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56f811ee-9e6b-4965-b157-2990fa6e0891","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml","artifactChecksum":"M2ZkMWRhOGRmMmUzNWVjN2M1YzZkNzJkYjJiOTE4MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23c8fa7f-15cd-4547-a1e0-4fb43f5470d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar","artifactChecksum":"ZGViZWI5YjI5YzA4YmY0MTBlZjYxNGYyNDYwMTIxYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c4c3f52-f4e0-4738-b809-edeacc61d07d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T11:17:44.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.440Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:44.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.440Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:44.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.442Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:44.443Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:17:44.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:44.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:17:44.543Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:44.544Z||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-17T11:17:44.544Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:44.568Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:44.569Z||pool-127-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:17:45.444Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:45.445Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:45.448Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:45.448Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:45.549Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:45.550Z||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-17T11:17:45.550Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:45.563Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:45.565Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:17:46.449Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:46.450Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:46.452Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:46.452Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:46.552Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:46.553Z||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-17T11:17:46.553Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:46.565Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:46.566Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:17:47.453Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:47.453Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:47.455Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:47.455Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:47.555Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:47.556Z||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-17T11:17:47.556Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:47.583Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:47.584Z||pool-130-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:17:48.456Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:48.456Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:48.458Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:48.458Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:48.558Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:48.559Z||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-17T11:17:48.559Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:48.570Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:48.570Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:17:49.459Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:49.459Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:49.461Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:49.461Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:49.561Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:49.562Z||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-17T11:17:49.562Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:49.572Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:49.572Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:17:50.461Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:50.462Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:50.464Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:50.465Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:17:50.565Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:50.565Z||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-17T11:17:50.566Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:50.576Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:50.576Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:17:51.465Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:17:51.465Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:51.467Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:51.471Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:17:51.567Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-17T11:17:51.568Z||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-17T11:17:51.568Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:51.581Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:51.581Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:17:52.472Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "serviceName": "Demo_pNF_wcxXV2NWUFjWjhV6uQa1", "serviceVersion": "1.0", "serviceUUID": "02ca8967-cae6-4dba-83e6-362ff9dfe86e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9d6dbab2-c3c8-4493-8cbd-950c2045f4e6", "resources": [ { "resourceInstanceName": "pNF 3592a1c0-0728 0", "resourceCustomizationUUID": "b4ac4a01-5c5b-4b24-801d-83061ed4107d", "resourceName": "pNF 3592a1c0-0728", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "48c90248-cc01-449e-a5ce-c149d6126724", "resourceInvariantUUID": "ccf938ba-797c-4a20-bb88-486587f3a026", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "artifactChecksum": "ZGViZWI5YjI5YzA4YmY0MTBlZjYxNGYyNDYwMTIxYWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c4c3f52-f4e0-4738-b809-edeacc61d07d" } ], "workloadContext": "Production" } 2021-11-17T11:17:52.473Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T11:17:52.473Z|39cca505-3356-4ab0-9092-e81e91e9baf4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02ca8967-cae6-4dba-83e6-362ff9dfe86e ASDC 2021-11-17T11:17:52.473Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7f87067c-b647-4bb9-9b83-06ff9440ac43 ServiceName:Demo_pNF_wcxXV2NWUFjWjhV6uQa1 ServiceVersion:1.0 ServiceUUID:02ca8967-cae6-4dba-83e6-362ff9dfe86e ServiceInvariantUUID:9d6dbab2-c3c8-4493-8cbd-950c2045f4e6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar ArtifactUUID:2c4c3f52-f4e0-4738-b809-edeacc61d07d ArtifactChecksum:ZGViZWI5YjI5YzA4YmY0MTBlZjYxNGYyNDYwMTIxYWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3592a1c0-0728 0 ResourceCustomizationUUID:b4ac4a01-5c5b-4b24-801d-83061ed4107d ResourceInvariantUUID:ccf938ba-797c-4a20-bb88-486587f3a026 ResourceName:pNF 3592a1c0-0728 ResourceType:PNF ResourceUUID:48c90248-cc01-449e-a5ce-c149d6126724 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-17T11:17:52.473Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02ca8967-cae6-4dba-83e6-362ff9dfe86e 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-17T11:17:52.522Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:17:52.523Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:17:52.523Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:17:52.523Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c4c3f52-f4e0-4738-b809-edeacc61d07d from URL: /sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:52.523Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T11:17:52.524Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:52.731Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T11:17:52.735Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2c4c3f52-f4e0-4738-b809-edeacc61d07d 82633 2021-11-17T11:17:52.736Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar ASDC sendASDCNotification 2021-11-17T11:17:52.736Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:52.736Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:17:52.736Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:52.738Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:52.738Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147872736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:17:52.838Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:52.839Z||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-17T11:17:52.839Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:52.850Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:52.851Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:17:53.739Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:17:53.739Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:17:53.739Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2c4c3f52-f4e0-4738-b809-edeacc61d07d, URL: /sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar to file: /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:53.740Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:53.740Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:53.741Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:53.867Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17197278533590847930/Definitions/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml 2021-11-17T11:17:54.555Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T11:17:54.555Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T11:17:54.555Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.555Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-17T11:17:54.555Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||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-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.555Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3592a1c0-0728 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-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||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-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.556Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Node template pNF 3592a1c0-0728 0 is matching search criteria 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 3592a1c0-0728 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Node template pNF 3592a1c0-0728 0 is matching search criteria 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 3592a1c0-0728 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.558Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.558Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.558Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.559Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.559Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.559Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.559Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.559Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.559Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wcxXV2NWUFjWjhV6uQa1 Description:catalog service description Model UUID:02ca8967-cae6-4dba-83e6-362ff9dfe86e Model Version:NULL Model InvariantUuid:9d6dbab2-c3c8-4493-8cbd-950c2045f4e6 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-17T11:17:54.566Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48c90248-cc01-449e-a5ce-c149d6126724 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-17T11:17:54.570Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||pNF 3592a1c0-0728 0 2021-11-17T11:17:54.570Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48c90248-cc01-449e-a5ce-c149d6126724 2021-11-17T11:17:54.570Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 02ca8967-cae6-4dba-83e6-362ff9dfe86e 2021-11-17T11:17:54.570Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 02ca8967-cae6-4dba-83e6-362ff9dfe86e 2021-11-17T11:17:54.571Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3592a1c0-0728 0 48c90248-cc01-449e-a5ce-c149d6126724 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-17T11:17:54.575Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e3e620b, org.onap.sdc.toscaparser.api.parameters.Input@1d2601e7, org.onap.sdc.toscaparser.api.parameters.Input@36546a38, org.onap.sdc.toscaparser.api.parameters.Input@2a2411e8, org.onap.sdc.toscaparser.api.parameters.Input@47e7009d] 2021-11-17T11:17:54.575Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 02ca8967-cae6-4dba-83e6-362ff9dfe86e: pNF 3592a1c0-0728 2021-11-17T11:17:54.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||Processing PNF resource: 48c90248-cc01-449e-a5ce-c149d6126724 2021-11-17T11:17:54.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:17:54.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wcxXV2NWUFjWjhV6uQa1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:17:54.577Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||Resource customization UUID: b4ac4a01-5c5b-4b24-801d-83061ed4107d is the same as notified resource customizationUUID: b4ac4a01-5c5b-4b24-801d-83061ed4107d 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-17T11:17:54.639Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3592a1c0-0728 48c90248-cc01-449e-a5ce-c149d6126724 0 ASDC deployResourceStructure 2021-11-17T11:17:54.639Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar ASDC sendASDCNotification 2021-11-17T11:17:54.639Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar 2021-11-17T11:17:54.639Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:17:54.640Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:17:54.642Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:17:54.642Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147874639, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:17:54.742Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:17:54.742Z||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-17T11:17:54.743Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:17:54.752Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:17:54.753Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:17:55.643Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:17:55.652Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:17:55.655Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:17:55.655Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:17:55.655Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:18:25.656Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:18:25.672Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:18:25.673Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:18:25.674Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:18:25.674Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:18:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:18:43.810Z||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-17T11:18:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:18:43.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:18:43.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:18:43.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:18:43.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:18:55.674Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:18:55.682Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:18:55.684Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:18:55.684Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:18:55.684Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:19:25.684Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:19:25.692Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:19:25.694Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:19:25.694Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-17T11:19:25.694Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-17T11:19:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:19:43.810Z||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-17T11:19:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:19:43.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:19:44.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147853894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "dcae-sch", "timestamp": 1637147852243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "multicloud-k8s-id", "timestamp": 1637147853572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147856616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147854245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147867558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147867640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "cds", "timestamp": 1637147868562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-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-17T11:19:44.380Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f87067c-b647-4bb9-9b83-06ff9440ac43 2021-11-17T11:19:44.380Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f87067c-b647-4bb9-9b83-06ff9440ac43 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-17T11:19:44.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147868645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "policy-id", "timestamp": 1637147869647, "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-17T11:19:44.399Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f87067c-b647-4bb9-9b83-06ff9440ac43 2021-11-17T11:19:44.399Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f87067c-b647-4bb9-9b83-06ff9440ac43 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-17T11:19:44.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147863800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147864137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147871979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147872736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147872962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147872997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-17T11:19:44.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "clamp", "timestamp": 1637147873999, "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-17T11:19:44.419Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f87067c-b647-4bb9-9b83-06ff9440ac43 2021-11-17T11:19:44.419Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f87067c-b647-4bb9-9b83-06ff9440ac43 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-17T11:19:44.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637147874639, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147874880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147867351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147875886, "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-17T11:19:44.434Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f87067c-b647-4bb9-9b83-06ff9440ac43 2021-11-17T11:19:44.434Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f87067c-b647-4bb9-9b83-06ff9440ac43 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-17T11:19:44.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147876332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147877535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/resourceInstances/pnf3592a1c007280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "ves-openapi-manager", "timestamp": 1637147878541, "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-17T11:19:44.453Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7f87067c-b647-4bb9-9b83-06ff9440ac43 2021-11-17T11:19:44.453Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f87067c-b647-4bb9-9b83-06ff9440ac43 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-17T11:19:44.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147872607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147881698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.469Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147887233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcxxv2nwufjwjhv6uqa1/1.0/artifacts/service-DemoPnfWcxxv2nwufjwjhv6uqa1-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.469Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "aai-ml", "timestamp": 1637147888238, "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-17T11:19:44.473Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f87067c-b647-4bb9-9b83-06ff9440ac43 2021-11-17T11:19:44.473Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f87067c-b647-4bb9-9b83-06ff9440ac43 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-17T11:19:44.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147894137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "multicloud-k8s-id", "timestamp": 1637147893571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147886616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147894244, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "dcae-sch", "timestamp": 1637147892243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147887352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147904307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147904310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147904316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147905327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147905348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147906066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "ves-openapi-manager", "timestamp": 1637147906352, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:19:44.529Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0da5a862-5cd3-4aab-8f09-d596d7e8148d 2021-11-17T11:19:44.530Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0da5a862-5cd3-4aab-8f09-d596d7e8148d 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-17T11:19:44.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "policy-id", "timestamp": 1637147906331, "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-17T11:19:44.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0da5a862-5cd3-4aab-8f09-d596d7e8148d 2021-11-17T11:19:44.542Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0da5a862-5cd3-4aab-8f09-d596d7e8148d 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-17T11:19:44.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637147907076, "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-17T11:19:44.554Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0da5a862-5cd3-4aab-8f09-d596d7e8148d 2021-11-17T11:19:44.554Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0da5a862-5cd3-4aab-8f09-d596d7e8148d 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-17T11:19:44.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147898894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147908750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:19:44.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "cds", "timestamp": 1637147911109, "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-17T11:19:44.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0da5a862-5cd3-4aab-8f09-d596d7e8148d 2021-11-17T11:19:44.568Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0da5a862-5cd3-4aab-8f09-d596d7e8148d 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-17T11:19:44.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147902606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:19:44.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-17T11:19:44.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147912457, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147912988, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:19:44.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147914997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "clamp", "timestamp": 1637147916000, "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-17T11:19:44.580Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0da5a862-5cd3-4aab-8f09-d596d7e8148d 2021-11-17T11:19:44.580Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0da5a862-5cd3-4aab-8f09-d596d7e8148d 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-17T11:19:44.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147917598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:19:44.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:19:44.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-17T11:19:44.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "aai-ml", "timestamp": 1637147918601, "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-17T11:19:44.590Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0da5a862-5cd3-4aab-8f09-d596d7e8148d 2021-11-17T11:19:44.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0da5a862-5cd3-4aab-8f09-d596d7e8148d 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-17T11:19:55.694Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:19:55.710Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:19:55.712Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:19:55.712Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T11:19:55.712Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T11:19:55.712Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T11:19:55.712Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:19:55.712Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:19:55.713Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:19:55.713Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:19:55.713Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:19:55.713Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:19:55.713Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:19:55.713Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||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-17T11:19:55.717Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T11:20:25.717Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 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-17T11:20:25.722Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f87067c-b647-4bb9-9b83-06ff9440ac43 and serviceModelVersionId: 02ca8967-cae6-4dba-83e6-362ff9dfe86e 2021-11-17T11:20:25.722Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d6dbab2-c3c8-4493-8cbd-950c2045f4e6 2021-11-17T11:20:25.724Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d6dbab2-c3c8-4493-8cbd-950c2045f4e6/model-vers/model-ver/02ca8967-cae6-4dba-83e6-362ff9dfe86e?depth=0 2021-11-17T11:20:25.731Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T11:20:25.783Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d6dbab2-c3c8-4493-8cbd-950c2045f4e6/model-vers/model-ver/02ca8967-cae6-4dba-83e6-362ff9dfe86e?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-17T11:20:25.785Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d6dbab2-c3c8-4493-8cbd-950c2045f4e6/model-vers/model-ver/02ca8967-cae6-4dba-83e6-362ff9dfe86e?depth=0|INFO|500||Invoke 2021-11-17T11:20:25.804Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d6dbab2-c3c8-4493-8cbd-950c2045f4e6/model-vers/model-ver/02ca8967-cae6-4dba-83e6-362ff9dfe86e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T11:20:25.933Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d6dbab2-c3c8-4493-8cbd-950c2045f4e6/model-vers/model-ver/02ca8967-cae6-4dba-83e6-362ff9dfe86e?depth=0|INFO|500||InvokeReturn 2021-11-17T11:20:25.933Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d6dbab2-c3c8-4493-8cbd-950c2045f4e6/model-vers/model-ver/02ca8967-cae6-4dba-83e6-362ff9dfe86e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-11:20:25:811-51550], vertex-id=[299104], Content-Length=[0], Date=[Wed, 17 Nov 2021 11:20:25 GMT], Content-Type=[application/json]} 2021-11-17T11:20:25.934Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-11-17T11:20:25.934Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T11:20:25.934Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||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-17T11:20:25.939Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||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-17T11:20:25.940Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f87067c-b647-4bb9-9b83-06ff9440ac43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T11:20:25.940Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T11:20:25.940Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:25.943Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:25.943Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148025940, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:20:26.043Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:26.044Z||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-17T11:20:26.044Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:26.067Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:26.067Z||pool-137-thread-1|||||INFO|500||cambria reply ok (24 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-17T11:20:26.955Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:20:26.956Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|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-17T11:20:26.956Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:31.525Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:31.526Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-17T11:20:31.526Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0da5a862-5cd3-4aab-8f09-d596d7e8148d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"04975ef2-375a-4227-804f-bc7508c859e5","serviceDescription":"service","serviceInvariantUUID":"07446ad0-1b60-43b8-aa6d-f1e8dc7b051c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"add7efb3-dd8f-4a3d-a3ff-ea041dba75ed","resourceInvariantUUID":"8568af7d-2d0c-448b-b7ed-e5cc6fb303cd","resourceCustomizationUUID":"5b971784-94f7-4744-845d-a548ea558570","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":"Yjk2ZjlhZWU2ZGMwYmYyMzhlNGI5MGRlODFmOTRmYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7210d11a-9d05-472a-848f-9dbca5f80f43","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":"dab7fa42-db87-4521-bda8-6fcad7ad7f3c","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":"85907203-15e2-46b8-abff-969525deb703","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":"ODEzNjM2NmEzOGU3YzY3NzQ2MGE3ZjU1ZWEyYjFiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5475d176-89a1-4d7d-924e-0fa2e8d83a12","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":"40c309c9-ae44-477f-95ac-d2eee4b83ffe","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":"fd0f6d69-1457-4144-a5ed-43efdddd602b","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":"ae32973c-10a0-4b8d-944d-d6ef0dba0912","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":"NDZkMWU1YWZkNjAzM2E3NGYxZDQyNGFmNTNjOTdkN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93fefcb6-2a41-4970-b3d9-1d54311f453f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGY0NmZmMmI1MzdjNmM3NWNjNzc3YmMwYWRlYjg4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bac51c2f-3a5f-4143-9181-c156667fa8b1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-17T11:20:31.528Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:31.528Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:31.531Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:31.532Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:31.630Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-17T11:20:31.631Z||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-17T11:20:31.631Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:31.643Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:31.643Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:20:32.533Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:32.534Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:32.536Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:32.536Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:32.636Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:32.637Z||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-17T11:20:32.637Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:32.656Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:32.657Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:33.536Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:33.537Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:33.551Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:33.552Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:33.639Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2021-11-17T11:20:33.639Z||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-17T11:20:33.639Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:33.649Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:33.650Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:34.554Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:34.554Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:34.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:34.557Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:34.657Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:34.658Z||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-17T11:20:34.658Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:34.670Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:34.670Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:35.558Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:35.559Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:35.561Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:35.561Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:35.661Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:35.661Z||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-17T11:20:35.662Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:35.672Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:35.673Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:36.565Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:36.566Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:36.569Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:36.570Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:36.669Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:20:36.670Z||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-17T11:20:36.670Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:36.681Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:36.681Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:20:37.570Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:37.571Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:37.572Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:37.573Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:37.673Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:37.673Z||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-17T11:20:37.673Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:37.684Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:37.686Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:38.573Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:38.573Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:38.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:38.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:38.676Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:38.677Z||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-17T11:20:38.677Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:38.689Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:38.690Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:39.576Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-17T11:20:39.577Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:39.579Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:39.579Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:20:39.679Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:39.680Z||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-17T11:20:39.680Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:39.693Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:39.693Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-17T11:20:40.580Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "04975ef2-375a-4227-804f-bc7508c859e5", "serviceDescription": "service", "serviceInvariantUUID": "07446ad0-1b60-43b8-aa6d-f1e8dc7b051c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5b971784-94f7-4744-845d-a548ea558570", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "add7efb3-dd8f-4a3d-a3ff-ea041dba75ed", "resourceInvariantUUID": "8568af7d-2d0c-448b-b7ed-e5cc6fb303cd", "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": "MGY0NmZmMmI1MzdjNmM3NWNjNzc3YmMwYWRlYjg4YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bac51c2f-3a5f-4143-9181-c156667fa8b1" } ], "workloadContext": "Production" } 2021-11-17T11:20:40.581Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-17T11:20:40.581Z|7f87067c-b647-4bb9-9b83-06ff9440ac43|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 04975ef2-375a-4227-804f-bc7508c859e5 ASDC 2021-11-17T11:20:40.582Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0da5a862-5cd3-4aab-8f09-d596d7e8148d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:04975ef2-375a-4227-804f-bc7508c859e5 ServiceInvariantUUID:07446ad0-1b60-43b8-aa6d-f1e8dc7b051c 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:bac51c2f-3a5f-4143-9181-c156667fa8b1 ArtifactChecksum:MGY0NmZmMmI1MzdjNmM3NWNjNzc3YmMwYWRlYjg4YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5b971784-94f7-4744-845d-a548ea558570 ResourceInvariantUUID:8568af7d-2d0c-448b-b7ed-e5cc6fb303cd ResourceName:test-pnf ResourceType:PNF ResourceUUID:add7efb3-dd8f-4a3d-a3ff-ea041dba75ed ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-17T11:20:40.582Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04975ef2-375a-4227-804f-bc7508c859e5 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-17T11:20:40.607Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:20:40.608Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:20:40.609Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:20:40.609Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bac51c2f-3a5f-4143-9181-c156667fa8b1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-17T11:20:40.609Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-11-17T11:20:40.610Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-17T11:20:40.706Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-11-17T11:20:40.711Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bac51c2f-3a5f-4143-9181-c156667fa8b1 105639 2021-11-17T11:20:40.711Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:40.711Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:40.712Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-17T11:20:40.712Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:40.715Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:40.715Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148040711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:20:40.815Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:20:40.816Z||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-17T11:20:40.816Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:40.828Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:40.829Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:41.715Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-17T11:20:41.716Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-11-17T11:20:41.716Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bac51c2f-3a5f-4143-9181-c156667fa8b1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-17T11:20:41.717Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-17T11:20:41.717Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-17T11:20:41.717Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-17T11:20:41.846Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1265892912127229754/Definitions/service-TestPnfMacro-template.yml 2021-11-17T11:20:42.538Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-17T11:20:42.539Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T11:20:42.539Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-17T11:20:42.539Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-17T11:20:42.539Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:42.539Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:42.540Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:42.540Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:42.540Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-17T11:20:42.540Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-17T11:20:42.540Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-17T11:20:42.540Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-11-17T11:20:42.540Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.541Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.541Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-17T11:20:42.541Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T11:20:42.541Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:20:42.541Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.542Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.542Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-17T11:20:42.542Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-11-17T11:20:42.542Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-17T11:20:42.542Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.542Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.543Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.543Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.543Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.543Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.543Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.543Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.543Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.544Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.544Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:04975ef2-375a-4227-804f-bc7508c859e5 Model Version:NULL Model InvariantUuid:07446ad0-1b60-43b8-aa6d-f1e8dc7b051c 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-17T11:20:42.550Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: add7efb3-dd8f-4a3d-a3ff-ea041dba75ed 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-17T11:20:42.553Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||test-pnf 0 2021-11-17T11:20:42.553Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: add7efb3-dd8f-4a3d-a3ff-ea041dba75ed 2021-11-17T11:20:42.554Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 04975ef2-375a-4227-804f-bc7508c859e5 2021-11-17T11:20:42.554Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 04975ef2-375a-4227-804f-bc7508c859e5 2021-11-17T11:20:42.554Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 add7efb3-dd8f-4a3d-a3ff-ea041dba75ed 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-17T11:20:42.559Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@674023fa, org.onap.sdc.toscaparser.api.parameters.Input@119faec6, org.onap.sdc.toscaparser.api.parameters.Input@70896459, org.onap.sdc.toscaparser.api.parameters.Input@2a5db85c, org.onap.sdc.toscaparser.api.parameters.Input@4ce4111e] 2021-11-17T11:20:42.559Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.559Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.560Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 04975ef2-375a-4227-804f-bc7508c859e5: test-pnf 2021-11-17T11:20:42.560Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||Processing PNF resource: add7efb3-dd8f-4a3d-a3ff-ea041dba75ed 2021-11-17T11:20:42.560Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-17T11:20:42.560Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-17T11:20:42.561Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||Resource customization UUID: 5b971784-94f7-4744-845d-a548ea558570 is the same as notified resource customizationUUID: 5b971784-94f7-4744-845d-a548ea558570 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-17T11:20:42.596Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf add7efb3-dd8f-4a3d-a3ff-ea041dba75ed 0 ASDC deployResourceStructure 2021-11-17T11:20:42.597Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:42.597Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:42.597Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-17T11:20:42.597Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:20:42.599Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:20:42.599Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148042596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:20:42.699Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-17T11:20:42.700Z||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-17T11:20:42.700Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:42.721Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:42.721Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-17T11:20:43.600Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0da5a862-5cd3-4aab-8f09-d596d7e8148d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T11:20:43.609Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0da5a862-5cd3-4aab-8f09-d596d7e8148d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T11:20:43.612Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-17T11:20:43.612Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-17T11:20:43.612Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-17T11:20:43.613Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-17T11:20:43.613Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:20:43.613Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:20:43.613Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:20:43.613Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:20:43.614Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:20:43.614Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:20:43.614Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-17T11:20:43.614Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:20:43.618Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-17T11:20:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:20:43.811Z||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-17T11:20:43.811Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:20:44.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:20:44.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f87067c-b647-4bb9-9b83-06ff9440ac43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148025940, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:20:44.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:20:44.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148026955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148040711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:20:44.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:20:44.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148042596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-17T11:20:44.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:21:13.618Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0da5a862-5cd3-4aab-8f09-d596d7e8148d 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-17T11:21:13.624Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0da5a862-5cd3-4aab-8f09-d596d7e8148d and serviceModelVersionId: 04975ef2-375a-4227-804f-bc7508c859e5 2021-11-17T11:21:13.625Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07446ad0-1b60-43b8-aa6d-f1e8dc7b051c 2021-11-17T11:21:13.626Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07446ad0-1b60-43b8-aa6d-f1e8dc7b051c/model-vers/model-ver/04975ef2-375a-4227-804f-bc7508c859e5?depth=0 2021-11-17T11:21:13.631Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-11-17T11:21:13.681Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07446ad0-1b60-43b8-aa6d-f1e8dc7b051c/model-vers/model-ver/04975ef2-375a-4227-804f-bc7508c859e5?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-17T11:21:13.682Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07446ad0-1b60-43b8-aa6d-f1e8dc7b051c/model-vers/model-ver/04975ef2-375a-4227-804f-bc7508c859e5?depth=0|INFO|500||Invoke 2021-11-17T11:21:13.697Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07446ad0-1b60-43b8-aa6d-f1e8dc7b051c/model-vers/model-ver/04975ef2-375a-4227-804f-bc7508c859e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-17T11:21:13.804Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07446ad0-1b60-43b8-aa6d-f1e8dc7b051c/model-vers/model-ver/04975ef2-375a-4227-804f-bc7508c859e5?depth=0|INFO|500||InvokeReturn 2021-11-17T11:21:13.805Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07446ad0-1b60-43b8-aa6d-f1e8dc7b051c/model-vers/model-ver/04975ef2-375a-4227-804f-bc7508c859e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211117-11:21:13:703-67875], vertex-id=[282864], Content-Length=[0], Date=[Wed, 17 Nov 2021 11:21:13 GMT], Content-Type=[application/json]} 2021-11-17T11:21:13.806Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-11-17T11:21:13.806Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-17T11:21:13.806Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:21:13.811Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||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-17T11:21:13.812Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0da5a862-5cd3-4aab-8f09-d596d7e8148d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-17T11:21:13.812Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-17T11:21:13.813Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-11-17T11:21:13.815Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-17T11:21:13.815Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148073812, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:21:13.915Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-17T11:21:13.921Z||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-17T11:21:13.921Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ... 2021-11-17T11:21:13.936Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:21:13.936Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-17T11:21:14.827Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:21:14.827Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:21:14.828Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:21:24.387Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:21:24.388Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:21:24.389Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:21:24.389Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:21:33.948Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:21:43.800Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:21:43.803Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:21:43.803Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:21:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:21:43.809Z||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-17T11:21:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:21:44.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:21:44.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-17T11:21:44.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0da5a862-5cd3-4aab-8f09-d596d7e8148d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637148073812, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-17T11:21:44.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-17T11:21:53.364Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:22:43.800Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:22:43.800Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:22:43.801Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:22:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:22:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:22:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:22:53.354Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:22:53.365Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:23:43.800Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:23:43.802Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:23:43.803Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:23:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:23:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-17T11:23:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:23:53.381Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:23:53.392Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:24:43.800Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:24:43.800Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:24:43.800Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:24:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:24:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:24:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:24:53.370Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:24:53.375Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:25:43.800Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:25:43.803Z||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-17T11:25:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:25:43.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:25:43.810Z||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-17T11:25:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:25:53.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:25:53.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:26:43.800Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:26:43.800Z||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-17T11:26:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:26:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:26:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:26:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:26:53.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:26:53.368Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:27:43.800Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:27:43.802Z||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-17T11:27:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:27:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:27:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:27:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:27:53.367Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:27:53.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:28:43.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:28:43.804Z||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-17T11:28:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:28:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:28:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:28:43.810Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:28:53.362Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:28:53.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:29:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:29:43.800Z||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-17T11:29:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:29:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:29:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:29:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:29:53.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:29:53.357Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:30:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:30:43.802Z||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-17T11:30:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:30:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:30:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:30:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:30:53.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:30:53.357Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:31:43.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:31:43.804Z||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-17T11:31:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:31:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:31:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:31:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:31:53.367Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:31:53.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:32:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:32:43.801Z||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-17T11:32:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:32:43.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:32:43.812Z||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-17T11:32:43.812Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:32:53.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:32:53.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:33:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:33:43.802Z||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-17T11:33:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:33:43.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:33:43.809Z||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-17T11:33:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:33:53.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:33:53.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:34:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:34:43.800Z||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-17T11:34:43.800Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:34:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:34:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:34:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:34:53.358Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:34:53.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:35:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:35:43.803Z||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-17T11:35:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:35:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:35:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:35:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:35:53.360Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:35:53.360Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:36:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:36:43.802Z||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-17T11:36:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:36:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:36:43.809Z||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-17T11:36:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:36:53.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:36:53.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:37:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:37:43.802Z||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-17T11:37:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:37:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:37:43.809Z||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-17T11:37:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:37:53.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:37:53.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:38:43.801Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:38:43.803Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:38:43.803Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:38:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:38:43.809Z||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-17T11:38:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:38:53.383Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:38:53.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:39:43.800Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:39:43.801Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:39:43.802Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:39:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:39:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:39:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:39:53.374Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:39:53.380Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:40:43.800Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:40:43.802Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:40:43.803Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:40:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:40:43.809Z||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-17T11:40:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:40:53.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:40:53.393Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:41:43.800Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:41:43.801Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:41:43.801Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:41:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:41:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-17T11:41:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:41:53.369Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:41:53.382Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:42:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:42:43.803Z||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-17T11:42:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:42:43.809Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:42:43.810Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:42:43.810Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:42:53.370Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:42:53.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:43:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:43:43.803Z||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-17T11:43:43.803Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:43:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:43:43.809Z||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-17T11:43:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:43:53.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:43:53.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:44:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:44:43.801Z||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-17T11:44:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:44:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:44:43.809Z||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-17T11:44:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:44:53.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:44:53.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:45:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:45:43.804Z||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-17T11:45:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:45:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:45:43.809Z||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-17T11:45:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:45:53.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:45:53.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:46:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:46:43.802Z||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-17T11:46:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:46:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:46:43.809Z||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-17T11:46:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:46:53.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:46:53.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:47:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:47:43.802Z||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-17T11:47:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:47:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:47:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:47:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:47:53.360Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:47:53.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:48:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:48:43.801Z||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-17T11:48:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:48:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:48:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:48:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:48:53.358Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:48:53.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:49:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:49:43.801Z||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-17T11:49:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:49:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:49:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:49:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:49:53.356Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:49:53.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:50:43.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:50:43.804Z||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-17T11:50:43.804Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:50:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:50:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-17T11:50:43.809Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:50:53.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:50:53.361Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:51:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:51:43.801Z||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-17T11:51:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:51:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:51:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:51:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:51:53.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:51:53.354Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:52:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:52:43.802Z||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-17T11:52:43.802Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:52:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:52:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:52:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:52:53.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:52:53.360Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:53:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:53:43.801Z||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-17T11:53:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:53:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:53:43.809Z||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-17T11:53:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:53:53.358Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:53:53.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:54:18.150Z||http-nio-8085-exec-4|||||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-17T11:54:43.800Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:54:43.801Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:54:43.801Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:54:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:54:43.810Z||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-17T11:54:43.811Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:54:53.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:54:53.424Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:55:43.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:55:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:55:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:55:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:55:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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-17T11:55:43.809Z|ada0028e-843a-49d0-bb86-93109443ac4d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:55:53.352Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:55:53.354Z|ada0028e-843a-49d0-bb86-93109443ac4d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:56:43.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:56:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:56:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:56:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:56:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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-17T11:56:43.809Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:56:53.348Z|0da5a862-5cd3-4aab-8f09-d596d7e8148d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:56:53.353Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:57:43.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:57:43.802Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:57:43.802Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:57:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:57:43.809Z||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-17T11:57:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:57:53.365Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:57:53.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:58:43.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:58:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:58:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:58:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:58:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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-17T11:58:43.809Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:58:53.366Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:58:53.379Z|b71db684-7a8a-4f2d-9249-9bdb09b4806c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:59:43.800Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:59:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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-17T11:59:43.801Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:59:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T11:59:43.810Z||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-17T11:59:43.810Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T11:59:53.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T11:59:53.360Z|7b11775d-df1a-4a9e-858a-84da4e8f14fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T12:00:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T12:00:43.801Z||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-17T12:00:43.801Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T12:00:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T12:00:43.809Z||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-17T12:00:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T12:00:53.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T12:00:53.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T12:01:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T12:01:43.805Z||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-17T12:01:43.805Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T12:01:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-17T12:01:43.809Z||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-17T12:01:43.809Z||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 rQC2B3tiJtZEKaRx) ... 2021-11-17T12:01:53.360Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-17T12:01:53.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK