JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-04-19T17:46:25.025Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-kn6sb with PID 15 (/app/app.jar started by so in /app) 2021-04-19T17:46:25.030Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-19T17:46:25.030Z||main|||||INFO|500||The following profiles are active: basic 2021-04-19T17:46:31.375Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-19T17:46:31.375Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-19T17:46:31.453Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-19T17:46:32.794Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-19T17:46:32.927Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-19T17:46:33.296Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-19T17:46:33.306Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-19T17:46:33.375Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-19T17:46:33.489Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-19T17:46:33.870Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-19T17:46:34.487Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-19T17:46:36.554Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-19T17:46:36.599Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-19T17:46:36.894Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-19T17:46:37.122Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-04-19T17:46:38.156Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-19T17:46:38.986Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-19T17:46:39.016Z||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$$83973e3c.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-04-19T17:46:39.017Z||main|||||WARN|500||The sdc end point is not alive 2021-04-19T17:46:41.143Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-04-19T17:46:43.293Z||main|||||WARN|500||--- 2021-04-19T17:46:43.294Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-19T17:46:43.294Z||main|||||WARN|500||--- 2021-04-19T17:46:43.678Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-19T17:46:46.278Z||main|||||INFO|500||Started Application in 23.172 seconds (JVM running for 24.234) 2021-04-19T17:46:46.281Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-19T17:46:46.302Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-19T17:46:46.315Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-19T17:46:46.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-19T17:46:46.424Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c5a8ec2-4b08-4b54-9009-840441ccf2c6 url= /sdc/v1/artifactTypes 2021-04-19T17:46:46.425Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-19T17:46:46.685Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-19T17:46:46.721Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-19T17:46:46.742Z||scheduling-1|||||DEBUG|500||create keys 2021-04-19T17:46:46.748Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-19T17:46:46.767Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:46:46.784Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ada70c25-dc6a-4048-98d0-48f23fb3ab3e url= /sdc/v1/registerForDistribution 2021-04-19T17:46:47.043Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ada70c25-dc6a-4048-98d0-48f23fb3ab3e url= /sdc/v1/registerForDistribution 2021-04-19T17:46:47.044Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-19T17:46:47.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:46:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:46:47.064Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-19T17:46:47.065Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:46:47.066Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:46:47.066Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:46:47.066Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:46:57.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:46:57.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:47:47.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:47:47.058Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:47:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:47:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:47:47.060Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:47:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:47:56.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:47:56.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:48:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:48:47.058Z||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-04-19T17:48:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:48:47.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:48:47.060Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:48:47.061Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:48:56.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:48:56.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:49:47.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:49:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:49:47.059Z||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-04-19T17:49:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:49:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:49:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:49:56.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:49:56.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:50:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:50:47.058Z||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-04-19T17:50:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:50:47.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:50:47.059Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:50:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:50:56.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:50:56.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:51:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:51:47.058Z||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-04-19T17:51:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:51:47.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:51:47.059Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:51:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:51:56.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:51:56.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:52:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:52:47.058Z||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-04-19T17:52:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:52:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:52:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:52:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:52:56.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:52:56.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:53:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:53:47.057Z||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-04-19T17:53:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:53:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:53:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:53:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:53:56.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:53:56.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:54:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:54:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:54:47.059Z||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-04-19T17:54:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:54:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:54:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:54:56.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:54:56.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:55:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:55:47.058Z||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-04-19T17:55:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:55:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:55:47.067Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:55:47.067Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:55:56.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:55:56.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:56:22.577Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-19T17:56:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:56:47.058Z||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-04-19T17:56:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:56:47.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:56:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:56:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:56:56.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:56:56.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:57:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:57:47.058Z||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-04-19T17:57:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:57:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:57:47.060Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:57:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:57:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:57:56.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:58:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:58:47.058Z||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-04-19T17:58:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:58:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:58:47.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T17:58:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:58:56.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:58:56.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:59:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:59:47.057Z||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-04-19T17:59:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:59:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T17:59:47.059Z||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-04-19T17:59:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T17:59:56.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T17:59:56.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:00:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:00:47.058Z||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-04-19T18:00:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:00:47.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:00:47.059Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:00:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:00:56.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:00:56.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:01:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:01:47.058Z||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-04-19T18:01:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:01:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:01:47.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:01:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:01:56.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:01:56.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:02:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:02:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:02:47.062Z||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-04-19T18:02:47.062Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:02:47.062Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:02:47.062Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:02:56.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:02:56.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:03:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:03:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:03:47.059Z||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-04-19T18:03:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:03:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:03:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:03:56.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:03:56.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:04:47.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:04:47.058Z||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-04-19T18:04:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:04:47.060Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:04:47.061Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:04:47.062Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:04:56.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:04:56.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:05:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:05:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:05:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:05:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:05:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:05:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:05:56.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:05:56.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:06:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:06:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:06:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:06:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:06:47.060Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:06:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:06:56.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:06:56.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:07:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:07:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:07:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:07:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:07:47.060Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:07:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:07:56.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:07:56.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:08:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:08:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:08:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:08:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:08:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:08:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:08:56.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:08:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:09:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:09:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:09:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:09:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:09:47.059Z||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-04-19T18:09:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:09:56.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:09:56.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:10:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:10:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:10:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:10:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:10:47.059Z||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-04-19T18:10:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:10:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:10:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:11:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:11:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:11:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:11:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:11:47.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:11:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:11:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:11:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:12:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:12:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:12:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:12:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:12:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:12:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:12:56.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:12:56.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:13:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:13:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:13:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:13:47.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:13:47.059Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:13:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:13:56.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:13:56.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:14:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:14:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:14:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:14:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:14:47.059Z||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-04-19T18:14:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:14:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:14:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:15:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:15:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:15:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:15:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:15:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:15:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:15:56.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:15:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:16:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:16:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:16:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:16:47.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:16:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:16:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:16:56.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:16:56.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:17:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:17:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:17:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:17:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:17:47.060Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:17:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:17:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:17:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:18:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:18:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:18:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:18:47.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:18:47.059Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:18:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:18:56.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:18:56.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:19:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:19:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:19:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:19:47.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:19:47.059Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:19:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:19:56.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:19:56.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:20:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:20:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:20:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:20:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:20:47.059Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:20:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:20:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:20:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:21:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:21:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:21:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:21:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:21:47.059Z||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-04-19T18:21:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:21:56.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:21:56.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:22:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:22:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:22:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:22:47.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:22:47.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:22:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:22:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:22:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:23:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:23:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:23:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:23:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:23:47.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:23:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:23:56.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:23:56.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:24:47.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:24:47.058Z||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-04-19T18:24:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:24:47.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:24:47.059Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:24:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:24:56.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:24:56.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:25:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:25:47.058Z||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-04-19T18:25:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:25:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:25:47.059Z||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-04-19T18:25:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:25:56.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:25:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:26:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:26:47.058Z||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-04-19T18:26:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:26:47.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:26:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:26:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:26:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:26:56.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:27:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:27:47.058Z||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-04-19T18:27:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:27:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:27:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:27:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:27:56.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:27:56.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:28:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:28:47.058Z||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-04-19T18:28:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:28:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:28:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:28:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:28:56.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:28:56.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:29:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:29:47.058Z||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-04-19T18:29:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:29:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:29:47.059Z||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-04-19T18:29:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:29:56.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:29:56.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:30:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:30:47.058Z||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-04-19T18:30:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:30:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:30:47.059Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:30:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:30:56.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:30:56.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:31:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:31:47.057Z||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-04-19T18:31:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:31:47.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:31:47.059Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:31:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:31:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:31:56.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:32:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:32:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:32:47.060Z||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-04-19T18:32:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:32:47.063Z||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-04-19T18:32:47.063Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:32:56.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:32:56.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:33:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:33:47.057Z||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-04-19T18:33:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:33:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:33:47.059Z||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-04-19T18:33:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:33:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:33:56.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:34:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:34:47.057Z||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-04-19T18:34:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:34:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:34:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:34:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:34:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:34:56.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:35:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:35:47.057Z||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-04-19T18:35:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:35:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:35:47.059Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:35:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:35:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:35:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:36:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:36:47.057Z||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-04-19T18:36:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:36:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:36:47.060Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:36:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:36:56.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:36:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:37:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:37:47.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:37:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:37:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:37:47.060Z||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-04-19T18:37:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:37:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:37:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:38:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:38:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:38:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:38:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:38:47.059Z||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-04-19T18:38:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:38:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:38:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:39:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:39:47.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:39:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:39:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:39:47.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:39:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:39:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:39:56.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:40:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:40:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:40:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:40:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:40:47.059Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:40:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:40:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:40:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:41:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:41:47.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:41:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:41:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:41:47.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:41:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:41:56.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:41:56.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:42:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:42:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:42:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:42:47.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:42:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:42:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:42:56.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:42:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:43:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:43:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:43:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:43:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:43:47.060Z||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-04-19T18:43:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:43:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:43:56.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:44:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:44:47.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:44:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:44:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:44:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:44:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:44:56.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:44:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:45:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:45:47.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:45:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:45:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:45:47.059Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:45:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:45:56.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:45:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:46:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:46:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:46:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:46:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:46:47.059Z||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-04-19T18:46:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:46:56.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:46:56.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:47:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:47:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:47:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:47:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:47:47.059Z||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-04-19T18:47:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:47:56.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:47:56.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:48:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:48:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:48:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:48:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:48:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:48:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:48:56.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:48:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:49:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:49:47.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:49:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:49:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:49:47.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:49:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:49:56.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:49:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:50:47.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:50:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:50:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:50:47.059Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:50:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:50:47.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:47.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "ves-openapi-manager", "timestamp": 1618858221411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858218045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858222115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858218276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858216908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858216461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858222115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858218045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOTIFIED" } 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "ves-openapi-manager", "timestamp": 1618858221411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858216908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858218276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOTIFIED" } 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858216461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOTIFIED" } 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "ves-openapi-manager", "timestamp": 1618858221411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858218045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858222115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858216908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858218276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858216461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858222115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "ves-openapi-manager", "timestamp": 1618858221411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858218045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858218276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858216908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858216461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858218045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858222115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "ves-openapi-manager", "timestamp": 1618858221411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858218276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858216908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858216461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "dcae-sch", "timestamp": 1618858227382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858227804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "ves-openapi-manager", "timestamp": 1618858221411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858218045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858222115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858218276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858216908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858216461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "dcae-sch", "timestamp": 1618858227382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858228434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858227804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOTIFIED" } 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "ves-openapi-manager", "timestamp": 1618858221411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858222115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858218045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858216908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858218276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858216461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "dcae-sch", "timestamp": 1618858227382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858228434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858227804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "dcae-sch", "timestamp": 1618858227382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858228434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858227804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858231724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858231731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858231709, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858231779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858231779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "dcae-sch", "timestamp": 1618858227382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858228434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858227804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "cds", "timestamp": 1618858232745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:50:47.383Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:50:47.411Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:50:47.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858232715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:50:47.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "dcae-sch", "timestamp": 1618858227382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858228434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858233258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858233260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858233338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858227804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "policy-id", "timestamp": 1618858233718, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:50:47.445Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:50:47.445Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "dcae-sch", "timestamp": 1618858227382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858228434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858227804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858234862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858234862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858234863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858228434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858235867, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:50:47.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:50:47.456Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T18:50:47.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858235870, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:50:47.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:50:47.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T18:50:47.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858236288, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:50:47.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:50:47.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T18:50:47.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858236872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-windriver-id", "timestamp": 1618858236873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858236960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "multicloud-k8s-id", "timestamp": 1618858237292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858240578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:50:47.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858241583, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:50:47.487Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:50:47.487Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858242343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858242343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858242343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858246024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858242343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T18:50:47.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-19T18:50:47.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c8a69e-6681-4c1a-ad55-49e05ba7eccc","serviceName":"basic_onboard_DMwibX","serviceVersion":"1.0","serviceUUID":"47f5a3cf-8660-42f8-b837-7b99ee6a076a","serviceDescription":"service","serviceInvariantUUID":"41a79087-01b1-429d-b165-505dbf982194","resources":[{"resourceInstanceName":"basic_onboard_DMwibX 0","resourceName":"basic_onboard_DMwibX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f4384fa1-131a-44a6-998e-4ff5bb4532ee","resourceInvariantUUID":"7672e3d7-0903-48c7-915d-d9c670383a6e","resourceCustomizationUUID":"b2be0431-5179-43e1-aa51-b9f80fb21007","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml","artifactChecksum":"NDA0ZjM2ZTZmNjIyOTc4NDdlMzE2YjRjZTU1MTU4MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f48a6ee5-b49c-4ce3-9d3a-77e8d177f2c9","artifactVersion":"1"},{"artifactName":"basic_onboard_dmwibx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json","artifactChecksum":"MjBlYmY3ZjE3MzlhYjM4ODNmYTU2MjYxMWJlYWI3NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1dfb13ae-3352-4576-86cd-29559c6dd12a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47f18aef-e898-4775-b4a6-c32f6c9d17b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4421bdb6-1263-4498-8f12-1b6b98940c0b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7304758-bdcf-4642-992a-c62118d8264b","artifactVersion":"2","generatedFromUUID":"47f18aef-e898-4775-b4a6-c32f6c9d17b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDmwibx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml","artifactChecksum":"MmYxNGJhZjhmODhjODA5YWQ3NjY1NzkwNDJlMWQxZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cfa269c-cf15-4840-8db8-0cf2a07622b3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDmwibx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar","artifactChecksum":"ODFjZDIzNDE3YjMyZmU1ZmIwOWQ2NGVmNDIyZGI5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb523abb-4879-48a4-b377-54992e92f4b9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T18:50:47.694Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:50:47.700Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:47.709Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:47.709Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:47.809Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-04-19T18:50:47.812Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:47.812Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:47.823Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:47.824Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:48.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:50:48.716Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:48.718Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:48.718Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOTIFIED" } 2021-04-19T18:50:48.818Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:50:48.819Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:48.819Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:48.828Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:48.828Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:49.718Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:50:49.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:49.721Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:49.721Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T18:50:49.821Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:50:49.822Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:49.823Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:49.832Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:49.833Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:50.722Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:50:50.723Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:50.725Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:50.725Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:50.825Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:50:50.826Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:50.827Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:50.836Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:50.836Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:51.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:50:51.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:51.728Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:51.728Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T18:50:51.829Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:50:51.830Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:51.830Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:51.839Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:51.840Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:52.729Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:50:52.730Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:52.732Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:52.732Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:50:52.832Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:50:52.833Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:52.833Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:52.843Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:52.844Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:53.732Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:50:53.733Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:53.735Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:53.736Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:50:53.836Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:50:53.837Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:53.837Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:53.846Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:53.847Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:54.739Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "serviceName": "basic_onboard_DMwibX", "serviceVersion": "1.0", "serviceUUID": "47f5a3cf-8660-42f8-b837-7b99ee6a076a", "serviceDescription": "service", "serviceInvariantUUID": "41a79087-01b1-429d-b165-505dbf982194", "resources": [ { "resourceInstanceName": "basic_onboard_DMwibX 0", "resourceCustomizationUUID": "b2be0431-5179-43e1-aa51-b9f80fb21007", "resourceName": "basic_onboard_DMwibX", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f4384fa1-131a-44a6-998e-4ff5bb4532ee", "resourceInvariantUUID": "7672e3d7-0903-48c7-915d-d9c670383a6e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dmwibx0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "artifactChecksum": "MjBlYmY3ZjE3MzlhYjM4ODNmYTU2MjYxMWJlYWI3NzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1dfb13ae-3352-4576-86cd-29559c6dd12a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "47f18aef-e898-4775-b4a6-c32f6c9d17b1", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c7304758-bdcf-4642-992a-c62118d8264b", "generatedFromUUID": "47f18aef-e898-4775-b4a6-c32f6c9d17b1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c7304758-bdcf-4642-992a-c62118d8264b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDmwibx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "artifactChecksum": "ODFjZDIzNDE3YjMyZmU1ZmIwOWQ2NGVmNDIyZGI5YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb523abb-4879-48a4-b377-54992e92f4b9" } ], "workloadContext": "Production" } 2021-04-19T18:50:54.740Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T18:50:54.740Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47f5a3cf-8660-42f8-b837-7b99ee6a076a ASDC 2021-04-19T18:50:54.817Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f1c8a69e-6681-4c1a-ad55-49e05ba7eccc ServiceName:basic_onboard_DMwibX ServiceVersion:1.0 ServiceUUID:47f5a3cf-8660-42f8-b837-7b99ee6a076a ServiceInvariantUUID:41a79087-01b1-429d-b165-505dbf982194 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDmwibx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar ArtifactUUID:cb523abb-4879-48a4-b377-54992e92f4b9 ArtifactChecksum:ODFjZDIzNDE3YjMyZmU1ZmIwOWQ2NGVmNDIyZGI5YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_DMwibX 0 ResourceCustomizationUUID:b2be0431-5179-43e1-aa51-b9f80fb21007 ResourceInvariantUUID:7672e3d7-0903-48c7-915d-d9c670383a6e ResourceName:basic_onboard_DMwibX ResourceType:VF ResourceUUID:f4384fa1-131a-44a6-998e-4ff5bb4532ee ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dmwibx0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json ArtifactUUID:1dfb13ae-3352-4576-86cd-29559c6dd12a ArtifactChecksum:MjBlYmY3ZjE3MzlhYjM4ODNmYTU2MjYxMWJlYWI3NzQ= 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/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml ArtifactUUID:47f18aef-e898-4775-b4a6-c32f6c9d17b1 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/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env ArtifactUUID:c7304758-bdcf-4642-992a-c62118d8264b 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/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env ArtifactUUID:c7304758-bdcf-4642-992a-c62118d8264b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-19T18:50:54.818Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47f5a3cf-8660-42f8-b837-7b99ee6a076a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T18:50:54.857Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T18:50:54.857Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-19T18:50:54.858Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-19T18:50:54.858Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cb523abb-4879-48a4-b377-54992e92f4b9 from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:54.858Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:50:54.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:55.874Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:50:55.887Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar cb523abb-4879-48a4-b377-54992e92f4b9 74836 2021-04-19T18:50:55.888Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar ASDC sendASDCNotification 2021-04-19T18:50:55.888Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:55.889Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:50:55.890Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:55.891Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:55.891Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858255887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:50:55.992Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:50:55.992Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:50:55.992Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:50:56.001Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:50:56.001Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:50:56.892Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T18:50:56.893Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-19T18:50:56.893Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cb523abb-4879-48a4-b377-54992e92f4b9, URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar to file: /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:56.894Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:57.014Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:57.014Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:57.544Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12079353332630431204/Definitions/service-BasicOnboardDmwibx-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-04-19T18:50:59.244Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T18:50:59.247Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-19T18:50:59.247Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.247Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DMwibX 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DMwibX 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-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-19T18:50:59.253Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.254Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:50:59.256Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:50:59.256Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-19T18:50:59.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T18:50:59.258Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.258Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:50:59.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is not matching search criteria 2021-04-19T18:50:59.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is not matching search criteria 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f1761e83-9e43-4191-8f3c-f1ba3905a3f4 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_DMwibX Description:service Model UUID:47f5a3cf-8660-42f8-b837-7b99ee6a076a Model Version:NULL Model InvariantUuid:41a79087-01b1-429d-b165-505dbf982194 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_DMwibX Model UUID:0c5a7b48-89f4-4da8-a766-fc296c14653c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7672e3d7-0903-48c7-915d-d9c670383a6e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b2be0431-5179-43e1-aa51-b9f80fb21007 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ae7c43cd-65f7-4504-9225-e2c09db7099a ModelName:BasicOnboardDmwibx..base_ubuntu18..module-0 ModelUuid:03813bb1-ddce-407c-81c4-922eb901f75b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f1761e83-9e43-4191-8f3c-f1ba3905a3f4 ModelInvariantUuid:a7a49528-7bbe-42fa-8716-87b43cf6da95 ModelName:basic_onboard_DMwibX-nodes.ubuntu18Cvfc ModelUuid:ae0f245b-b528-452a-9f60-08bf8a2ae81e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5a3baf25-7b8b-4bfc-9882-afd623e5e873 ModelInvariantUuid:829315c1-4633-4fe2-b689-a17d7d988216 ModelName:BasicOnboardDmwibx.compute.nodes.heat.ubuntu18 ModelUuid:1ce3a121-148e-4efa-8b26-66ea4e909740 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T18:50:59.315Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f4384fa1-131a-44a6-998e-4ff5bb4532ee Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:50:59.389Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||basic_onboard_DMwibX 0 2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f4384fa1-131a-44a6-998e-4ff5bb4532ee 2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1dfb13ae-3352-4576-86cd-29559c6dd12a from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json 2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json 2021-04-19T18:50:59.941Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:50:59.942Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json 1dfb13ae-3352-4576-86cd-29559c6dd12a 798 2021-04-19T18:50:59.942Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json ASDC sendASDCNotification 2021-04-19T18:50:59.943Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json 2021-04-19T18:50:59.943Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:50:59.943Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:50:59.946Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:50:59.946Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858259942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:51:00.046Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:51:00.048Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:51:00.048Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:51:00.061Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:00.061Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:51:00.948Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDmwibx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ae7c43cd-65f7-4504-9225-e2c09db7099a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "03813bb1-ddce-407c-81c4-922eb901f75b", "vfModuleModelCustomizationUUID": "0f5da2c8-fdcd-4e4e-9414-e2225fb57d35", "isBase": true, "artifacts": [ "47f18aef-e898-4775-b4a6-c32f6c9d17b1", "c7304758-bdcf-4642-992a-c62118d8264b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T18:51:00.966Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDmwibx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:03813bb1-ddce-407c-81c4-922eb901f75b VfModuleModelInvariantUUID:ae7c43cd-65f7-4504-9225-e2c09db7099a VfModuleModelDescription:NULL Artifacts UUID List:{ 47f18aef-e898-4775-b4a6-c32f6c9d17b1 , c7304758-bdcf-4642-992a-c62118d8264b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T18:51:00.968Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDmwibx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ae7c43cd-65f7-4504-9225-e2c09db7099a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "03813bb1-ddce-407c-81c4-922eb901f75b", "vfModuleModelCustomizationUUID": "0f5da2c8-fdcd-4e4e-9414-e2225fb57d35", "isBase": true, "artifacts": [ "47f18aef-e898-4775-b4a6-c32f6c9d17b1", "c7304758-bdcf-4642-992a-c62118d8264b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDmwibx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:03813bb1-ddce-407c-81c4-922eb901f75b VfModuleModelInvariantUUID:ae7c43cd-65f7-4504-9225-e2c09db7099a VfModuleModelDescription:NULL Artifacts UUID List:{ 47f18aef-e898-4775-b4a6-c32f6c9d17b1 , c7304758-bdcf-4642-992a-c62118d8264b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47f18aef-e898-4775-b4a6-c32f6c9d17b1 from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml 2021-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml 2021-04-19T18:51:02.437Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml 47f18aef-e898-4775-b4a6-c32f6c9d17b1 5033 2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml 2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:51:02.440Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:51:02.440Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858262438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:51:02.540Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:51:02.541Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:51:02.541Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:51:02.558Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:02.559Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":7,"count":1} 2021-04-19T18:51:03.441Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c7304758-bdcf-4642-992a-c62118d8264b from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env 2021-04-19T18:51:03.441Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:51:03.442Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env 2021-04-19T18:51:05.745Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:51:05.745Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env c7304758-bdcf-4642-992a-c62118d8264b 909 2021-04-19T18:51:05.746Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-19T18:51:05.746Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env 2021-04-19T18:51:05.746Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:51:05.747Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:51:05.750Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:51:05.750Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858265746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:51:05.850Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:51:05.851Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:51:05.851Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:51:05.860Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:05.860Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:51:06.751Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 47f5a3cf-8660-42f8-b837-7b99ee6a076a 2021-04-19T18:51:06.755Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DMwibX 0 f4384fa1-131a-44a6-998e-4ff5bb4532ee ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:51:06.833Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.833Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b2be0431-5179-43e1-aa51-b9f80fb21007 2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2be0431-5179-43e1-aa51-b9f80fb21007 matches Tosca VF Customization UUID: b2be0431-5179-43e1-aa51-b9f80fb21007 2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b2be0431-5179-43e1-aa51-b9f80fb21007 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-19T18:51:06.846Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.847Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b2be0431-5179-43e1-aa51-b9f80fb21007: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@796e105b 2021-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T18:51:06.849Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f5da2c8-fdcd-4e4e-9414-e2225fb57d35 2021-04-19T18:51:06.850Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f5da2c8-fdcd-4e4e-9414-e2225fb57d35 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-19T18:51:06.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:51:06.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:51:06.860Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.861Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:51:06.861Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:51:06.861Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is not matching search criteria 2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f1761e83-9e43-4191-8f3c-f1ba3905a3f4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T18:51:06.874Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.874Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria 2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=b2be0431-5179-43e1-aa51-b9f80fb21007 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:51:06.878Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.878Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.879Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 47f5a3cf-8660-42f8-b837-7b99ee6a076a: basic_onboard_DMwibX 2021-04-19T18:51:06.879Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.879Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.880Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.880Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.880Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.881Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.881Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.881Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.882Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:51:06.882Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:51:06.882Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_DMwibX Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:51:07.130Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DMwibX f4384fa1-131a-44a6-998e-4ff5bb4532ee 1 ASDC deployResourceStructure 2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json ASDC sendASDCNotification 2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json 2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:51:07.133Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:51:07.133Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858267131, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:51:07.233Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:51:07.234Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:51:07.234Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:51:07.244Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:07.245Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:51:08.134Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-19T18:51:08.135Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml 2021-04-19T18:51:08.135Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:51:08.136Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:51:08.138Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:51:08.139Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858268134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-19T18:51:08.239Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:51:08.239Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:51:08.240Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:51:08.250Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:08.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:51:09.139Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-19T18:51:09.140Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env 2021-04-19T18:51:09.140Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:51:09.140Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:51:09.141Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:51:09.141Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858269139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-19T18:51:09.242Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T18:51:09.243Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:51:09.243Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:51:09.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:09.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-19T18:51:10.142Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar ASDC sendASDCNotification 2021-04-19T18:51:10.143Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar 2021-04-19T18:51:10.143Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:51:10.143Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:51:10.145Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:51:10.145Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858270142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:51:10.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:51:10.246Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:51:10.246Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:51:10.255Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:10.255Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:51:11.146Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:51:11.162Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:51:11.165Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:51:11.165Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T18:51:11.165Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T18:51:41.166Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:51:41.177Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:51:41.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:51:41.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T18:51:41.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T18:51:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:51:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:51:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:51:47.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:51:47.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:51:47.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858247069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:51:47.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:52:11.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:52:11.192Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:52:11.195Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:52:11.195Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T18:52:11.195Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T18:52:41.196Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:52:41.209Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:52:41.215Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:52:41.215Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T18:52:41.215Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T18:52:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:52:47.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:52:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:52:47.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:52:47.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:52:47.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858242343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:52:47.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:11.216Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:53:11.227Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:53:11.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:53:11.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T18:53:11.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T18:53:41.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:53:41.240Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:53:41.242Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:53:41.242Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T18:53:41.242Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T18:53:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:53:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:53:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:53:47.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:53:47.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:53:47.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "clamp", "timestamp": 1618858248072, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:53:47.590Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:53:47.590Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:53:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858242343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:53:47.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "NOTIFIED" } 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858242343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858250790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T18:53:47.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:53:47.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858247057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:53:47.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858255887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:53:47.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858259942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:53:47.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858262438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858265211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858265746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "aai-ml", "timestamp": 1618858266216, "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-04-19T18:53:47.612Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 2021-04-19T18:53:47.612Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:53:47.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858267131, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:53:47.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858268134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858269139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858270142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:53:47.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:11.243Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:54:11.254Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||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-04-19T18:54:11.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T18:54:41.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T18:54:41.270Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and serviceModelVersionId: 47f5a3cf-8660-42f8-b837-7b99ee6a076a 2021-04-19T18:54:41.270Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41a79087-01b1-429d-b165-505dbf982194 2021-04-19T18:54:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:54:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:54:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:54:47.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:47.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "dcae-sch", "timestamp": 1618858447382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858447115, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858452343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "dcae-sch", "timestamp": 1618858447382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858447115, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858452343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858447115, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "dcae-sch", "timestamp": 1618858447382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858452343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858447115, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "dcae-sch", "timestamp": 1618858447382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858452343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858447115, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "dcae-sch", "timestamp": 1618858447382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858452343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858456463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858456908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858447115, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "dcae-sch", "timestamp": 1618858447382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858452343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858456463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOTIFIED" } 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858456908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858458045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858458276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858447115, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "dcae-sch", "timestamp": 1618858447382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858452343, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858456463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858456908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858458045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOTIFIED" } 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858458276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOTIFIED" } 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858456463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858460495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858460543, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858456908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858458045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858458276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858456463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "cds", "timestamp": 1618858461547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:54:47.715Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.716Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858456908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858458045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858458276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "ves-openapi-manager", "timestamp": 1618858461411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858456463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858456908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858458045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858458276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "ves-openapi-manager", "timestamp": 1618858461411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858456463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858456908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858458045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858458276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "ves-openapi-manager", "timestamp": 1618858461411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858458045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858458276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "ves-openapi-manager", "timestamp": 1618858461411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858465746, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858466044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "ves-openapi-manager", "timestamp": 1618858461411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858466749, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "ves-openapi-manager", "timestamp": 1618858461411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858467438, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858467600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "policy-id", "timestamp": 1618858467751, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:54:47.734Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.735Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:54:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "ves-openapi-manager", "timestamp": 1618858461411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858468214, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858467804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858468434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858467804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOTIFIED" } 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858469509, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858469803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.746Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858468434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858470111, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858470105, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:54:47.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858467804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858468434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "aai-ml", "timestamp": 1618858471108, "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-04-19T18:54:47.754Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.754Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:54:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858471116, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:54:47.768Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.768Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T18:54:47.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858471352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858467804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858471745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858468434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618858472121, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:54:47.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858472357, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:54:47.810Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.810Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T18:54:47.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858467804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858472766, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:54:47.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858468434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-windriver-id", "timestamp": 1618858473360, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:54:47.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858467804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "multicloud-k8s-id", "timestamp": 1618858473769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:54:47.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858468434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:47.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858467804, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858468434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:54:47.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858476825, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858479716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:54:47.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618858480720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:54:47.836Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:54:47.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858482009, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:54:47.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858483021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:54:47.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:54:47.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:54:47.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "clamp", "timestamp": 1618858484024, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T18:54:47.853Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5 2021-04-19T18:54:47.853Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:54:48.570Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0 2021-04-19T18:54:48.665Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T18:54:49.081Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-19T18:54:49.084Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0|INFO|500||Invoke 2021-04-19T18:54:49.232Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T18:54:49.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0|INFO|500||InvokeReturn 2021-04-19T18:54:49.439Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210419-18:54:49:227-89229], vertex-id=[127136], Content-Length=[0], Date=[Mon, 19 Apr 2021 18:54:49 GMT], Content-Type=[application/json]} 2021-04-19T18:54:49.439Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-04-19T18:54:49.443Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T18:54:49.443Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:54:49.448Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T18:54:49.454Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T18:54:49.455Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T18:54:49.455Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:54:49.456Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:54:49.457Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858489454, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T18:54:49.557Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:54:49.558Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:54:49.558Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:54:49.567Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:49.567Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T18:54:50.468Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:54:50.469Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:54:50.469Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|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 LjeJyZo92afNBi4r) ... 2021-04-19T18:54:54.766Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:54.767Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-19T18:54:54.767Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1630be15-4f53-432d-bc54-8dd02ef13cf5","serviceName":"vFW 2021-04-19 18-51-48","serviceVersion":"1.0","serviceUUID":"15f1e4a1-441c-489c-bb6a-adf10e2fa365","serviceDescription":"catalog service description","serviceInvariantUUID":"e0370651-80a0-47bb-83b5-63f688ebd5ba","resources":[{"resourceInstanceName":"vFW 63a899d0-9a41 0","resourceName":"vFW 63a899d0-9a41","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"784bb44e-59e5-4b3f-8468-b70fff1ab3db","resourceInvariantUUID":"3a1b7922-3258-4137-b0bf-e777bc2e7608","resourceCustomizationUUID":"2f6645f1-2b01-415b-a2c4-223a615863a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml","artifactChecksum":"OTExNWMxMThjZWQ0NDU5Mzk4ZjBiMTM5ZDgzYTc3Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f1c3d42-eb9a-4c35-959e-11a2d29634e1","artifactVersion":"1"},{"artifactName":"vfw63a899d09a410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json","artifactChecksum":"ZGI2MGYyYWIwOWYzYTc0MTBmN2ZiNmNlYjJhNzEzYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c302dde2-af58-4d3b-92e7-3bf4c1c65c8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml","artifactChecksum":"ZGM1NDY3ZTg5YTMxN2Q0NmFkOTk4MWY1NTlhN2JkNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ea0a858-8e8a-4c2c-a181-6c1a7ee353cb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"832f50be-6c93-4057-85b7-0016febf8b30","artifactVersion":"2","generatedFromUUID":"c302dde2-af58-4d3b-92e7-3bf4c1c65c8f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210419185148-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml","artifactChecksum":"MDgzMGRhNzQwMjA2NjMxYTQyYTliNzA3NDRmMGFjNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8538052-a3d7-449e-8d2f-a8ad3b38df3c","artifactVersion":"1"},{"artifactName":"service-Vfw20210419185148-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar","artifactChecksum":"NWFlMWY5MjExZWJmNmVhMmVlY2VjYjkxMmI0M2EzZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8589953f-7bd0-4f47-87aa-300394b28ddd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T18:54:54.771Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:54:54.771Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:54:54.773Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:54:54.773Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:54.873Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:54:54.874Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:54:54.874Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:54:54.883Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:54.884Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-19T18:54:55.773Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:54:55.774Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:54:55.776Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:54:55.776Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOTIFIED" } 2021-04-19T18:54:55.877Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:54:55.878Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:54:55.878Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:54:55.887Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:55.888Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-19T18:54:56.777Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:54:56.778Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:54:56.780Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:54:56.780Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-19T18:54:56.880Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-19T18:54:56.882Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:54:56.882Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:54:56.891Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:56.892Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:54:57.781Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:54:57.782Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:54:57.784Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:54:57.785Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:57.885Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:54:57.886Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:54:57.886Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:54:57.895Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:57.896Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:54:58.786Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:54:58.786Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:54:58.788Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:54:58.788Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-19T18:54:58.889Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:54:58.890Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:54:58.890Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:54:58.900Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:58.900Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:54:59.789Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:54:59.790Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:54:59.792Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:54:59.792Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:54:59.892Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:54:59.894Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:54:59.894Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:54:59.904Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:54:59.904Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:00.793Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T18:55:00.794Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:00.796Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:00.796Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:55:00.897Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T18:55:00.898Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:00.898Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:00.908Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:00.908Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:01.798Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "serviceName": "vFW 2021-04-19 18-51-48", "serviceVersion": "1.0", "serviceUUID": "15f1e4a1-441c-489c-bb6a-adf10e2fa365", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e0370651-80a0-47bb-83b5-63f688ebd5ba", "resources": [ { "resourceInstanceName": "vFW 63a899d0-9a41 0", "resourceCustomizationUUID": "2f6645f1-2b01-415b-a2c4-223a615863a9", "resourceName": "vFW 63a899d0-9a41", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "784bb44e-59e5-4b3f-8468-b70fff1ab3db", "resourceInvariantUUID": "3a1b7922-3258-4137-b0bf-e777bc2e7608", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw63a899d09a410_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "artifactChecksum": "ZGI2MGYyYWIwOWYzYTc0MTBmN2ZiNmNlYjJhNzEzYzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c302dde2-af58-4d3b-92e7-3bf4c1c65c8f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "832f50be-6c93-4057-85b7-0016febf8b30", "generatedFromUUID": "c302dde2-af58-4d3b-92e7-3bf4c1c65c8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "832f50be-6c93-4057-85b7-0016febf8b30", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210419185148-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "artifactChecksum": "NWFlMWY5MjExZWJmNmVhMmVlY2VjYjkxMmI0M2EzZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8589953f-7bd0-4f47-87aa-300394b28ddd" } ], "workloadContext": "Production" } 2021-04-19T18:55:01.798Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T18:55:01.798Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15f1e4a1-441c-489c-bb6a-adf10e2fa365 ASDC 2021-04-19T18:55:01.798Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1630be15-4f53-432d-bc54-8dd02ef13cf5 ServiceName:vFW 2021-04-19 18-51-48 ServiceVersion:1.0 ServiceUUID:15f1e4a1-441c-489c-bb6a-adf10e2fa365 ServiceInvariantUUID:e0370651-80a0-47bb-83b5-63f688ebd5ba ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210419185148-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar ArtifactUUID:8589953f-7bd0-4f47-87aa-300394b28ddd ArtifactChecksum:NWFlMWY5MjExZWJmNmVhMmVlY2VjYjkxMmI0M2EzZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 63a899d0-9a41 0 ResourceCustomizationUUID:2f6645f1-2b01-415b-a2c4-223a615863a9 ResourceInvariantUUID:3a1b7922-3258-4137-b0bf-e777bc2e7608 ResourceName:vFW 63a899d0-9a41 ResourceType:VF ResourceUUID:784bb44e-59e5-4b3f-8468-b70fff1ab3db ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw63a899d09a410_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json ArtifactUUID:f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9 ArtifactChecksum:ZGI2MGYyYWIwOWYzYTc0MTBmN2ZiNmNlYjJhNzEzYzY= 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/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml ArtifactUUID:c302dde2-af58-4d3b-92e7-3bf4c1c65c8f 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/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env ArtifactUUID:832f50be-6c93-4057-85b7-0016febf8b30 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/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env ArtifactUUID:832f50be-6c93-4057-85b7-0016febf8b30 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-19T18:55:01.798Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15f1e4a1-441c-489c-bb6a-adf10e2fa365 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8589953f-7bd0-4f47-87aa-300394b28ddd from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:03.506Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:55:03.513Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar 8589953f-7bd0-4f47-87aa-300394b28ddd 110143 2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar ASDC sendASDCNotification 2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:03.516Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:03.516Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858503514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:03.616Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:03.617Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:03.617Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:03.627Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:03.627Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:04.517Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8589953f-7bd0-4f47-87aa-300394b28ddd, URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar to file: /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210419185148-csar.csar 2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:04.842Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10321006709390450740/Definitions/service-Vfw20210419185148-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-04-19T18:55:06.922Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 63a899d0-9a41 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-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 63a899d0-9a41 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90d7c92e-05f2-4bb5-8b6e-47ce00684e30 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6eb95b16-6786-4bc3-8b79-cb8aa3bc75a8 2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ef46ef3-1850-4aa8-8365-e89bb90edb1b 2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-19 18-51-48 Description:catalog service description Model UUID:15f1e4a1-441c-489c-bb6a-adf10e2fa365 Model Version:NULL Model InvariantUuid:e0370651-80a0-47bb-83b5-63f688ebd5ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 63a899d0-9a41 Model UUID:006e9fc1-e36b-42e7-9d5e-822ec247e2e6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3a1b7922-3258-4137-b0bf-e777bc2e7608 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2f6645f1-2b01-415b-a2c4-223a615863a9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:649c69ed-16a8-4b49-a7e4-864004246a2f ModelName:Vfw63a899d09a41..base_vfw..module-0 ModelUuid:76ace95d-74ad-42e9-bb54-ab1e2590ddbf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:90d7c92e-05f2-4bb5-8b6e-47ce00684e30 ModelInvariantUuid:083a91a5-40b6-45df-b52c-97d8ffaeff91 ModelName:vFW 63a899d0-9a41-nodes.vfwCvfc ModelUuid:e1f51ef6-3a51-4076-a854-93fec0f4295b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8a01619b-7c7b-424f-9b03-051eff3ea122 ModelInvariantUuid:ca613a84-e660-41c0-813e-c560dcf2f275 ModelName:Vfw63a899d09a41.compute.nodes.heat.vfw ModelUuid:89cfd062-8beb-4568-853e-40fc082eca92 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6eb95b16-6786-4bc3-8b79-cb8aa3bc75a8 ModelInvariantUuid:3eac71f3-ddf1-4e7a-ae05-08e83a923238 ModelName:vFW 63a899d0-9a41-nodes.vsnCvfc ModelUuid:ea949785-0bef-4ac5-8428-d131a096c4ba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d1c9d083-b504-4dc2-bde8-ff2e4776cc79 ModelInvariantUuid:1151d207-3303-47eb-8045-52c658768433 ModelName:Vfw63a899d09a41.compute.nodes.heat.vsn ModelUuid:3a2a7a01-d6c3-4a2e-a2c6-44a2a679c8a4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0ef46ef3-1850-4aa8-8365-e89bb90edb1b ModelInvariantUuid:22353030-4473-4833-ac02-5ef1e13a1f4a ModelName:vFW 63a899d0-9a41-nodes.vpgCvfc ModelUuid:699c5370-7997-4d00-9d86-1972fddf56d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1dfb6abb-c65d-42ed-aa8a-c5c442a66ee8 ModelInvariantUuid:832db37a-47e2-4f25-ad07-a369cd000703 ModelName:Vfw63a899d09a41.compute.nodes.heat.vpg ModelUuid:37236998-e6fc-4980-bcdc-99b88a4e76cb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T18:55:06.938Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 784bb44e-59e5-4b3f-8468-b70fff1ab3db Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||vFW 63a899d0-9a41 0 2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 784bb44e-59e5-4b3f-8468-b70fff1ab3db 2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9 from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json 2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json 2021-04-19T18:55:08.364Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9 785 2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json ASDC sendASDCNotification 2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json 2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:55:08.366Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:08.368Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:08.368Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858508365, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:08.468Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:08.469Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:08.469Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:08.478Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:08.479Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:09.369Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw63a899d09a41..base_vfw..module-0", "vfModuleModelInvariantUUID": "649c69ed-16a8-4b49-a7e4-864004246a2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76ace95d-74ad-42e9-bb54-ab1e2590ddbf", "vfModuleModelCustomizationUUID": "cb4b9a7e-50c6-4e2e-b5da-df9c1e504794", "isBase": true, "artifacts": [ "c302dde2-af58-4d3b-92e7-3bf4c1c65c8f", "832f50be-6c93-4057-85b7-0016febf8b30" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T18:55:09.374Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw63a899d09a41..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76ace95d-74ad-42e9-bb54-ab1e2590ddbf VfModuleModelInvariantUUID:649c69ed-16a8-4b49-a7e4-864004246a2f VfModuleModelDescription:NULL Artifacts UUID List:{ c302dde2-af58-4d3b-92e7-3bf4c1c65c8f , 832f50be-6c93-4057-85b7-0016febf8b30 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T18:55:09.377Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw63a899d09a41..base_vfw..module-0", "vfModuleModelInvariantUUID": "649c69ed-16a8-4b49-a7e4-864004246a2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76ace95d-74ad-42e9-bb54-ab1e2590ddbf", "vfModuleModelCustomizationUUID": "cb4b9a7e-50c6-4e2e-b5da-df9c1e504794", "isBase": true, "artifacts": [ "c302dde2-af58-4d3b-92e7-3bf4c1c65c8f", "832f50be-6c93-4057-85b7-0016febf8b30" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T18:55:09.377Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw63a899d09a41..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76ace95d-74ad-42e9-bb54-ab1e2590ddbf VfModuleModelInvariantUUID:649c69ed-16a8-4b49-a7e4-864004246a2f VfModuleModelDescription:NULL Artifacts UUID List:{ c302dde2-af58-4d3b-92e7-3bf4c1c65c8f , 832f50be-6c93-4057-85b7-0016febf8b30 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T18:55:09.378Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c302dde2-af58-4d3b-92e7-3bf4c1c65c8f from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml 2021-04-19T18:55:09.378Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:55:09.378Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml 2021-04-19T18:55:10.008Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml c302dde2-af58-4d3b-92e7-3bf4c1c65c8f 20368 2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml 2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:10.012Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:10.012Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858510010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:10.112Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:10.113Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:10.113Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:10.122Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:10.123Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:11.012Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 832f50be-6c93-4057-85b7-0016febf8b30 from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env 2021-04-19T18:55:11.013Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-19T18:55:11.013Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env 2021-04-19T18:55:11.187Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-19T18:55:11.187Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env 832f50be-6c93-4057-85b7-0016febf8b30 2098 2021-04-19T18:55:11.187Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-19T18:55:11.188Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env 2021-04-19T18:55:11.188Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T18:55:11.188Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:11.190Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:11.190Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858511187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:11.291Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:11.292Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:11.292Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:11.301Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:11.302Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:12.191Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 15f1e4a1-441c-489c-bb6a-adf10e2fa365 2021-04-19T18:55:12.196Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 63a899d0-9a41 0 784bb44e-59e5-4b3f-8468-b70fff1ab3db ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2f6645f1-2b01-415b-a2c4-223a615863a9 2021-04-19T18:55:12.217Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f6645f1-2b01-415b-a2c4-223a615863a9 matches Tosca VF Customization UUID: 2f6645f1-2b01-415b-a2c4-223a615863a9 2021-04-19T18:55:12.217Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2f6645f1-2b01-415b-a2c4-223a615863a9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-19T18:55:12.220Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.221Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2f6645f1-2b01-415b-a2c4-223a615863a9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5697b330 2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb4b9a7e-50c6-4e2e-b5da-df9c1e504794 2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb4b9a7e-50c6-4e2e-b5da-df9c1e504794 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90d7c92e-05f2-4bb5-8b6e-47ce00684e30 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T18:55:12.229Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria 2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.232Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6eb95b16-6786-4bc3-8b79-cb8aa3bc75a8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T18:55:12.234Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.234Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:12.235Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria 2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-19T18:55:12.240Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-19T18:55:12.240Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-19T18:55:12.240Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ef46ef3-1850-4aa8-8365-e89bb90edb1b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T18:55:12.242Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria 2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=2f6645f1-2b01-415b-a2c4-223a615863a9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 15f1e4a1-441c-489c-bb6a-adf10e2fa365: vFW 63a899d0-9a41 2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.247Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T18:55:12.247Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T18:55:12.247Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-19 18-51-48 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T18:55:12.421Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 63a899d0-9a41 784bb44e-59e5-4b3f-8468-b70fff1ab3db 1 ASDC deployResourceStructure 2021-04-19T18:55:12.421Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json ASDC sendASDCNotification 2021-04-19T18:55:12.421Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json 2021-04-19T18:55:12.422Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:55:12.422Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:12.423Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:12.423Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858512421, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:55:12.524Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T18:55:12.525Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:12.525Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:12.534Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:12.534Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:13.426Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-19T18:55:13.427Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml 2021-04-19T18:55:13.427Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:55:13.427Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:13.429Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:13.429Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858513424, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-19T18:55:13.529Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:13.530Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:13.530Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:13.539Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:13.540Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:14.430Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-19T18:55:14.430Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env 2021-04-19T18:55:14.430Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:55:14.431Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:14.434Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:14.434Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858514429, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-19T18:55:14.535Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:14.536Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:14.536Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:14.548Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:14.548Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:15.436Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar ASDC sendASDCNotification 2021-04-19T18:55:15.436Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar 2021-04-19T18:55:15.436Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T18:55:15.437Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:15.439Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:15.439Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858515435, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:55:15.539Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:15.540Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:15.541Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:15.551Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:15.552Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:16.440Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:55:16.451Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||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-04-19T18:55:16.459Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T18:55:46.460Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T18:55:46.464Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5 and serviceModelVersionId: 15f1e4a1-441c-489c-bb6a-adf10e2fa365 2021-04-19T18:55:46.464Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0370651-80a0-47bb-83b5-63f688ebd5ba 2021-04-19T18:55:46.465Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0 2021-04-19T18:55:46.470Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T18:55:46.504Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-19T18:55:46.504Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0|INFO|500||Invoke 2021-04-19T18:55:46.533Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T18:55:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:55:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:55:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0|INFO|500||InvokeReturn 2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210419-18:55:46:528-92986], vertex-id=[184448], Content-Length=[0], Date=[Mon, 19 Apr 2021 18:55:46 GMT], Content-Type=[application/json]} 2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1630be15-4f53-432d-bc54-8dd02ef13cf5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-19T18:55:47.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T18:55:47.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858547213, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T18:55:47.316Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T18:55:47.317Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T18:55:47.317Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T18:55:47.326Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:47.326Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T18:55:47.335Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:47.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858489454, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T18:55:47.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:55:47.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "NOTIFIED" } 2021-04-19T18:55:47.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-19T18:55:47.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T18:55:47.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-19T18:55:47.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858490468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "NOTIFIED" } 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858503514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858508365, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858510010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858511187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858512421, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json", "status": "DEPLOY_OK" } 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858513424, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858514429, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-19T18:55:47.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:55:47.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T18:55:47.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858515435, "artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T18:55:47.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T18:55:48.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:55:48.228Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:55:48.228Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T18:55:57.764Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:55:57.765Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:55:57.765Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:55:57.765Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T18:56:07.297Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:56:07.298Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:56:07.298Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:56:07.298Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T18:56:16.833Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:56:16.833Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:56:16.834Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:56:16.834Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T18:56:26.370Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:56:47.056Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:56:47.057Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:56:47.057Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T18:56:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:56:47.059Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:56:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:56:47.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:56:47.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T18:56:47.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618858547213, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T18:56:47.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T18:56:56.595Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:57:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:57:47.057Z||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-04-19T18:57:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:57:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:57:47.060Z||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-04-19T18:57:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:57:56.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:57:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:58:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:58:47.057Z||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-04-19T18:58:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:58:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:58:47.059Z||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-04-19T18:58:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:58:56.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:58:56.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:59:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:59:47.057Z||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-04-19T18:59:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:59:47.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T18:59:47.059Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T18:59:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T18:59:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T18:59:56.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:00:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:00:47.057Z||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-04-19T19:00:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:00:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:00:47.059Z||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-04-19T19:00:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:00:56.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:00:56.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:01:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:01:47.057Z||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-04-19T19:01:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:01:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:01:47.059Z||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-04-19T19:01:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:01:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:01:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:02:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:02:47.058Z||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-04-19T19:02:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:02:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:02:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:02:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:02:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:02:56.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:03:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:03:47.057Z||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-04-19T19:03:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:03:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:03:47.060Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:03:47.060Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:03:56.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:03:56.606Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:04:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:04:47.058Z||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-04-19T19:04:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:04:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:04:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:04:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:04:47.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:04:47.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:04:47.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859056460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4380217a-b6ec-4aba-9efa-d0a23e9b87a0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3a7c7693-7fea-499e-9b2b-a28aba13ecf5","serviceDescription":"service","serviceInvariantUUID":"bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"991df823-b294-4345-ba60-ac8cb047d78f","resourceInvariantUUID":"3e951a9f-15a9-447a-95c9-e23e911ea582","resourceCustomizationUUID":"1f1d61f9-898c-4925-a169-60e1a6e20fe7","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":"ODg3N2NkYTcwMjZiNzMyYzdkN2Y2MmJmN2U1NDdlOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a219ea67-2a23-4e86-bec9-aa25d1ca539f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWJmYTgwNDU2MTdmZjEwM2M2MTdkNWE5OGJmZmYyOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04e805a2-3500-4321-85a7-b61859b33a34","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859058276, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859058045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "aai-ml", "timestamp": 1618859052343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "policy-id", "timestamp": 1618859056908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "ves-openapi-manager", "timestamp": 1618859061411, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "aai-ml", "timestamp": 1618859052343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859058045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859058276, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859056460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "policy-id", "timestamp": 1618859056908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "cds", "timestamp": 1618859062115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "ves-openapi-manager", "timestamp": 1618859061411, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "cds", "timestamp": 1618859062115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "policy-id", "timestamp": 1618859065744, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "aai-ml", "timestamp": 1618859065906, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "cds", "timestamp": 1618859066751, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "policy-id", "timestamp": 1618859066749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "cds", "timestamp": 1618859067755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-04-19T19:04:47.688Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:04:47.688Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:04:47.690Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:04:47.690Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859087057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:04:47.700Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 2021-04-19T19:04:47.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:04:47.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "policy-id", "timestamp": 1618859067751, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:04:47.712Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 2021-04-19T19:04:47.712Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "dcae-sch", "timestamp": 1618859067382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "clamp", "timestamp": 1618859067804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "dcae-sch", "timestamp": 1618859067382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859068434, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "clamp", "timestamp": 1618859067804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "aai-ml", "timestamp": 1618859070009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859068434, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "aai-ml", "timestamp": 1618859071012, "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-04-19T19:04:47.724Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 2021-04-19T19:04:47.724Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859072207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:04:47.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859073614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:04:47.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859074618, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:04:47.737Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 2021-04-19T19:04:47.737Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "clamp", "timestamp": 1618859079658, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "clamp", "timestamp": 1618859080680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "clamp", "timestamp": 1618859081682, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:04:47.748Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 2021-04-19T19:04:47.748Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:04:47.790Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:04:47.791Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:04:47.791Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:04:47.799Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:04:47.800Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:04:48.691Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:04:48.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:04:48.693Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:04:48.694Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859087057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:04:48.794Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:04:48.795Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:04:48.795Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:04:48.802Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:04:48.803Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:04:49.695Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3a7c7693-7fea-499e-9b2b-a28aba13ecf5", "serviceDescription": "service", "serviceInvariantUUID": "bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "1f1d61f9-898c-4925-a169-60e1a6e20fe7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "991df823-b294-4345-ba60-ac8cb047d78f", "resourceInvariantUUID": "3e951a9f-15a9-447a-95c9-e23e911ea582", "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": "ZWJmYTgwNDU2MTdmZjEwM2M2MTdkNWE5OGJmZmYyOGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04e805a2-3500-4321-85a7-b61859b33a34" } ], "workloadContext": "Production" } 2021-04-19T19:04:49.695Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T19:04:49.695Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 ASDC 2021-04-19T19:04:49.695Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4380217a-b6ec-4aba-9efa-d0a23e9b87a0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3a7c7693-7fea-499e-9b2b-a28aba13ecf5 ServiceInvariantUUID:bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec 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:04e805a2-3500-4321-85a7-b61859b33a34 ArtifactChecksum:ZWJmYTgwNDU2MTdmZjEwM2M2MTdkNWE5OGJmZmYyOGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:1f1d61f9-898c-4925-a169-60e1a6e20fe7 ResourceInvariantUUID:3e951a9f-15a9-447a-95c9-e23e911ea582 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:991df823-b294-4345-ba60-ac8cb047d78f ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-19T19:04:49.695Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:04:49.715Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 04e805a2-3500-4321-85a7-b61859b33a34 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-19T19:04:50.811Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 04e805a2-3500-4321-85a7-b61859b33a34 52217 2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:04:50.815Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:04:50.816Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:04:50.816Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859090814, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:04:50.916Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:04:50.917Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:04:50.918Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:04:50.926Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:04:50.926Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:04:51.817Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:04:51.818Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:04:51.818Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 04e805a2-3500-4321-85a7-b61859b33a34, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:51.818Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-19T19:04:51.819Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:51.819Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:51.899Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1298646551496751633/Definitions/service-BasicNetwork-template.yml 2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.249Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3a7c7693-7fea-499e-9b2b-a28aba13ecf5 Model Version:NULL Model InvariantUuid:bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3e951a9f-15a9-447a-95c9-e23e911ea582 Model UUID:d9681707-e3ba-4dcd-9f91-71d4cb78aa02 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:1f1d61f9-898c-4925-a169-60e1a6e20fe7 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T19:04:52.255Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 991df823-b294-4345-ba60-ac8cb047d78f 2021-04-19T19:04:52.255Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||No resources found for Service: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:04:52.258Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500|| 2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:04:52.264Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3a7c7693-7fea-499e-9b2b-a28aba13ecf5: Generic NeutronNet 2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.266Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.266Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.266Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-04-19T19:04:52.317Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:04:52.381Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:04:52.382Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:04:52.382Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859092380, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:04:52.482Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:04:52.483Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:04:52.483Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:04:52.492Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:04:52.492Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:04:53.383Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:04:53.394Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:53.403Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T19:05:23.403Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T19:05:23.408Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and serviceModelVersionId: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 2021-04-19T19:05:23.408Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec 2021-04-19T19:05:23.408Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0 2021-04-19T19:05:23.413Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T19:05:23.447Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|INFO|500||Invoke 2021-04-19T19:05:23.448Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4380217a-b6ec-4aba-9efa-d0a23e9b87a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[46a3a900-03a4-4676-a47d-b5ad1c29b78f], X-ECOMP-RequestID=[4380217a-b6ec-4aba-9efa-d0a23e9b87a0], X-TransactionId=[], X-ONAP-RequestID=[4380217a-b6ec-4aba-9efa-d0a23e9b87a0], Content-Type=[application/merge-patch+json]} 2021-04-19T19:05:23.467Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T19:05:24.510Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210419-19:05:23:464-59442], vertex-id=[438512], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:05:23 GMT], Content-Type=[application/json]} 2021-04-19T19:05:24.510Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-19T19:05:24.511Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|INFO|500||InvokeReturn 2021-04-19T19:05:24.512Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T19:05:24.512Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:05:24.517Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T19:05:24.517Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T19:05:24.517Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T19:05:24.518Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:24.520Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:24.520Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859124517, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:05:24.620Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:24.621Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:24.621Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:24.636Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:24.637Z||pool-39-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-04-19T19:05:47.058Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:05:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:05:47.059Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|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-04-19T19:05:47.059Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:05:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:05:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:05:47.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:05:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859087057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:05:49.841Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:49.841Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-19T19:05:49.841Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e200783-3276-468a-8679-0c84e4f845ff","serviceName":"Demo_pNF_wZPueZfIWfVuz6RfSR6a","serviceVersion":"1.0","serviceUUID":"b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a","serviceDescription":"catalog service description","serviceInvariantUUID":"9e388eba-84a3-4f32-8a3d-8514d0b47861","resources":[{"resourceInstanceName":"pNF 0fdd3d88-de8e 0","resourceName":"pNF 0fdd3d88-de8e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"947f08a9-5dd7-478b-a0a1-c2becbdc1419","resourceInvariantUUID":"827992a1-a4db-47b0-b0fd-092cc3f59d0f","resourceCustomizationUUID":"a2753a68-2189-4566-8d50-488bf53fc277","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml","artifactChecksum":"MjBlNDI0MDU5YWQ4ZWRhY2MzMGNjYTI5ZTkxMmM5YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"370391b0-c75f-4655-82ab-82c8443f98ec","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar","artifactChecksum":"NTkwYWFmODYxNWRkMTEyNWVlMWNmZTNlZGUwZDc3NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e52845af-7753-45cf-bd90-7850de1eb2f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51b34528-55a4-445c-8a1d-e4f766b19b92","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjlkMzdkZjBkZmM5MWY5NzM3MGJmN2RmZDA0NDY3OTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9050512b-7b1c-4f2e-9588-0960e02e8972","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1199b6be-abda-4b8c-8a14-0e5ca5bd7307","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"928161be-ca2c-415b-b46b-62ef55180baf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml","artifactChecksum":"NzEzMDk3ZDljZjk1NzAwMmM5YzdhMzYyY2ZlN2Q3ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bfb2759-7a1e-4d85-af2f-fbc13f76af5b","artifactVersion":"1"},{"artifactName":"service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar","artifactChecksum":"MmUyZTM0MmY2YjEwZGU2YTA1MmVhMWY0ZDM3MjM3M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1665d751-6d1d-4c86-9353-98ef9694cebb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T19:05:49.844Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:49.844Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:49.846Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:49.846Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:49.946Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:49.947Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:49.947Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:49.956Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:49.957Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:05:50.847Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:50.848Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:50.850Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:50.850Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:50.950Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:50.951Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:50.951Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:50.960Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:50.960Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:05:51.851Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:51.852Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:51.854Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:51.854Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:51.954Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:51.955Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:51.955Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:51.964Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:51.964Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:05:52.855Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:52.856Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:52.857Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:52.857Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:52.958Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:52.959Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:52.959Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:52.966Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:52.966Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:05:53.858Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:53.859Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:53.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:53.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:53.961Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:53.962Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:53.962Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:53.969Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:53.970Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:05:54.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:54.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:54.863Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:54.863Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:54.963Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:54.964Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:54.964Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:54.974Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:54.975Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:05:55.864Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:55.864Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:55.867Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:55.867Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:05:55.967Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:55.968Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:55.968Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:55.976Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:55.977Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:05:56.867Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:05:56.868Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:56.870Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:56.870Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:05:56.970Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:56.971Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:56.971Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:56.977Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:56.978Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:05:57.871Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "serviceName": "Demo_pNF_wZPueZfIWfVuz6RfSR6a", "serviceVersion": "1.0", "serviceUUID": "b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e388eba-84a3-4f32-8a3d-8514d0b47861", "resources": [ { "resourceInstanceName": "pNF 0fdd3d88-de8e 0", "resourceCustomizationUUID": "a2753a68-2189-4566-8d50-488bf53fc277", "resourceName": "pNF 0fdd3d88-de8e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "947f08a9-5dd7-478b-a0a1-c2becbdc1419", "resourceInvariantUUID": "827992a1-a4db-47b0-b0fd-092cc3f59d0f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "artifactChecksum": "MmUyZTM0MmY2YjEwZGU2YTA1MmVhMWY0ZDM3MjM3M2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1665d751-6d1d-4c86-9353-98ef9694cebb" } ], "workloadContext": "Production" } 2021-04-19T19:05:57.871Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T19:05:57.871Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a ASDC 2021-04-19T19:05:57.872Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1e200783-3276-468a-8679-0c84e4f845ff ServiceName:Demo_pNF_wZPueZfIWfVuz6RfSR6a ServiceVersion:1.0 ServiceUUID:b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a ServiceInvariantUUID:9e388eba-84a3-4f32-8a3d-8514d0b47861 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar ArtifactUUID:1665d751-6d1d-4c86-9353-98ef9694cebb ArtifactChecksum:MmUyZTM0MmY2YjEwZGU2YTA1MmVhMWY0ZDM3MjM3M2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0fdd3d88-de8e 0 ResourceCustomizationUUID:a2753a68-2189-4566-8d50-488bf53fc277 ResourceInvariantUUID:827992a1-a4db-47b0-b0fd-092cc3f59d0f ResourceName:pNF 0fdd3d88-de8e ResourceType:PNF ResourceUUID:947f08a9-5dd7-478b-a0a1-c2becbdc1419 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-19T19:05:57.872Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:05:57.894Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1665d751-6d1d-4c86-9353-98ef9694cebb from URL: /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:05:57.896Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:05:58.750Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 1665d751-6d1d-4c86-9353-98ef9694cebb 83317 2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar ASDC sendASDCNotification 2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:05:58.758Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:05:58.758Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859158756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:05:58.858Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:05:58.859Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:05:58.860Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:05:58.867Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:05:58.868Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:05:59.759Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:05:59.760Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:05:59.760Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1665d751-6d1d-4c86-9353-98ef9694cebb, URL: /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar to file: /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:05:59.761Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:05:59.761Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:05:59.762Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:05:59.890Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2785300025423830868/Definitions/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml 2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||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-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||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-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||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-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||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-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fdd3d88-de8e 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-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||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-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fdd3d88-de8e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Node template pNF 0fdd3d88-de8e 0 is matching search criteria 2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0fdd3d88-de8e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Node template pNF 0fdd3d88-de8e 0 is matching search criteria 2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0fdd3d88-de8e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wZPueZfIWfVuz6RfSR6a Description:catalog service description Model UUID:b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a Model Version:NULL Model InvariantUuid:9e388eba-84a3-4f32-8a3d-8514d0b47861 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T19:06:00.463Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 947f08a9-5dd7-478b-a0a1-c2becbdc1419 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:06:00.465Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||pNF 0fdd3d88-de8e 0 2021-04-19T19:06:00.465Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 947f08a9-5dd7-478b-a0a1-c2becbdc1419 2021-04-19T19:06:00.466Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a 2021-04-19T19:06:00.466Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a 2021-04-19T19:06:00.466Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0fdd3d88-de8e 0 947f08a9-5dd7-478b-a0a1-c2becbdc1419 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:06:00.470Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.470Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.470Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a: pNF 0fdd3d88-de8e 2021-04-19T19:06:00.471Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Processing PNF resource: 947f08a9-5dd7-478b-a0a1-c2becbdc1419 2021-04-19T19:06:00.471Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:06:00.471Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:06:00.471Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Resource customization UUID: a2753a68-2189-4566-8d50-488bf53fc277 is the same as notified resource customizationUUID: a2753a68-2189-4566-8d50-488bf53fc277 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-19T19:06:00.539Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0fdd3d88-de8e 947f08a9-5dd7-478b-a0a1-c2becbdc1419 0 ASDC deployResourceStructure 2021-04-19T19:06:00.540Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar ASDC sendASDCNotification 2021-04-19T19:06:00.540Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 2021-04-19T19:06:00.540Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:06:00.540Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:06:00.542Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:06:00.542Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859160540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:06:00.642Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:06:00.643Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:06:00.643Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:06:00.651Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:06:00.651Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:06:01.543Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:06:01.552Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:06:01.554Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:06:01.554Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:06:01.554Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:06:31.555Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:06:31.564Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:06:31.569Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:06:31.569Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:06:31.570Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:06:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:06:47.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:06:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:06:47.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:06:47.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:06:47.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859087057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:06:47.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:06:47.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859090814, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859092380, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859124517, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:06:47.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:01.570Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:07:01.580Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:07:01.582Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:07:01.582Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:07:01.582Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:07:31.582Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:07:31.593Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:07:31.596Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:07:31.596Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:07:31.596Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:07:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:07:47.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:07:47.060Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:07:47.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:07:47.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-19T19:07:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859142343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "dcae-sch", "timestamp": 1618859147382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859147058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859141411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859158756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:07:47.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859158761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:07:47.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859158845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:07:47.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859152116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859160011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:07:47.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859160540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "ves-openapi-manager", "timestamp": 1618859161015, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:07:47.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1e200783-3276-468a-8679-0c84e4f845ff 2021-04-19T19:07:47.118Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e200783-3276-468a-8679-0c84e4f845ff and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:07:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859162540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:07:47.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "cds", "timestamp": 1618859163545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:07:47.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e200783-3276-468a-8679-0c84e4f845ff 2021-04-19T19:07:47.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e200783-3276-468a-8679-0c84e4f845ff and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:07:47.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859156461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859164439, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859156908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "aai-ml", "timestamp": 1618859165443, "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-04-19T19:07:47.151Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e200783-3276-468a-8679-0c84e4f845ff 2021-04-19T19:07:47.151Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e200783-3276-468a-8679-0c84e4f845ff and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859157804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-k8s-id", "timestamp": 1618859158045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "multicloud-windriver-id", "timestamp": 1618859158276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859158434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859167056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859168059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859168728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "policy-id", "timestamp": 1618859169062, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:07:47.163Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e200783-3276-468a-8679-0c84e4f845ff 2021-04-19T19:07:47.163Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e200783-3276-468a-8679-0c84e4f845ff and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:07:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859170366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:07:47.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859171369, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:07:47.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e200783-3276-468a-8679-0c84e4f845ff 2021-04-19T19:07:47.176Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e200783-3276-468a-8679-0c84e4f845ff and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:07:47.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859176965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:07:47.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859177976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:07:47.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:07:47.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:07:47.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "clamp", "timestamp": 1618859178978, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:07:47.189Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e200783-3276-468a-8679-0c84e4f845ff 2021-04-19T19:07:47.189Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e200783-3276-468a-8679-0c84e4f845ff and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:01.596Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:08:01.607Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:08:01.610Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:08:01.611Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:08:01.611Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:08:01.611Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||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-04-19T19:08:01.615Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T19:08:31.615Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e200783-3276-468a-8679-0c84e4f845ff and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T19:08:31.620Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e200783-3276-468a-8679-0c84e4f845ff and serviceModelVersionId: b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a 2021-04-19T19:08:31.620Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e388eba-84a3-4f32-8a3d-8514d0b47861 2021-04-19T19:08:31.621Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0 2021-04-19T19:08:31.625Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T19:08:31.657Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0|INFO|500||Invoke 2021-04-19T19:08:31.657Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e200783-3276-468a-8679-0c84e4f845ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bcefbee-2390-49ac-8fa6-1cd1aeaae27f], X-ECOMP-RequestID=[1e200783-3276-468a-8679-0c84e4f845ff], X-TransactionId=[], X-ONAP-RequestID=[1e200783-3276-468a-8679-0c84e4f845ff], Content-Type=[application/merge-patch+json]} 2021-04-19T19:08:31.674Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T19:08:31.922Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210419-19:08:31:671-37943], vertex-id=[168032], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:08:31 GMT], Content-Type=[application/json]} 2021-04-19T19:08:31.923Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-19T19:08:31.923Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9e388eba-84a3-4f32-8a3d-8514d0b47861/model-vers/model-ver/b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a?depth=0|INFO|500||InvokeReturn 2021-04-19T19:08:31.923Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T19:08:31.923Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:08:31.928Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T19:08:31.928Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e200783-3276-468a-8679-0c84e4f845ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T19:08:31.928Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T19:08:31.929Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:31.931Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:31.931Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859311928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:08:32.031Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:32.032Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:32.032Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:32.044Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:32.045Z||pool-50-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-04-19T19:08:32.942Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:08:32.943Z|1e200783-3276-468a-8679-0c84e4f845ff|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-04-19T19:08:32.943Z|1e200783-3276-468a-8679-0c84e4f845ff|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:08:37.225Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:37.226Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-19T19:08:37.227Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b3e2474-756d-4cf8-8d90-1d3ae2f51da1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0554e84d-52f7-40dc-97c6-9faf424a2de2","serviceDescription":"service","serviceInvariantUUID":"e3cf73fc-1f58-4747-8aff-b00745ba9cff","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f14a17c0-082b-4c2c-aa6d-41f310044d82","resourceInvariantUUID":"8d384cec-03ec-4d6a-af04-eb11ae63981b","resourceCustomizationUUID":"383be35b-b5df-4493-893d-511fbabad59c","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":"ODZmNWJjZGQ1NDAzNzNkNDI0ZDlhOGMxNjcwYjVlNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acdb5443-4f23-41c7-bf88-8e9cb2a23d7e","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":"77663b5c-0ee0-4e6a-bf28-12907c47fe6d","artifactVersion":"2","generatedFromUUID":"7049e4d2-e434-43dc-9c81-7f0f03f3907b"},{"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":"7049e4d2-e434-43dc-9c81-7f0f03f3907b","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":"ODBlNjNhY2E5ZDczNzEzOTA0ODYxNmNlMmM0Y2IwZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5634a35-922d-4204-b3ad-ad0ead2bb275","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":"2f7fb036-5ef6-459a-ae9d-7b58cb6c7013","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":"79317b79-0569-4bcb-b2b7-88cedcad0f66","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":"95eca120-d11f-4ebb-81a1-940e450231c2","artifactVersion":"2","generatedFromUUID":"2f7fb036-5ef6-459a-ae9d-7b58cb6c7013"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODcyZDVjMTAxZjgwNTk5OWFiMDFjYWJiZTA1NzIzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d639c7df-b69f-4f9d-af74-016c37997956","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGIzM2JiYjQ5ZGQxNzNkMjViZjM2MTkzODkwMDY3ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5701961c-bf20-48b3-8fb3-9a0d8852011e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T19:08:37.229Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:37.229Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:37.230Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:37.231Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:37.331Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:37.332Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:37.332Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:37.341Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:37.341Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:38.231Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:38.232Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:38.234Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:38.234Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-19T19:08:38.334Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:38.335Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:38.335Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:38.344Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:38.344Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:39.235Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:39.236Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:39.238Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:39.238Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-19T19:08:39.339Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T19:08:39.340Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:39.340Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:39.348Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:39.349Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:40.239Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:40.240Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:40.242Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:40.242Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:40.342Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2021-04-19T19:08:40.343Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:40.343Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:40.352Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:40.352Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:08:41.255Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:41.256Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:41.258Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:41.258Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:41.358Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:41.359Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:41.359Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:41.369Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:41.370Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:42.259Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:42.260Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:42.262Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:42.262Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:42.362Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:42.363Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:42.363Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:42.372Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:42.373Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:43.262Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:43.263Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:43.266Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:43.266Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-19T19:08:43.366Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:43.367Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:43.367Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:43.377Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:43.378Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:44.267Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:44.268Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:44.270Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:44.270Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:44.370Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:44.371Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:44.371Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:44.380Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:44.380Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:45.271Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:08:45.272Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:45.273Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:45.273Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:45.373Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:45.374Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:45.374Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:45.383Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:45.383Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:46.275Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "0554e84d-52f7-40dc-97c6-9faf424a2de2", "serviceDescription": "service", "serviceInvariantUUID": "e3cf73fc-1f58-4747-8aff-b00745ba9cff", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "383be35b-b5df-4493-893d-511fbabad59c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f14a17c0-082b-4c2c-aa6d-41f310044d82", "resourceInvariantUUID": "8d384cec-03ec-4d6a-af04-eb11ae63981b", "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": "77663b5c-0ee0-4e6a-bf28-12907c47fe6d", "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": "7049e4d2-e434-43dc-9c81-7f0f03f3907b", "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": "ODBlNjNhY2E5ZDczNzEzOTA0ODYxNmNlMmM0Y2IwZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5634a35-922d-4204-b3ad-ad0ead2bb275", "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": "2f7fb036-5ef6-459a-ae9d-7b58cb6c7013", "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": "95eca120-d11f-4ebb-81a1-940e450231c2", "generatedFromUUID": "2f7fb036-5ef6-459a-ae9d-7b58cb6c7013" }, "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": "95eca120-d11f-4ebb-81a1-940e450231c2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NGIzM2JiYjQ5ZGQxNzNkMjViZjM2MTkzODkwMDY3ZTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5701961c-bf20-48b3-8fb3-9a0d8852011e" } ], "workloadContext": "Production" } 2021-04-19T19:08:46.275Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T19:08:46.275Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0554e84d-52f7-40dc-97c6-9faf424a2de2 ASDC 2021-04-19T19:08:46.276Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:0554e84d-52f7-40dc-97c6-9faf424a2de2 ServiceInvariantUUID:e3cf73fc-1f58-4747-8aff-b00745ba9cff 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:5701961c-bf20-48b3-8fb3-9a0d8852011e ArtifactChecksum:NGIzM2JiYjQ5ZGQxNzNkMjViZjM2MTkzODkwMDY3ZTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:383be35b-b5df-4493-893d-511fbabad59c ResourceInvariantUUID:8d384cec-03ec-4d6a-af04-eb11ae63981b ResourceName:basic_cnf ResourceType:VF ResourceUUID:f14a17c0-082b-4c2c-aa6d-41f310044d82 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:77663b5c-0ee0-4e6a-bf28-12907c47fe6d 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:7049e4d2-e434-43dc-9c81-7f0f03f3907b 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:e5634a35-922d-4204-b3ad-ad0ead2bb275 ArtifactChecksum:ODBlNjNhY2E5ZDczNzEzOTA0ODYxNmNlMmM0Y2IwZTk= 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:2f7fb036-5ef6-459a-ae9d-7b58cb6c7013 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:95eca120-d11f-4ebb-81a1-940e450231c2 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:95eca120-d11f-4ebb-81a1-940e450231c2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-19T19:08:46.276Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0554e84d-52f7-40dc-97c6-9faf424a2de2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:46.303Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:08:46.304Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:08:46.304Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:08:46.304Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5701961c-bf20-48b3-8fb3-9a0d8852011e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-19T19:08:46.304Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:08:46.304Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-19T19:08:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:08:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:08:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:08:47.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:47.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-19T19:08:47.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-19T19:08:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859218045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859217804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859218276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859227115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "ves-openapi-manager", "timestamp": 1618859221411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859218434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859237247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859237243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859237244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859237251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "cds", "timestamp": 1618859238252, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.117Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.117Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859239035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859239036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859239164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859240061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859240167, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859240852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859240938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859241073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "ves-openapi-manager", "timestamp": 1618859241411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "clamp", "timestamp": 1618859242076, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.144Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859242115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "ves-openapi-manager", "timestamp": 1618859241411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "dcae-sch", "timestamp": 1618859227382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859242115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "ves-openapi-manager", "timestamp": 1618859241411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859242115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859244298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "ves-openapi-manager", "timestamp": 1618859241411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859244648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859244897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859242115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859245303, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.160Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.160Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "ves-openapi-manager", "timestamp": 1618859241411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859245952, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.170Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.170Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859242115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-windriver-id", "timestamp": 1618859246306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "ves-openapi-manager", "timestamp": 1618859241411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-k8s-id", "timestamp": 1618859246955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859242115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859247309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859247407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "ves-openapi-manager", "timestamp": 1618859241411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859247804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859247959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859247941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859242115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859247309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859248434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859247804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859247959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859248945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859249307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859247309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859248434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859247804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "policy-id", "timestamp": 1618859249948, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.182Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.182Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:08:47.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859247959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859250047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859247309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859248434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859247804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859247959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "cds", "timestamp": 1618859251050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.198Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:08:47.198Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859247309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859248434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859251706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859251803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859247804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859247959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859247309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859248434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "aai-ml", "timestamp": 1618859252806, "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-04-19T19:08:47.210Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.210Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859247804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859247959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859247309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859248434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859247804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859247959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859248434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859254548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859247382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859254942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859255553, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.224Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 2021-04-19T19:08:47.225Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:08:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859255554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859256246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859256556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859256836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859257637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859258195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859258555, "artifactURL": "/sdc/v1/catalog/services/10fcd8d5-47fa-4445-ae42-91af7d3a672c/resourceInstances/basicclamp0/artifacts/64ab1264-d75e-4e84-9618-a63fec713a90", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859258563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859258643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859259081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859259198, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.238Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:08:47.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859259567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859259657, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.251Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:08:47.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859259861, "artifactURL": "/sdc/v1/catalog/services/10fcd8d5-47fa-4445-ae42-91af7d3a672c/resourceInstances/basicclamp0/artifacts/64ab1264-d75e-4e84-9618-a63fec713a90", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859260100, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.262Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:08:47.263Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:08:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "policy-id", "timestamp": 1618859260570, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.272Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:08:47.273Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859260623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-windriver-id", "timestamp": 1618859260661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "dcae-sch", "timestamp": 1618859260864, "artifactURL": "/sdc/v1/catalog/services/10fcd8d5-47fa-4445-ae42-91af7d3a672c/resourceInstances/basicclamp0/artifacts/64ab1264-d75e-4e84-9618-a63fec713a90", "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.288Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:08:47.288Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 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-04-19T19:08:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-k8s-id", "timestamp": 1618859261102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859261634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859262451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "clamp", "timestamp": 1618859262636, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:08:47.302Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:08:47.302Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:47.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859257115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859266208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859266714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:08:47.747Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:08:47.752Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5701961c-bf20-48b3-8fb3-9a0d8852011e 71156 2021-04-19T19:08:47.752Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-19T19:08:47.752Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-19T19:08:47.752Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:08:47.753Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:47.754Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:47.754Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859327752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:47.855Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:47.855Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:47.855Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:47.868Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:47.869Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:48.755Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:08:48.756Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:08:48.756Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5701961c-bf20-48b3-8fb3-9a0d8852011e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:48.756Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-19T19:08:48.757Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:48.757Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:48.845Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8815127392268506995/Definitions/service-BasicCnf-template.yml 2021-04-19T19:08:49.771Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.772Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:08:49.773Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-19T19:08:49.774Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bacb6b8f-3028-48b0-8499-486c47912662 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:49.775Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:0554e84d-52f7-40dc-97c6-9faf424a2de2 Model Version:NULL Model InvariantUuid:e3cf73fc-1f58-4747-8aff-b00745ba9cff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9accfc5b-39a5-4611-8032-28bd2b075735 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8d384cec-03ec-4d6a-af04-eb11ae63981b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:383be35b-b5df-4493-893d-511fbabad59c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e442d9aa-3b90-431a-8860-242d8aabfaf8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a649bf5b-3b6a-48dd-bb76-92206123d2ff ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bacb6b8f-3028-48b0-8499-486c47912662 ModelInvariantUuid:4df58241-65e2-44b0-8d5f-a16951c31ee1 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:c789eec2-4db5-4ebf-9ce4-c570c721a4ed ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:dc75a836-4cfc-4f7f-9e9b-b3b0c3bee52f ModelInvariantUuid:d513c556-251e-49c9-8e6d-da34cdc58f52 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ff1432e5-4578-4740-a474-fc02bb846d9c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T19:08:49.780Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f14a17c0-082b-4c2c-aa6d-41f310044d82 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:08:49.782Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-04-19T19:08:49.782Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f14a17c0-082b-4c2c-aa6d-41f310044d82 2021-04-19T19:08:49.782Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77663b5c-0ee0-4e6a-bf28-12907c47fe6d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-19T19:08:49.782Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:08:49.783Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-19T19:08:50.119Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:08:50.120Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 77663b5c-0ee0-4e6a-bf28-12907c47fe6d 12 2021-04-19T19:08:50.120Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-19T19:08:50.120Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-19T19:08:50.120Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:08:50.120Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:50.122Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:50.122Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859330120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:50.222Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:50.223Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:50.223Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:50.232Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:50.233Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:51.123Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7049e4d2-e434-43dc-9c81-7f0f03f3907b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-19T19:08:51.123Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:08:51.123Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-19T19:08:51.376Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:08:51.377Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7049e4d2-e434-43dc-9c81-7f0f03f3907b 2688 2021-04-19T19:08:51.377Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-19T19:08:51.377Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-19T19:08:51.377Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:08:51.378Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:51.380Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:51.380Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859331377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:51.480Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:51.481Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:51.481Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:51.490Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:51.490Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:52.382Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e5634a35-922d-4204-b3ad-ad0ead2bb275 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-19T19:08:52.382Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:08:52.382Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-19T19:08:52.563Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:08:52.563Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e5634a35-922d-4204-b3ad-ad0ead2bb275 828 2021-04-19T19:08:52.564Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-19T19:08:52.564Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-19T19:08:52.564Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:08:52.564Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:52.566Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:52.566Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859332563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:52.666Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:52.667Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:52.667Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:52.683Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:52.683Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:08:53.566Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e442d9aa-3b90-431a-8860-242d8aabfaf8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a649bf5b-3b6a-48dd-bb76-92206123d2ff", "vfModuleModelCustomizationUUID": "2d766ea4-f26c-4bb2-a6e3-f478c2f9eef0", "isBase": true, "artifacts": [ "2f7fb036-5ef6-459a-ae9d-7b58cb6c7013", "7049e4d2-e434-43dc-9c81-7f0f03f3907b", "95eca120-d11f-4ebb-81a1-940e450231c2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:08:53.573Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a649bf5b-3b6a-48dd-bb76-92206123d2ff VfModuleModelInvariantUUID:e442d9aa-3b90-431a-8860-242d8aabfaf8 VfModuleModelDescription:NULL Artifacts UUID List:{ 2f7fb036-5ef6-459a-ae9d-7b58cb6c7013 , 7049e4d2-e434-43dc-9c81-7f0f03f3907b , 95eca120-d11f-4ebb-81a1-940e450231c2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:08:53.577Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e442d9aa-3b90-431a-8860-242d8aabfaf8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a649bf5b-3b6a-48dd-bb76-92206123d2ff", "vfModuleModelCustomizationUUID": "2d766ea4-f26c-4bb2-a6e3-f478c2f9eef0", "isBase": true, "artifacts": [ "2f7fb036-5ef6-459a-ae9d-7b58cb6c7013", "7049e4d2-e434-43dc-9c81-7f0f03f3907b", "95eca120-d11f-4ebb-81a1-940e450231c2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:08:53.577Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a649bf5b-3b6a-48dd-bb76-92206123d2ff VfModuleModelInvariantUUID:e442d9aa-3b90-431a-8860-242d8aabfaf8 VfModuleModelDescription:NULL Artifacts UUID List:{ 2f7fb036-5ef6-459a-ae9d-7b58cb6c7013 , 7049e4d2-e434-43dc-9c81-7f0f03f3907b , 95eca120-d11f-4ebb-81a1-940e450231c2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:08:53.577Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2f7fb036-5ef6-459a-ae9d-7b58cb6c7013 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-19T19:08:53.577Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:08:53.578Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-19T19:08:53.963Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:08:53.963Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2f7fb036-5ef6-459a-ae9d-7b58cb6c7013 1164 2021-04-19T19:08:53.964Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-19T19:08:53.964Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-19T19:08:53.964Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:08:53.964Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:53.967Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:53.967Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859333964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:54.067Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:54.068Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:54.068Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:54.077Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:54.078Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:54.967Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 95eca120-d11f-4ebb-81a1-940e450231c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-19T19:08:54.968Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:08:54.968Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-19T19:08:55.546Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:08:55.547Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 95eca120-d11f-4ebb-81a1-940e450231c2 200 2021-04-19T19:08:55.547Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-19T19:08:55.547Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-19T19:08:55.547Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:08:55.547Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:55.549Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:55.549Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859335547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:08:55.649Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:55.650Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:55.650Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:55.660Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:55.661Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:56.549Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0554e84d-52f7-40dc-97c6-9faf424a2de2 2021-04-19T19:08:56.550Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f14a17c0-082b-4c2c-aa6d-41f310044d82 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-04-19T19:08:56.562Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:08:56.571Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.571Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.572Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-19T19:08:56.572Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 383be35b-b5df-4493-893d-511fbabad59c 2021-04-19T19:08:56.572Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 383be35b-b5df-4493-893d-511fbabad59c matches Tosca VF Customization UUID: 383be35b-b5df-4493-893d-511fbabad59c 2021-04-19T19:08:56.572Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 383be35b-b5df-4493-893d-511fbabad59c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-19T19:08:56.574Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.575Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.576Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 383be35b-b5df-4493-893d-511fbabad59c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-04-19T19:08:56.576Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3501959f 2021-04-19T19:08:56.576Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.576Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:08:56.576Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d766ea4-f26c-4bb2-a6e3-f478c2f9eef0 2021-04-19T19:08:56.577Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d766ea4-f26c-4bb2-a6e3-f478c2f9eef0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-19T19:08:56.579Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.579Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:56.579Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:08:56.580Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.580Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:56.580Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:08:56.580Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.580Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-19T19:08:56.580Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-19T19:08:56.580Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bacb6b8f-3028-48b0-8499-486c47912662 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T19:08:56.582Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.582Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:56.582Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:08:56.583Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.583Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-19T19:08:56.583Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=383be35b-b5df-4493-893d-511fbabad59c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:08:56.584Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.584Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.584Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0554e84d-52f7-40dc-97c6-9faf424a2de2: basic_cnf 2021-04-19T19:08:56.584Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:08:56.585Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:08:56.586Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:08:56.656Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f14a17c0-082b-4c2c-aa6d-41f310044d82 1 ASDC deployResourceStructure 2021-04-19T19:08:56.657Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-19T19:08:56.657Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-04-19T19:08:56.657Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-19T19:08:56.658Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:56.659Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:56.660Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859336657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-19T19:08:56.760Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:56.761Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:56.761Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:56.770Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:56.770Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:57.661Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-19T19:08:57.661Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-04-19T19:08:57.661Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-19T19:08:57.662Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:57.664Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:57.664Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859337660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-19T19:08:57.764Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:57.765Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:57.765Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:57.774Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:57.774Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:58.665Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-19T19:08:58.665Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-19T19:08:58.665Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:08:58.666Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:58.667Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:58.668Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859338664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:08:58.768Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:08:58.769Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:58.769Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:58.778Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:58.778Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:08:59.668Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-19T19:08:59.669Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-19T19:08:59.669Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:08:59.669Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:08:59.671Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:08:59.671Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859339668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:08:59.772Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T19:08:59.773Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:08:59.773Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:08:59.783Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:08:59.783Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:00.672Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-19T19:09:00.673Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-19T19:09:00.673Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:09:00.673Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:00.675Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:00.675Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859340672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-19T19:09:00.775Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:00.776Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:00.776Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:00.789Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:00.789Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:01.676Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-19T19:09:01.676Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-19T19:09:01.677Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:09:01.677Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:01.679Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:01.679Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859341676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:09:01.779Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:01.780Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:01.780Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:01.788Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:01.789Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:02.680Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:09:02.688Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:09:02.691Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||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-04-19T19:09:02.696Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T19:09:32.696Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T19:09:32.700Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and serviceModelVersionId: 0554e84d-52f7-40dc-97c6-9faf424a2de2 2021-04-19T19:09:32.701Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3cf73fc-1f58-4747-8aff-b00745ba9cff 2021-04-19T19:09:32.702Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3cf73fc-1f58-4747-8aff-b00745ba9cff/model-vers/model-ver/0554e84d-52f7-40dc-97c6-9faf424a2de2?depth=0 2021-04-19T19:09:32.708Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T19:09:32.738Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e3cf73fc-1f58-4747-8aff-b00745ba9cff/model-vers/model-ver/0554e84d-52f7-40dc-97c6-9faf424a2de2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-19T19:09:32.738Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e3cf73fc-1f58-4747-8aff-b00745ba9cff/model-vers/model-ver/0554e84d-52f7-40dc-97c6-9faf424a2de2?depth=0|INFO|500||Invoke 2021-04-19T19:09:32.755Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e3cf73fc-1f58-4747-8aff-b00745ba9cff/model-vers/model-ver/0554e84d-52f7-40dc-97c6-9faf424a2de2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T19:09:32.896Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e3cf73fc-1f58-4747-8aff-b00745ba9cff/model-vers/model-ver/0554e84d-52f7-40dc-97c6-9faf424a2de2?depth=0|INFO|500||InvokeReturn 2021-04-19T19:09:32.896Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e3cf73fc-1f58-4747-8aff-b00745ba9cff/model-vers/model-ver/0554e84d-52f7-40dc-97c6-9faf424a2de2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210419-19:09:32:753-74444], vertex-id=[475376], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:09:32 GMT], Content-Type=[application/json]} 2021-04-19T19:09:32.896Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-04-19T19:09:32.896Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T19:09:32.897Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:09:32.900Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T19:09:32.900Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b3e2474-756d-4cf8-8d90-1d3ae2f51da1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T19:09:32.901Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T19:09:32.901Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:32.902Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:32.903Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859372900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:09:33.003Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:33.004Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:33.004Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:33.021Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:33.021Z||pool-72-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-04-19T19:09:33.915Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-19T19:09:33.915Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fe4015c-a471-4e3c-bfa0-210ac9f18062","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5d1b6ccc-b6ce-4629-ba41-9328312f2416","serviceDescription":"service","serviceInvariantUUID":"6bc63be2-ed89-4be8-b6db-6c2a41cb07b2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d12ce237-4b0b-4a79-bc84-bf4fda8f0ff4","resourceInvariantUUID":"589b2b6f-c3a1-4885-a325-711eabd32d27","resourceCustomizationUUID":"7fbc977c-8a33-44f6-8e93-29fb6758d4ff","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":"ZWM5NTY4ZTJkZjhjNWUzNDZhMGM4NWQxODk5ZGM5NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe76d2c1-a7eb-4c0a-97d9-b14fce0569e2","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":"NTg5MTc3MTBkYTlhNmZlYTZmZTg4NTY3MmYxMjQ0Nzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73d04a33-4034-44a6-b928-5dc8dee9f8aa","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fd577e8-c06a-42ab-892a-987c66279600","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":"0fc40480-e90a-4d6e-b7bb-7cbe1d0476c9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bedf0a93-a2bd-4f1c-942b-1302662c7a52","artifactVersion":"2","generatedFromUUID":"4fd577e8-c06a-42ab-892a-987c66279600"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmMyOTVlZTljMDdhMjNhMzA3OGUzMjkyNGFkNGY2N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b77256e-fb13-48cd-b4b8-2676be9dc68f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTE0OWNlZjEyMWYyNzQ1ODM0YmY1MGZmNTZiNjNhZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9801d58-73aa-4710-81e7-f747e570f60d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T19:09:33.916Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:09:33.916Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:33.918Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:33.918Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:09:34.018Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:34.019Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:34.019Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:34.027Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:34.028Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:34.919Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:09:34.919Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:34.921Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:34.921Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:09:35.021Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:35.022Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:35.022Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:35.031Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:35.031Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:09:35.922Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:09:35.923Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:35.925Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:35.925Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:09:36.025Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:36.025Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:36.025Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:36.034Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:36.034Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:36.925Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:09:36.926Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:36.928Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:36.928Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:09:37.028Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:37.029Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:37.030Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:37.039Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:37.039Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:37.929Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:09:37.930Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:37.932Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:37.932Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:09:38.032Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-19T19:09:38.033Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:38.033Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:38.042Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:38.042Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:09:38.933Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:09:38.934Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:38.935Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:38.935Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:09:39.036Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:39.036Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:39.036Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:39.045Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:39.045Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:39.936Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:09:39.936Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:39.938Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:39.939Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:09:40.039Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:40.040Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:40.040Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:40.052Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:40.053Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:40.940Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "5d1b6ccc-b6ce-4629-ba41-9328312f2416", "serviceDescription": "service", "serviceInvariantUUID": "6bc63be2-ed89-4be8-b6db-6c2a41cb07b2", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7fbc977c-8a33-44f6-8e93-29fb6758d4ff", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d12ce237-4b0b-4a79-bc84-bf4fda8f0ff4", "resourceInvariantUUID": "589b2b6f-c3a1-4885-a325-711eabd32d27", "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": "NTg5MTc3MTBkYTlhNmZlYTZmZTg4NTY3MmYxMjQ0Nzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "73d04a33-4034-44a6-b928-5dc8dee9f8aa", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4fd577e8-c06a-42ab-892a-987c66279600", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bedf0a93-a2bd-4f1c-942b-1302662c7a52", "generatedFromUUID": "4fd577e8-c06a-42ab-892a-987c66279600" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bedf0a93-a2bd-4f1c-942b-1302662c7a52", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTE0OWNlZjEyMWYyNzQ1ODM0YmY1MGZmNTZiNjNhZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9801d58-73aa-4710-81e7-f747e570f60d" } ], "workloadContext": "Production" } 2021-04-19T19:09:40.940Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T19:09:40.941Z|0b3e2474-756d-4cf8-8d90-1d3ae2f51da1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d1b6ccc-b6ce-4629-ba41-9328312f2416 ASDC 2021-04-19T19:09:40.941Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3fe4015c-a471-4e3c-bfa0-210ac9f18062 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:5d1b6ccc-b6ce-4629-ba41-9328312f2416 ServiceInvariantUUID:6bc63be2-ed89-4be8-b6db-6c2a41cb07b2 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:f9801d58-73aa-4710-81e7-f747e570f60d ArtifactChecksum:NTE0OWNlZjEyMWYyNzQ1ODM0YmY1MGZmNTZiNjNhZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7fbc977c-8a33-44f6-8e93-29fb6758d4ff ResourceInvariantUUID:589b2b6f-c3a1-4885-a325-711eabd32d27 ResourceName:basic_vm ResourceType:VF ResourceUUID:d12ce237-4b0b-4a79-bc84-bf4fda8f0ff4 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:73d04a33-4034-44a6-b928-5dc8dee9f8aa ArtifactChecksum:NTg5MTc3MTBkYTlhNmZlYTZmZTg4NTY3MmYxMjQ0Nzg= 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:4fd577e8-c06a-42ab-892a-987c66279600 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:bedf0a93-a2bd-4f1c-942b-1302662c7a52 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:bedf0a93-a2bd-4f1c-942b-1302662c7a52 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-19T19:09:40.941Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d1b6ccc-b6ce-4629-ba41-9328312f2416 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:09:40.971Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:09:40.971Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:09:40.972Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:09:40.972Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f9801d58-73aa-4710-81e7-f747e570f60d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-19T19:09:40.972Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:09:40.972Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-19T19:09:42.316Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:09:42.326Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f9801d58-73aa-4710-81e7-f747e570f60d 74266 2021-04-19T19:09:42.326Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-19T19:09:42.326Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-19T19:09:42.326Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:09:42.327Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:42.328Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:42.329Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859382326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:09:42.429Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:42.430Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:42.430Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:42.439Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:42.439Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:43.329Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:09:43.330Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:09:43.330Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f9801d58-73aa-4710-81e7-f747e570f60d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:43.330Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-19T19:09:43.331Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:43.331Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:43.448Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11793127190739316085/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-19T19:09:44.366Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T19:09:44.366Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.367Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:44.368Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:09:44.369Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:09:44.369Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.369Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:44.369Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:44.369Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:09:44.369Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:09:44.370Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.370Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:44.370Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.370Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-19T19:09:44.370Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-19T19:09:44.370Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-19T19:09:44.370Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-19T19:09:44.371Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-19T19:09:44.371Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-19T19:09:44.371Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.371Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:09:44.371Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.371Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:44.372Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:09:44.372Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.372Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:44.372Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:09:44.372Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.372Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:44.373Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:09:44.373Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.373Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-19T19:09:44.373Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-19T19:09:44.373Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-19T19:09:44.373Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ccd7c90b-a249-4c6e-82c5-30d0011f26c3 2021-04-19T19:09:44.373Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.374Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:44.374Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.374Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:44.374Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.374Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:44.374Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:44.374Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:44.375Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:5d1b6ccc-b6ce-4629-ba41-9328312f2416 Model Version:NULL Model InvariantUuid:6bc63be2-ed89-4be8-b6db-6c2a41cb07b2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:25c3a49c-9320-4752-b45f-6861ae1574ad Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:589b2b6f-c3a1-4885-a325-711eabd32d27 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7fbc977c-8a33-44f6-8e93-29fb6758d4ff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a72351b4-9e27-437c-b0e7-c277bbf953fe ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:382e70f6-9a77-467f-a221-527425725dfe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ccd7c90b-a249-4c6e-82c5-30d0011f26c3 ModelInvariantUuid:d0de15cb-1a88-4b9c-9a23-6aafd5a227e9 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:fcbc079b-fe18-4106-a06f-60e60f4c29e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:39a87e51-00bf-4fbb-819d-fa949a0a0e8a ModelInvariantUuid:85c38b20-7a29-4f52-9f87-fff3bf34e39b ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:1a8e2f5e-7f66-4b5c-9f26-f7a56f80ad8d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T19:09:44.382Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d12ce237-4b0b-4a79-bc84-bf4fda8f0ff4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:09:44.385Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-04-19T19:09:44.386Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d12ce237-4b0b-4a79-bc84-bf4fda8f0ff4 2021-04-19T19:09:44.386Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73d04a33-4034-44a6-b928-5dc8dee9f8aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-19T19:09:44.386Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:09:44.386Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-19T19:09:46.343Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:09:46.344Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 73d04a33-4034-44a6-b928-5dc8dee9f8aa 787 2021-04-19T19:09:46.344Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-19T19:09:46.345Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-19T19:09:46.345Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:09:46.345Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:46.348Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:46.348Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859386344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:09:46.448Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:46.449Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:46.450Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:46.458Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:46.458Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:09:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:09:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:09:47.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:47.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:09:47.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T19:09:47.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:09:47.349Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a72351b4-9e27-437c-b0e7-c277bbf953fe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "382e70f6-9a77-467f-a221-527425725dfe", "vfModuleModelCustomizationUUID": "071a8848-8064-4a4e-bb5b-5e1457077d76", "isBase": true, "artifacts": [ "4fd577e8-c06a-42ab-892a-987c66279600", "bedf0a93-a2bd-4f1c-942b-1302662c7a52" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:09:47.353Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:382e70f6-9a77-467f-a221-527425725dfe VfModuleModelInvariantUUID:a72351b4-9e27-437c-b0e7-c277bbf953fe VfModuleModelDescription:NULL Artifacts UUID List:{ 4fd577e8-c06a-42ab-892a-987c66279600 , bedf0a93-a2bd-4f1c-942b-1302662c7a52 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:09:47.356Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a72351b4-9e27-437c-b0e7-c277bbf953fe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "382e70f6-9a77-467f-a221-527425725dfe", "vfModuleModelCustomizationUUID": "071a8848-8064-4a4e-bb5b-5e1457077d76", "isBase": true, "artifacts": [ "4fd577e8-c06a-42ab-892a-987c66279600", "bedf0a93-a2bd-4f1c-942b-1302662c7a52" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:09:47.356Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:382e70f6-9a77-467f-a221-527425725dfe VfModuleModelInvariantUUID:a72351b4-9e27-437c-b0e7-c277bbf953fe VfModuleModelDescription:NULL Artifacts UUID List:{ 4fd577e8-c06a-42ab-892a-987c66279600 , bedf0a93-a2bd-4f1c-942b-1302662c7a52 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:09:47.356Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4fd577e8-c06a-42ab-892a-987c66279600 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-19T19:09:47.356Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:09:47.356Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-19T19:09:48.314Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:09:48.315Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4fd577e8-c06a-42ab-892a-987c66279600 5033 2021-04-19T19:09:48.315Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-19T19:09:48.315Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-19T19:09:48.315Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:09:48.315Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:48.318Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:48.318Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859388315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:09:48.418Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:48.418Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:48.419Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:48.427Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:48.427Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:49.318Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bedf0a93-a2bd-4f1c-942b-1302662c7a52 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-19T19:09:49.319Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:09:49.319Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-19T19:09:49.827Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:09:49.828Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bedf0a93-a2bd-4f1c-942b-1302662c7a52 903 2021-04-19T19:09:49.828Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-19T19:09:49.828Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-19T19:09:49.829Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:09:49.829Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:49.831Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:49.831Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859389828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:09:49.932Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:49.933Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:49.933Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:49.941Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:49.942Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:50.832Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5d1b6ccc-b6ce-4629-ba41-9328312f2416 2021-04-19T19:09:50.833Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d12ce237-4b0b-4a79-bc84-bf4fda8f0ff4 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:09:50.848Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.849Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.849Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-19T19:09:50.849Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7fbc977c-8a33-44f6-8e93-29fb6758d4ff 2021-04-19T19:09:50.849Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7fbc977c-8a33-44f6-8e93-29fb6758d4ff matches Tosca VF Customization UUID: 7fbc977c-8a33-44f6-8e93-29fb6758d4ff 2021-04-19T19:09:50.849Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7fbc977c-8a33-44f6-8e93-29fb6758d4ff matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-19T19:09:50.851Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.851Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.851Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7fbc977c-8a33-44f6-8e93-29fb6758d4ff: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-19T19:09:50.851Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@158bfc4b 2021-04-19T19:09:50.851Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.852Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:09:50.852Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 071a8848-8064-4a4e-bb5b-5e1457077d76 2021-04-19T19:09:50.852Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 071a8848-8064-4a4e-bb5b-5e1457077d76 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-19T19:09:50.854Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.854Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:50.854Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:09:50.854Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.854Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:50.854Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:09:50.855Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.855Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-19T19:09:50.855Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-19T19:09:50.855Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-19T19:09:50.855Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ccd7c90b-a249-4c6e-82c5-30d0011f26c3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T19:09:50.857Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.857Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:50.857Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:09:50.857Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.857Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-19T19:09:50.858Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7fbc977c-8a33-44f6-8e93-29fb6758d4ff Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:09:50.859Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.859Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.860Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5d1b6ccc-b6ce-4629-ba41-9328312f2416: basic_vm 2021-04-19T19:09:50.860Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.860Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.860Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.860Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.860Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.860Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.861Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.861Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.861Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:09:50.861Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:09:50.861Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:09:50.925Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d12ce237-4b0b-4a79-bc84-bf4fda8f0ff4 1 ASDC deployResourceStructure 2021-04-19T19:09:50.926Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-19T19:09:50.926Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-19T19:09:50.926Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:09:50.926Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:50.928Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:50.929Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859390926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:09:51.029Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:51.030Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:51.030Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:51.039Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:51.039Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:51.929Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-19T19:09:51.930Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-19T19:09:51.930Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:09:51.931Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:51.932Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:51.933Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859391929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:09:52.033Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:52.034Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:52.034Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:52.043Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:52.043Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:52.933Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-19T19:09:52.935Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-19T19:09:52.935Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:09:52.935Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:52.937Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:52.937Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859392933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-19T19:09:53.037Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:53.038Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:53.038Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:53.047Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:53.047Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:53.938Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-19T19:09:53.938Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-19T19:09:53.938Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:09:53.939Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:09:53.940Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:09:53.940Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859393938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:09:54.041Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:09:54.041Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:09:54.042Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:09:54.053Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:09:54.053Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:09:54.941Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:09:54.951Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:09:54.953Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:09:54.953Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:09:54.953Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:10:24.953Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:10:24.963Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:10:24.965Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:10:24.965Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:10:24.965Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:10:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:10:47.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:10:47.062Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:10:47.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:10:47.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "cds", "timestamp": 1618859267718, "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-04-19T19:10:47.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "ves-openapi-manager", "timestamp": 1618859261411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859268611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859236908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859261667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859262105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859270311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859270323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859270308, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859270401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859270617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859271314, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.111Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:10:47.111Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:10:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859271315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "aai-ml", "timestamp": 1618859271405, "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-04-19T19:10:47.123Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fe4015c-a471-4e3c-bfa0-210ac9f18062 2021-04-19T19:10:47.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859272011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859272299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859272320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "policy-id", "timestamp": 1618859272319, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.135Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.135Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859273531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859273760, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859274536, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.150Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.150Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859275005, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.160Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.160Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:10:47.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "dcae-sch", "timestamp": 1618859267382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-windriver-id", "timestamp": 1618859275538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-k8s-id", "timestamp": 1618859276008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859232343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859272115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859236461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859273321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859281843, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859282121, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:10:47.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859283006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859283305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "cds", "timestamp": 1618859284227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:10:47.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859284308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859277804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "policy-id", "timestamp": 1618859285310, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.202Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:10:47.202Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859278434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859278045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859278281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859286311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859288002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859288204, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859288207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859288912, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "ves-openapi-manager", "timestamp": 1618859281411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859289916, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.216Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.216Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:10:47.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859289935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859289939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859290174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859290305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859290410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859290919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859290942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859291178, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.228Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.229Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "aai-ml", "timestamp": 1618859291307, "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-04-19T19:10:47.241Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859291506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859292008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859292219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859292510, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:10:47.253Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:10:47.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859293034, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.263Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:10:47.263Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:10:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859293221, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-windriver-id", "timestamp": 1618859293515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-k8s-id", "timestamp": 1618859294036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "clamp", "timestamp": 1618859294224, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.274Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0dfae247-de7d-4434-83fe-9dcc5b0bc5de 2021-04-19T19:10:47.274Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:10:47.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859291923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859292310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859302208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859303510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859306344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859308521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:10:47.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859309524, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:10:47.290Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-19T19:10:47.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859310527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859311202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e200783-3276-468a-8679-0c84e4f845ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859311928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "aai-ml", "timestamp": 1618859312205, "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-04-19T19:10:47.299Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:10:47.299Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859307804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859308434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859317581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859319615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:10:47.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:10:47.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859320619, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:10:47.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:10:47.313Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:10:47.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-19T19:10:47.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859325914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:10:47.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:10:54.966Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:10:54.974Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:10:54.975Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:10:54.975Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:10:54.976Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||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-04-19T19:10:54.980Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T19:11:24.980Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T19:11:24.985Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and serviceModelVersionId: 5d1b6ccc-b6ce-4629-ba41-9328312f2416 2021-04-19T19:11:24.985Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc63be2-ed89-4be8-b6db-6c2a41cb07b2 2021-04-19T19:11:24.986Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0 2021-04-19T19:11:24.989Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T19:11:25.022Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0|INFO|500||Invoke 2021-04-19T19:11:25.023Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fe4015c-a471-4e3c-bfa0-210ac9f18062], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd231086-cc34-41f7-bd72-4a6a40760bcc], X-ECOMP-RequestID=[3fe4015c-a471-4e3c-bfa0-210ac9f18062], X-TransactionId=[], X-ONAP-RequestID=[3fe4015c-a471-4e3c-bfa0-210ac9f18062], Content-Type=[application/merge-patch+json]} 2021-04-19T19:11:25.039Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T19:11:25.748Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210419-19:11:25:039-92875], vertex-id=[258200], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:11:25 GMT], Content-Type=[application/json]} 2021-04-19T19:11:25.749Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-19T19:11:25.749Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bc63be2-ed89-4be8-b6db-6c2a41cb07b2/model-vers/model-ver/5d1b6ccc-b6ce-4629-ba41-9328312f2416?depth=0|INFO|500||InvokeReturn 2021-04-19T19:11:25.750Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T19:11:25.750Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:11:25.754Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T19:11:25.754Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fe4015c-a471-4e3c-bfa0-210ac9f18062 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T19:11:25.755Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T19:11:25.755Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:25.757Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:25.757Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859485754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:11:25.857Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:25.858Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:25.858Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:25.870Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:25.871Z||pool-88-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-04-19T19:11:26.767Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-19T19:11:26.767Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0dfae247-de7d-4434-83fe-9dcc5b0bc5de","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"10fcd8d5-47fa-4445-ae42-91af7d3a672c","serviceDescription":"service","serviceInvariantUUID":"4e5100f2-a8e4-4e94-af05-5cbdbcc3895f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b145869f-b9e3-4fab-9874-d7e6fb8ad72b","resourceInvariantUUID":"23df0dba-4576-4527-a337-17d05a8f9edc","resourceCustomizationUUID":"e1854a6c-63f4-45f6-89a4-7dffcbc84aeb","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64ab1264-d75e-4e84-9618-a63fec713a90","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":"Nzk1ODAzODk3ZGVlMjJhZTY4MzYxZDMxNThjZjJlYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"159261dd-c3bc-4b8b-bcf9-32b6ef8a1e63","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":"MzU3NDZhYTkyZjQ4N2U1NjBiYWI1OTlmNDVjNjk2YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1a085d2-01fb-448a-80db-75e9beffd863","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":"47722c94-f4cf-4964-9f70-21b9ac9efb2a","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":"fde796eb-fdbb-4592-a7a2-da2edc88f449","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":"1ee85e03-cfad-4d18-9c74-fab0687eefe8","artifactVersion":"2","generatedFromUUID":"47722c94-f4cf-4964-9f70-21b9ac9efb2a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODdjNzdhNDBlMDc3ZGVlMzY2OWY1NzI0NDA4OWVmM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b3fea0d-2ffb-4e03-a2f4-2d1c65b6b1c7","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2MzN2Q3N2YyMWNiNjU5OGRlMTI3NWUxNDRjYmRkMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c8b558b-9ce8-4b88-9172-0047485e1584","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T19:11:26.767Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:26.767Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:26.769Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:26.769Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:11:26.870Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:26.870Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:26.870Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:26.879Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:26.880Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:27.770Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:27.771Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:27.773Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:27.773Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:11:27.873Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:27.874Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:27.874Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:27.882Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:27.882Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:28.773Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:28.775Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:28.776Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:28.776Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:11:28.877Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:28.878Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:28.878Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:28.887Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:28.887Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:29.778Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:29.779Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:29.780Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:29.781Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T19:11:29.881Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:29.882Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:29.883Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:29.891Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:29.892Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:30.781Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:30.782Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:30.784Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:30.784Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:11:30.884Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:30.885Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:30.885Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:30.894Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:30.894Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:31.785Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:31.785Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:31.788Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:31.788Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T19:11:31.888Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:31.889Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:31.889Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:31.898Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:31.898Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:32.789Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:32.790Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:32.792Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:32.792Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:11:32.892Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:32.893Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:32.893Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:32.902Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:32.902Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:33.793Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:11:33.794Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:33.796Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:33.796Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:11:33.896Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:33.897Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:33.897Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:33.906Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:33.906Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:34.798Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "10fcd8d5-47fa-4445-ae42-91af7d3a672c", "serviceDescription": "service", "serviceInvariantUUID": "4e5100f2-a8e4-4e94-af05-5cbdbcc3895f", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "e1854a6c-63f4-45f6-89a4-7dffcbc84aeb", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b145869f-b9e3-4fab-9874-d7e6fb8ad72b", "resourceInvariantUUID": "23df0dba-4576-4527-a337-17d05a8f9edc", "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": "MzU3NDZhYTkyZjQ4N2U1NjBiYWI1OTlmNDVjNjk2YzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1a085d2-01fb-448a-80db-75e9beffd863", "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": "47722c94-f4cf-4964-9f70-21b9ac9efb2a", "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": "1ee85e03-cfad-4d18-9c74-fab0687eefe8", "generatedFromUUID": "47722c94-f4cf-4964-9f70-21b9ac9efb2a" }, "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": "1ee85e03-cfad-4d18-9c74-fab0687eefe8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "Y2MzN2Q3N2YyMWNiNjU5OGRlMTI3NWUxNDRjYmRkMmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c8b558b-9ce8-4b88-9172-0047485e1584" } ], "workloadContext": "Production" } 2021-04-19T19:11:34.798Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T19:11:34.798Z|3fe4015c-a471-4e3c-bfa0-210ac9f18062|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10fcd8d5-47fa-4445-ae42-91af7d3a672c ASDC 2021-04-19T19:11:34.799Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0dfae247-de7d-4434-83fe-9dcc5b0bc5de ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:10fcd8d5-47fa-4445-ae42-91af7d3a672c ServiceInvariantUUID:4e5100f2-a8e4-4e94-af05-5cbdbcc3895f 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:9c8b558b-9ce8-4b88-9172-0047485e1584 ArtifactChecksum:Y2MzN2Q3N2YyMWNiNjU5OGRlMTI3NWUxNDRjYmRkMmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:e1854a6c-63f4-45f6-89a4-7dffcbc84aeb ResourceInvariantUUID:23df0dba-4576-4527-a337-17d05a8f9edc ResourceName:basicclamp ResourceType:VF ResourceUUID:b145869f-b9e3-4fab-9874-d7e6fb8ad72b 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:a1a085d2-01fb-448a-80db-75e9beffd863 ArtifactChecksum:MzU3NDZhYTkyZjQ4N2U1NjBiYWI1OTlmNDVjNjk2YzI= 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:47722c94-f4cf-4964-9f70-21b9ac9efb2a 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:1ee85e03-cfad-4d18-9c74-fab0687eefe8 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:1ee85e03-cfad-4d18-9c74-fab0687eefe8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-19T19:11:34.799Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10fcd8d5-47fa-4445-ae42-91af7d3a672c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:11:34.834Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:11:34.835Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:11:34.835Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:11:34.835Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c8b558b-9ce8-4b88-9172-0047485e1584 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-19T19:11:34.835Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:11:34.836Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-19T19:11:35.444Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:11:35.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 9c8b558b-9ce8-4b88-9172-0047485e1584 76832 2021-04-19T19:11:35.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-19T19:11:35.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-19T19:11:35.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:11:35.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:35.453Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:35.453Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859495449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:35.553Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:35.554Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:35.554Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:35.562Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:35.563Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:11:36.453Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:11:36.455Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:11:36.455Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9c8b558b-9ce8-4b88-9172-0047485e1584, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-19T19:11:36.455Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-19T19:11:36.456Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-19T19:11:36.456Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-19T19:11:36.547Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11659322710058663514/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-04-19T19:11:37.447Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T19:11:37.447Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:37.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-19T19:11:37.449Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.450Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e4f722d9-7bbc-49f6-a706-33dca2a1d40c 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:37.451Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:10fcd8d5-47fa-4445-ae42-91af7d3a672c Model Version:NULL Model InvariantUuid:4e5100f2-a8e4-4e94-af05-5cbdbcc3895f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:7f507646-6638-44f1-8a64-5e2a650b256e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:23df0dba-4576-4527-a337-17d05a8f9edc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e1854a6c-63f4-45f6-89a4-7dffcbc84aeb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:28d2633d-9c27-4e67-80bc-02232014d2e1 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4430ad47-a12b-47cc-b5eb-4b89b45fe6d6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e4f722d9-7bbc-49f6-a706-33dca2a1d40c ModelInvariantUuid:3a6a1a2e-c9f3-4386-a62b-9cfc2cdb2a23 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:6ad8d370-03de-44cd-b675-099c68bc78a8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5d1cdde6-c917-4030-9545-db86524d3235 ModelInvariantUuid:e8cf431e-dfca-4aad-ad45-18744bfb6b4c ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:34a0dbd3-49a8-493e-b0e9-8fd763fae780 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T19:11:37.458Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b145869f-b9e3-4fab-9874-d7e6fb8ad72b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:11:37.460Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-04-19T19:11:37.460Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b145869f-b9e3-4fab-9874-d7e6fb8ad72b 2021-04-19T19:11:37.460Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a1a085d2-01fb-448a-80db-75e9beffd863 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-19T19:11:37.460Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:11:37.460Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-19T19:11:37.984Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:11:37.985Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a1a085d2-01fb-448a-80db-75e9beffd863 790 2021-04-19T19:11:37.985Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.985Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:37.985Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:11:37.985Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:37.987Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:37.987Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859497985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:38.087Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:38.088Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:38.088Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:38.098Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:38.099Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:38.987Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "28d2633d-9c27-4e67-80bc-02232014d2e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4430ad47-a12b-47cc-b5eb-4b89b45fe6d6", "vfModuleModelCustomizationUUID": "ec31b552-693d-43eb-a58e-9f187ac4a5d2", "isBase": true, "artifacts": [ "47722c94-f4cf-4964-9f70-21b9ac9efb2a", "1ee85e03-cfad-4d18-9c74-fab0687eefe8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:11:38.990Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4430ad47-a12b-47cc-b5eb-4b89b45fe6d6 VfModuleModelInvariantUUID:28d2633d-9c27-4e67-80bc-02232014d2e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 47722c94-f4cf-4964-9f70-21b9ac9efb2a , 1ee85e03-cfad-4d18-9c74-fab0687eefe8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:11:38.992Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "28d2633d-9c27-4e67-80bc-02232014d2e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4430ad47-a12b-47cc-b5eb-4b89b45fe6d6", "vfModuleModelCustomizationUUID": "ec31b552-693d-43eb-a58e-9f187ac4a5d2", "isBase": true, "artifacts": [ "47722c94-f4cf-4964-9f70-21b9ac9efb2a", "1ee85e03-cfad-4d18-9c74-fab0687eefe8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:11:38.992Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4430ad47-a12b-47cc-b5eb-4b89b45fe6d6 VfModuleModelInvariantUUID:28d2633d-9c27-4e67-80bc-02232014d2e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 47722c94-f4cf-4964-9f70-21b9ac9efb2a , 1ee85e03-cfad-4d18-9c74-fab0687eefe8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:11:38.992Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 47722c94-f4cf-4964-9f70-21b9ac9efb2a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-19T19:11:38.992Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:11:38.992Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-19T19:11:39.157Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:11:39.157Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 47722c94-f4cf-4964-9f70-21b9ac9efb2a 5033 2021-04-19T19:11:39.158Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:39.158Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:39.158Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:11:39.158Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:39.159Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:39.159Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859499158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:39.260Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T19:11:39.261Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:39.261Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:39.269Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:39.270Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:40.160Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ee85e03-cfad-4d18-9c74-fab0687eefe8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-19T19:11:40.160Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:11:40.161Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-19T19:11:40.839Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:11:40.839Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1ee85e03-cfad-4d18-9c74-fab0687eefe8 909 2021-04-19T19:11:40.840Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:40.840Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:40.840Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:11:40.840Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:40.843Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:40.843Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859500840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:40.943Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:40.944Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:40.944Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:40.954Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:40.954Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:11:41.843Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 10fcd8d5-47fa-4445-ae42-91af7d3a672c 2021-04-19T19:11:41.844Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b145869f-b9e3-4fab-9874-d7e6fb8ad72b ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:11:41.856Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.856Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.856Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-19T19:11:41.856Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e1854a6c-63f4-45f6-89a4-7dffcbc84aeb 2021-04-19T19:11:41.856Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1854a6c-63f4-45f6-89a4-7dffcbc84aeb matches Tosca VF Customization UUID: e1854a6c-63f4-45f6-89a4-7dffcbc84aeb 2021-04-19T19:11:41.856Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e1854a6c-63f4-45f6-89a4-7dffcbc84aeb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-19T19:11:41.858Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.858Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.858Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e1854a6c-63f4-45f6-89a4-7dffcbc84aeb: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-19T19:11:41.858Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@668d4291 2021-04-19T19:11:41.858Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.858Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:11:41.859Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec31b552-693d-43eb-a58e-9f187ac4a5d2 2021-04-19T19:11:41.859Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec31b552-693d-43eb-a58e-9f187ac4a5d2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-19T19:11:41.860Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-19T19:11:41.861Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e4f722d9-7bbc-49f6-a706-33dca2a1d40c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T19:11:41.863Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.863Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:41.864Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:11:41.864Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.864Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-19T19:11:41.864Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e1854a6c-63f4-45f6-89a4-7dffcbc84aeb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:11:41.866Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.866Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.866Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 10fcd8d5-47fa-4445-ae42-91af7d3a672c: basicclamp 2021-04-19T19:11:41.866Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.866Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.866Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.867Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.867Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.867Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.867Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.867Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.867Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:11:41.868Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:11:41.868Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:11:41.954Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b145869f-b9e3-4fab-9874-d7e6fb8ad72b 1 ASDC deployResourceStructure 2021-04-19T19:11:41.954Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:41.954Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:41.955Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:11:41.955Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:41.956Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:41.956Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859501954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:11:42.057Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:42.057Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:42.057Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:42.066Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:42.066Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:42.957Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:42.958Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:42.958Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:11:42.959Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:42.961Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:42.961Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859502957, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:11:43.061Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:43.062Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:43.062Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:43.071Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:43.071Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:43.961Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:43.963Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:43.963Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:11:43.963Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:43.965Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:43.965Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859503961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-19T19:11:44.065Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:44.066Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:44.066Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:44.075Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:44.076Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:44.966Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-19T19:11:44.967Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-19T19:11:44.967Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:11:44.968Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:11:44.970Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:11:44.970Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859504966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:11:45.070Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:11:45.071Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:11:45.071Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:11:45.080Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:45.080Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:11:45.971Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0dfae247-de7d-4434-83fe-9dcc5b0bc5de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:11:45.980Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0dfae247-de7d-4434-83fe-9dcc5b0bc5de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:11:45.982Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:11:45.982Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:11:45.983Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:11:45.984Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||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-04-19T19:11:45.988Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T19:11:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:11:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:11:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:11:47.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:11:47.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859327752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859327864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:11:47.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "clamp", "timestamp": 1618859328866, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:11:47.082Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8571ebc-e0e0-49b9-8449-c9514b815a77 2021-04-19T19:11:47.083Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8571ebc-e0e0-49b9-8449-c9514b815a77 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:11:47.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859330120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859331377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859332563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859333964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859335547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859336657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859337660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859338664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859339668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859340672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859341676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b3e2474-756d-4cf8-8d90-1d3ae2f51da1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859372900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:11:47.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-19T19:11:47.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859382326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:11:47.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:11:47.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859386344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:11:47.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:12:15.988Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T19:12:15.992Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and serviceModelVersionId: 10fcd8d5-47fa-4445-ae42-91af7d3a672c 2021-04-19T19:12:15.993Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e5100f2-a8e4-4e94-af05-5cbdbcc3895f 2021-04-19T19:12:15.993Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0 2021-04-19T19:12:15.998Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T19:12:16.031Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0|INFO|500||Invoke 2021-04-19T19:12:16.031Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0dfae247-de7d-4434-83fe-9dcc5b0bc5de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19555fda-fa45-4c00-bf45-773eccd4359f], X-ECOMP-RequestID=[0dfae247-de7d-4434-83fe-9dcc5b0bc5de], X-TransactionId=[], X-ONAP-RequestID=[0dfae247-de7d-4434-83fe-9dcc5b0bc5de], Content-Type=[application/merge-patch+json]} 2021-04-19T19:12:16.051Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T19:12:16.447Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210419-19:12:16:054-79081], vertex-id=[172192], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:12:16 GMT], Content-Type=[application/json]} 2021-04-19T19:12:16.447Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-19T19:12:16.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e5100f2-a8e4-4e94-af05-5cbdbcc3895f/model-vers/model-ver/10fcd8d5-47fa-4445-ae42-91af7d3a672c?depth=0|INFO|500||InvokeReturn 2021-04-19T19:12:16.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T19:12:16.448Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:12:16.452Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T19:12:16.453Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0dfae247-de7d-4434-83fe-9dcc5b0bc5de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T19:12:16.453Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T19:12:16.453Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:16.455Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:16.455Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859536453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:12:16.556Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:16.556Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:16.556Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:16.569Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:16.569Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:12:17.468Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-19T19:12:17.468Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8571ebc-e0e0-49b9-8449-c9514b815a77","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f581c5d4-a281-4a25-88ef-3922bfad772e","serviceDescription":"service","serviceInvariantUUID":"5ceb2018-cb91-4c12-bd45-3ac1d4496125","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea641a78-3d29-4da0-8b71-15c7da9c2b66","resourceInvariantUUID":"a7c73c55-773a-4bc1-96b1-ba58c09bff9b","resourceCustomizationUUID":"0a759c0e-19e8-4ef1-be0e-ac076187f2cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ4ZWUxOWM3ODc2MTc0Yjc3YWY3OTMwYzg5NjJkMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6b2cf04-6b1c-4a2a-8c56-43516c53b508","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MDJjMDAxY2E2MjhkMjJkNjcyYjNiYTU5M2Y0NjA1MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d1d9c55-9dfd-47ec-af25-8b51d0f7cd03","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b5a0536c-1001-4600-9a30-8550bd0b1ba8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68739aa4-40bc-4221-a861-ae54caafea78","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38a9be96-ab07-4b86-b8ea-b6683f72f314","artifactVersion":"2","generatedFromUUID":"b5a0536c-1001-4600-9a30-8550bd0b1ba8"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ODU2NmM3ZTYzZTk1NDI0NGNiMjViMjhlNGM1ZmU0ZDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f0da92bb-5450-4322-a32e-a2e5b7899f87","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YmVjMjFjY2M1MTgzNWQ4NDk4YzQ0ODYyZDBiODllOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ab2c433-0142-410d-8eeb-549d4fb7ad1d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWM4OWI1NWUxMzAwNWUzNzhkNGVhYTIwMjM1MjZmNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef5ff2d7-ce94-4d47-8225-10e5b240e232","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T19:12:17.468Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:17.469Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:17.471Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:17.471Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:12:17.571Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:17.572Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:17.572Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:17.581Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:17.581Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:18.472Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:18.472Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:18.475Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:18.475Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:12:18.575Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:18.575Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:18.576Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:18.584Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:18.584Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:12:19.475Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:19.476Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:19.478Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:19.478Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:12:19.578Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:19.579Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:19.579Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:19.587Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:19.587Z||pool-108-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:20.479Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:20.480Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:20.483Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:20.483Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:12:20.582Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-19T19:12:20.585Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:20.586Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:20.594Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:20.594Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:21.484Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:21.485Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:21.487Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:21.487Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:12:21.587Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:21.588Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:21.588Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:21.595Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:21.596Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:12:22.488Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:22.488Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:22.490Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:22.490Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:12:22.591Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T19:12:22.591Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:22.592Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:22.600Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:22.600Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:23.491Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:23.492Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:23.494Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:23.494Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:12:23.594Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-19T19:12:23.595Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:23.595Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:23.604Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:23.604Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:24.495Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:12:24.496Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:24.497Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:24.497Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:12:24.598Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:24.598Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:24.598Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:24.606Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:24.607Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:25.498Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f581c5d4-a281-4a25-88ef-3922bfad772e", "serviceDescription": "service", "serviceInvariantUUID": "5ceb2018-cb91-4c12-bd45-3ac1d4496125", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "0a759c0e-19e8-4ef1-be0e-ac076187f2cf", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ea641a78-3d29-4da0-8b71-15c7da9c2b66", "resourceInvariantUUID": "a7c73c55-773a-4bc1-96b1-ba58c09bff9b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MDJjMDAxY2E2MjhkMjJkNjcyYjNiYTU5M2Y0NjA1MmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1d1d9c55-9dfd-47ec-af25-8b51d0f7cd03", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b5a0536c-1001-4600-9a30-8550bd0b1ba8", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38a9be96-ab07-4b86-b8ea-b6683f72f314", "generatedFromUUID": "b5a0536c-1001-4600-9a30-8550bd0b1ba8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38a9be96-ab07-4b86-b8ea-b6683f72f314", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWM4OWI1NWUxMzAwNWUzNzhkNGVhYTIwMjM1MjZmNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef5ff2d7-ce94-4d47-8225-10e5b240e232" } ], "workloadContext": "Production" } 2021-04-19T19:12:25.498Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T19:12:25.499Z|0dfae247-de7d-4434-83fe-9dcc5b0bc5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f581c5d4-a281-4a25-88ef-3922bfad772e ASDC 2021-04-19T19:12:25.499Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e8571ebc-e0e0-49b9-8449-c9514b815a77 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f581c5d4-a281-4a25-88ef-3922bfad772e ServiceInvariantUUID:5ceb2018-cb91-4c12-bd45-3ac1d4496125 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:ef5ff2d7-ce94-4d47-8225-10e5b240e232 ArtifactChecksum:NWM4OWI1NWUxMzAwNWUzNzhkNGVhYTIwMjM1MjZmNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:0a759c0e-19e8-4ef1-be0e-ac076187f2cf ResourceInvariantUUID:a7c73c55-773a-4bc1-96b1-ba58c09bff9b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ea641a78-3d29-4da0-8b71-15c7da9c2b66 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:1d1d9c55-9dfd-47ec-af25-8b51d0f7cd03 ArtifactChecksum:MDJjMDAxY2E2MjhkMjJkNjcyYjNiYTU5M2Y0NjA1MmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:b5a0536c-1001-4600-9a30-8550bd0b1ba8 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:38a9be96-ab07-4b86-b8ea-b6683f72f314 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:38a9be96-ab07-4b86-b8ea-b6683f72f314 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-19T19:12:25.499Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f581c5d4-a281-4a25-88ef-3922bfad772e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:12:25.525Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:12:25.525Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:12:25.526Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:12:25.526Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef5ff2d7-ce94-4d47-8225-10e5b240e232 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-19T19:12:25.526Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:12:25.526Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-19T19:12:27.625Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:12:27.631Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ef5ff2d7-ce94-4d47-8225-10e5b240e232 82051 2021-04-19T19:12:27.631Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-19T19:12:27.631Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-19T19:12:27.631Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:12:27.631Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:27.633Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:27.633Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859547631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:12:27.733Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:27.734Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:27.734Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:27.743Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:27.743Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:28.634Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:12:28.635Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:12:28.635Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ef5ff2d7-ce94-4d47-8225-10e5b240e232, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:28.635Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-19T19:12:28.636Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:28.636Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:28.732Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4231731126577311917/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-19T19:12:29.614Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T19:12:29.614Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:12:29.614Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.614Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:29.615Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:12:29.616Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-19T19:12:29.617Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=90e59f4b-2d85-491e-b781-fb41f3675018 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:29.618Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f581c5d4-a281-4a25-88ef-3922bfad772e Model Version:NULL Model InvariantUuid:5ceb2018-cb91-4c12-bd45-3ac1d4496125 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:14246875-842f-4a34-a963-2136489e5832 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a7c73c55-773a-4bc1-96b1-ba58c09bff9b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0a759c0e-19e8-4ef1-be0e-ac076187f2cf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:537ad3dd-810a-43f7-8351-7c3d0c1106f7 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3029b750-28f4-4b49-bd88-19bc840d2186 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:90e59f4b-2d85-491e-b781-fb41f3675018 ModelInvariantUuid:61a7689c-b448-43d4-a63c-dd8351eef030 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:7f070663-163c-4ba4-b745-9a3f93c7363e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:3b14fcac-af05-4782-bdf7-2f2b0137b767 ModelInvariantUuid:618aaa33-2554-4b63-872a-50ab856e11a9 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:99db1a4c-a323-4c78-bc03-b926266fe339 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T19:12:29.624Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ea641a78-3d29-4da0-8b71-15c7da9c2b66 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:12:29.626Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-04-19T19:12:29.626Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea641a78-3d29-4da0-8b71-15c7da9c2b66 2021-04-19T19:12:29.626Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d1d9c55-9dfd-47ec-af25-8b51d0f7cd03 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-19T19:12:29.626Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:12:29.627Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-19T19:12:30.130Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:12:30.130Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1d1d9c55-9dfd-47ec-af25-8b51d0f7cd03 792 2021-04-19T19:12:30.131Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-19T19:12:30.131Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-19T19:12:30.131Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:12:30.131Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:30.133Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:30.133Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859550130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:12:30.234Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:30.234Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:30.234Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:30.243Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:30.243Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:31.134Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "537ad3dd-810a-43f7-8351-7c3d0c1106f7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3029b750-28f4-4b49-bd88-19bc840d2186", "vfModuleModelCustomizationUUID": "9622eb42-1009-47c1-91d5-ee498100ac7f", "isBase": true, "artifacts": [ "b5a0536c-1001-4600-9a30-8550bd0b1ba8", "38a9be96-ab07-4b86-b8ea-b6683f72f314" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:12:31.137Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3029b750-28f4-4b49-bd88-19bc840d2186 VfModuleModelInvariantUUID:537ad3dd-810a-43f7-8351-7c3d0c1106f7 VfModuleModelDescription:NULL Artifacts UUID List:{ b5a0536c-1001-4600-9a30-8550bd0b1ba8 , 38a9be96-ab07-4b86-b8ea-b6683f72f314 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:12:31.139Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "537ad3dd-810a-43f7-8351-7c3d0c1106f7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3029b750-28f4-4b49-bd88-19bc840d2186", "vfModuleModelCustomizationUUID": "9622eb42-1009-47c1-91d5-ee498100ac7f", "isBase": true, "artifacts": [ "b5a0536c-1001-4600-9a30-8550bd0b1ba8", "38a9be96-ab07-4b86-b8ea-b6683f72f314" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-19T19:12:31.139Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3029b750-28f4-4b49-bd88-19bc840d2186 VfModuleModelInvariantUUID:537ad3dd-810a-43f7-8351-7c3d0c1106f7 VfModuleModelDescription:NULL Artifacts UUID List:{ b5a0536c-1001-4600-9a30-8550bd0b1ba8 , 38a9be96-ab07-4b86-b8ea-b6683f72f314 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-19T19:12:31.139Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b5a0536c-1001-4600-9a30-8550bd0b1ba8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-19T19:12:31.139Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:12:31.139Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-19T19:12:31.501Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:12:31.501Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b5a0536c-1001-4600-9a30-8550bd0b1ba8 5033 2021-04-19T19:12:31.501Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-19T19:12:31.501Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-19T19:12:31.502Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:12:31.502Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:31.503Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:31.504Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859551501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:12:31.604Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:31.604Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:31.605Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:31.612Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:31.613Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:12:32.504Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 38a9be96-ab07-4b86-b8ea-b6683f72f314 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-19T19:12:32.505Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:12:32.505Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-19T19:12:32.839Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:12:32.839Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 38a9be96-ab07-4b86-b8ea-b6683f72f314 903 2021-04-19T19:12:32.840Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-19T19:12:32.840Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-19T19:12:32.840Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:12:32.840Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:32.842Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:32.843Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859552840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:12:32.943Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-19T19:12:32.943Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:32.943Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:32.952Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:32.952Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:33.843Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f581c5d4-a281-4a25-88ef-3922bfad772e 2021-04-19T19:12:33.844Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ea641a78-3d29-4da0-8b71-15c7da9c2b66 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:12:33.856Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.857Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.857Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-19T19:12:33.857Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0a759c0e-19e8-4ef1-be0e-ac076187f2cf 2021-04-19T19:12:33.857Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a759c0e-19e8-4ef1-be0e-ac076187f2cf matches Tosca VF Customization UUID: 0a759c0e-19e8-4ef1-be0e-ac076187f2cf 2021-04-19T19:12:33.857Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0a759c0e-19e8-4ef1-be0e-ac076187f2cf matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-19T19:12:33.859Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.859Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.860Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0a759c0e-19e8-4ef1-be0e-ac076187f2cf: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-19T19:12:33.860Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20f1e60b 2021-04-19T19:12:33.860Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.860Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-19T19:12:33.860Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9622eb42-1009-47c1-91d5-ee498100ac7f 2021-04-19T19:12:33.860Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9622eb42-1009-47c1-91d5-ee498100ac7f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-19T19:12:33.862Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.862Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:33.862Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-19T19:12:33.863Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=90e59f4b-2d85-491e-b781-fb41f3675018 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-19T19:12:33.865Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.866Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:33.866Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-19T19:12:33.866Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.866Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-19T19:12:33.866Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0a759c0e-19e8-4ef1-be0e-ac076187f2cf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f581c5d4-a281-4a25-88ef-3922bfad772e: basic_vm_macro 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.868Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.869Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.869Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.869Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:12:33.869Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:12:33.869Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:12:33.935Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ea641a78-3d29-4da0-8b71-15c7da9c2b66 1 ASDC deployResourceStructure 2021-04-19T19:12:33.936Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-19T19:12:33.936Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-19T19:12:33.936Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:12:33.936Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:33.939Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:33.939Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859553936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:12:34.039Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:34.039Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:34.040Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:34.048Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:34.049Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:34.940Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-19T19:12:34.940Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-19T19:12:34.940Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:12:34.941Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:34.943Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:34.944Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859554939, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:12:35.044Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:35.044Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:35.045Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:35.053Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:35.053Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:35.944Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-19T19:12:35.945Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-19T19:12:35.945Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:12:35.946Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:35.948Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:35.949Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859555944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-19T19:12:36.049Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:36.050Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:36.050Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:36.058Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:36.059Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:36.950Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-19T19:12:36.950Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-19T19:12:36.950Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:12:36.951Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:12:36.952Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:12:36.953Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859556950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:12:37.053Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:12:37.054Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:12:37.054Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:12:37.063Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:37.064Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:12:37.954Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8571ebc-e0e0-49b9-8449-c9514b815a77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:12:37.963Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8571ebc-e0e0-49b9-8449-c9514b815a77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:12:37.966Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:12:37.966Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T19:12:37.966Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T19:12:37.966Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T19:12:37.966Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:12:37.966Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:12:37.967Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:12:37.967Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:12:37.967Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:12:37.967Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:12:37.967Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||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-04-19T19:12:37.971Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T19:12:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:12:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:12:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:12:47.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:12:47.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:12:47.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859388315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:12:47.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:12:47.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:12:47.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859389828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:12:47.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859390926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859391929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859392933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859393938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:12:47.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:07.971Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8571ebc-e0e0-49b9-8449-c9514b815a77 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T19:13:07.976Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8571ebc-e0e0-49b9-8449-c9514b815a77 and serviceModelVersionId: f581c5d4-a281-4a25-88ef-3922bfad772e 2021-04-19T19:13:07.976Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ceb2018-cb91-4c12-bd45-3ac1d4496125 2021-04-19T19:13:07.976Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0 2021-04-19T19:13:07.980Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T19:13:08.005Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0|INFO|500||Invoke 2021-04-19T19:13:08.006Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8571ebc-e0e0-49b9-8449-c9514b815a77], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[571b06b5-fe26-41ef-b5b6-d4861012251c], X-ECOMP-RequestID=[e8571ebc-e0e0-49b9-8449-c9514b815a77], X-TransactionId=[], X-ONAP-RequestID=[e8571ebc-e0e0-49b9-8449-c9514b815a77], Content-Type=[application/merge-patch+json]} 2021-04-19T19:13:08.028Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T19:13:08.510Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210419-19:13:08:027-7871], vertex-id=[237696], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:13:08 GMT], Content-Type=[application/json]} 2021-04-19T19:13:08.510Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-19T19:13:08.511Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ceb2018-cb91-4c12-bd45-3ac1d4496125/model-vers/model-ver/f581c5d4-a281-4a25-88ef-3922bfad772e?depth=0|INFO|500||InvokeReturn 2021-04-19T19:13:08.511Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T19:13:08.511Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:13:08.516Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T19:13:08.516Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8571ebc-e0e0-49b9-8449-c9514b815a77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T19:13:08.516Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T19:13:08.516Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:13:08.518Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:13:08.518Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859588516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:13:08.618Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:13:08.619Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:13:08.619Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:13:08.629Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:13:08.629Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:13:09.528Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:13:09.528Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:13:09.528Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:13:19.709Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:13:19.709Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:13:19.710Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:13:19.710Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:13:29.247Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:13:29.247Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:13:29.248Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:13:29.248Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:13:38.784Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:13:38.784Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:13:38.784Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:13:38.785Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:13:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:13:47.059Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:13:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:13:47.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:13:47.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fe4015c-a471-4e3c-bfa0-210ac9f18062", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859485754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859495449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:13:47.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859497985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859499158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859500840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859501954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859502957, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859503961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:13:47.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859504966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:13:47.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:13:48.315Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:13:48.315Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:13:48.316Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:13:48.316Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:13:57.845Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:13:57.845Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:13:57.846Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:13:57.846Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:14:07.380Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:14:07.380Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:14:07.381Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:14:07.381Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:14:16.913Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:14:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:14:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:14:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:14:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:14:47.059Z||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-04-19T19:14:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:14:47.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:14:47.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dfae247-de7d-4434-83fe-9dcc5b0bc5de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859536453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859312942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859547631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859550130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859551501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859552840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859553936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859554939, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859555944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859556950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:14:47.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:14:56.600Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:15:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:15:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:15:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:15:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:15:47.059Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:15:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:15:47.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:15:47.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-19T19:15:47.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8571ebc-e0e0-49b9-8449-c9514b815a77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859588516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:15:47.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:15:56.595Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:16:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:16:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:16:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:16:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:16:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:16:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:16:56.597Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:16:56.599Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:17:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:17:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:17:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:17:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:17:47.059Z||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-04-19T19:17:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:17:56.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:17:56.598Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:18:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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-04-19T19:18:47.057Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:18:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:18:47.059Z||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-04-19T19:18:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:18:47.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:47.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859907804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859902115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "dcae-sch", "timestamp": 1618859907382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859908434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859920460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859920539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:18:47.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "cds", "timestamp": 1618859921464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:18:47.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb2c331f-6853-4cae-93d2-9b81c9d41ad0 2021-04-19T19:18:47.210Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859922178, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618859923180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:18:47.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb2c331f-6853-4cae-93d2-9b81c9d41ad0 2021-04-19T19:18:47.227Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:18:47.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618859916461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859924297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859916908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859925308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-k8s-id", "timestamp": 1618859918045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "multicloud-windriver-id", "timestamp": 1618859918276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "clamp", "timestamp": 1618859926311, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:18:47.243Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb2c331f-6853-4cae-93d2-9b81c9d41ad0 2021-04-19T19:18:47.243Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:18:47.681Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:47.681Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-19T19:18:47.682Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb2c331f-6853-4cae-93d2-9b81c9d41ad0","serviceName":"Demo_pNF_yDGlu9SotStry1vS1yF8","serviceVersion":"1.0","serviceUUID":"52719dd5-80ea-4410-8817-bfdbe453b9ff","serviceDescription":"catalog service description","serviceInvariantUUID":"7cfe94d9-0a46-4a76-81c5-874adba2eef4","resources":[{"resourceInstanceName":"pNF b2ab1759-93a6 0","resourceName":"pNF b2ab1759-93a6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98521302-836c-4b85-ba7b-998f6df44a73","resourceInvariantUUID":"81d74080-c158-4c65-985a-c6d327914760","resourceCustomizationUUID":"d436a58e-b42b-4b0c-9520-4d9f2f73265e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml","artifactChecksum":"OTY0ODJkZWM3NTQ1NTdlMmNjNjFkMTcyMGQ2MzQwZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5b6f34b-17b8-44b7-bcaf-16782c1020f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar","artifactChecksum":"NTkwYWFmODYxNWRkMTEyNWVlMWNmZTNlZGUwZDc3NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91a7e653-a2d1-451f-aeba-41a45faaf237","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c2f877d-fae7-4194-91cd-4f660305a2a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml","artifactChecksum":"OWEzN2JlMmY3ZjhkMWVhNTc2YzA5MzgzZTQ1NmI3YTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"448da550-1f82-4c8d-86bf-8e29554db65f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d65e91be-a20b-4f6e-bdd4-0be2a575949c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e8de410-edba-4da6-bdc6-d67e5a6ab9bb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYdglu9sotstry1vs1yf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml","artifactChecksum":"ZTJiNjdhOTBlOGFmNjA5NWJjYTQzYzNmYTIxY2RmMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"944918f0-e44d-41f0-bab3-6e9b6ed1dfee","artifactVersion":"1"},{"artifactName":"service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar","artifactChecksum":"ODRkMWYyNjJkNmFlZTQzYzYwYjJlNDc2YzhjYmQ2ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8db6d67c-f215-48fe-ac2e-e9a08323453b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-19T19:18:47.683Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:47.683Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:47.685Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:47.686Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:47.786Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:47.787Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:47.790Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:47.798Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:47.798Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:48.686Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:48.686Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:48.689Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:48.689Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:48.790Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:48.791Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:48.791Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:48.798Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:48.799Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:49.690Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:49.691Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:49.693Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:49.694Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:49.794Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:49.795Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:49.795Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:49.804Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:49.804Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:50.694Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:50.695Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:50.697Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:50.697Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:50.797Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:50.798Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:50.798Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:50.808Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:50.808Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:51.697Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:51.698Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:51.700Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:51.700Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:51.801Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T19:18:51.801Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:51.802Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:51.810Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:51.810Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-19T19:18:52.701Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:52.702Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:52.704Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:52.705Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:52.805Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:52.806Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:52.806Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:52.814Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:52.814Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:53.705Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:53.706Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:53.708Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:53.708Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:18:53.808Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:53.809Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:53.809Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:53.819Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:53.819Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:54.709Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-19T19:18:54.710Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:54.711Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:54.711Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:18:54.811Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:54.812Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:54.812Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:54.822Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:54.822Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:55.712Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "serviceName": "Demo_pNF_yDGlu9SotStry1vS1yF8", "serviceVersion": "1.0", "serviceUUID": "52719dd5-80ea-4410-8817-bfdbe453b9ff", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7cfe94d9-0a46-4a76-81c5-874adba2eef4", "resources": [ { "resourceInstanceName": "pNF b2ab1759-93a6 0", "resourceCustomizationUUID": "d436a58e-b42b-4b0c-9520-4d9f2f73265e", "resourceName": "pNF b2ab1759-93a6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "98521302-836c-4b85-ba7b-998f6df44a73", "resourceInvariantUUID": "81d74080-c158-4c65-985a-c6d327914760", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "artifactChecksum": "ODRkMWYyNjJkNmFlZTQzYzYwYjJlNDc2YzhjYmQ2ZmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8db6d67c-f215-48fe-ac2e-e9a08323453b" } ], "workloadContext": "Production" } 2021-04-19T19:18:55.712Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-19T19:18:55.712Z|e8571ebc-e0e0-49b9-8449-c9514b815a77|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 52719dd5-80ea-4410-8817-bfdbe453b9ff ASDC 2021-04-19T19:18:55.713Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:fb2c331f-6853-4cae-93d2-9b81c9d41ad0 ServiceName:Demo_pNF_yDGlu9SotStry1vS1yF8 ServiceVersion:1.0 ServiceUUID:52719dd5-80ea-4410-8817-bfdbe453b9ff ServiceInvariantUUID:7cfe94d9-0a46-4a76-81c5-874adba2eef4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar ArtifactUUID:8db6d67c-f215-48fe-ac2e-e9a08323453b ArtifactChecksum:ODRkMWYyNjJkNmFlZTQzYzYwYjJlNDc2YzhjYmQ2ZmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b2ab1759-93a6 0 ResourceCustomizationUUID:d436a58e-b42b-4b0c-9520-4d9f2f73265e ResourceInvariantUUID:81d74080-c158-4c65-985a-c6d327914760 ResourceName:pNF b2ab1759-93a6 ResourceType:PNF ResourceUUID:98521302-836c-4b85-ba7b-998f6df44a73 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-19T19:18:55.713Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52719dd5-80ea-4410-8817-bfdbe453b9ff ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:18:55.741Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:18:55.741Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:18:55.742Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:18:55.742Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8db6d67c-f215-48fe-ac2e-e9a08323453b from URL: /sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:55.742Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-19T19:18:55.742Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:56.446Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-19T19:18:56.450Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 8db6d67c-f215-48fe-ac2e-e9a08323453b 83341 2021-04-19T19:18:56.450Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar ASDC sendASDCNotification 2021-04-19T19:18:56.450Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:56.450Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-19T19:18:56.451Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:56.452Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:56.452Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859936450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:18:56.553Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-19T19:18:56.553Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:56.554Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:56.562Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:56.563Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:57.453Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-19T19:18:57.454Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-19T19:18:57.454Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8db6d67c-f215-48fe-ac2e-e9a08323453b, URL: /sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar to file: /app/ASDC/1/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:57.455Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:57.455Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:57.455Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:57.568Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10483087281684384020/Definitions/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml 2021-04-19T19:18:58.115Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-19T19:18:58.115Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:18:58.115Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b2ab1759-93a6 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-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||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-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||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-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||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-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||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-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b2ab1759-93a6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||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-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Node template pNF b2ab1759-93a6 0 is matching search criteria 2021-04-19T19:18:58.116Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b2ab1759-93a6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Node template pNF b2ab1759-93a6 0 is matching search criteria 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b2ab1759-93a6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.117Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.118Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_yDGlu9SotStry1vS1yF8 Description:catalog service description Model UUID:52719dd5-80ea-4410-8817-bfdbe453b9ff Model Version:NULL Model InvariantUuid:7cfe94d9-0a46-4a76-81c5-874adba2eef4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-19T19:18:58.123Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 98521302-836c-4b85-ba7b-998f6df44a73 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:18:58.126Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||pNF b2ab1759-93a6 0 2021-04-19T19:18:58.126Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 98521302-836c-4b85-ba7b-998f6df44a73 2021-04-19T19:18:58.126Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 52719dd5-80ea-4410-8817-bfdbe453b9ff 2021-04-19T19:18:58.126Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 52719dd5-80ea-4410-8817-bfdbe453b9ff 2021-04-19T19:18:58.126Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b2ab1759-93a6 0 98521302-836c-4b85-ba7b-998f6df44a73 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:18:58.129Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.130Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.130Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 52719dd5-80ea-4410-8817-bfdbe453b9ff: pNF b2ab1759-93a6 2021-04-19T19:18:58.130Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||Processing PNF resource: 98521302-836c-4b85-ba7b-998f6df44a73 2021-04-19T19:18:58.130Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-19T19:18:58.130Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yDGlu9SotStry1vS1yF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-19T19:18:58.130Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||Resource customization UUID: d436a58e-b42b-4b0c-9520-4d9f2f73265e is the same as notified resource customizationUUID: d436a58e-b42b-4b0c-9520-4d9f2f73265e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-19T19:18:58.164Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b2ab1759-93a6 98521302-836c-4b85-ba7b-998f6df44a73 0 ASDC deployResourceStructure 2021-04-19T19:18:58.164Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar ASDC sendASDCNotification 2021-04-19T19:18:58.164Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar 2021-04-19T19:18:58.164Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-19T19:18:58.165Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:18:58.167Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:18:58.167Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859938164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:18:58.267Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:18:58.267Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:18:58.268Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:18:58.275Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:18:58.276Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-19T19:18:59.168Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:18:59.178Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:18:59.180Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:18:59.180Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:18:59.180Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:19:29.181Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:19:29.191Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:19:29.193Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:19:29.193Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:19:29.193Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:19:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:19:47.059Z||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-04-19T19:19:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:19:47.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:19:47.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:19:47.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:19:47.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:19:59.193Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:19:59.205Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:19:59.207Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:19:59.207Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:19:59.207Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:20:29.207Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:20:29.215Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:20:29.216Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:20:29.216Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:20:29.216Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:20:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:20:47.059Z||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-04-19T19:20:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:20:47.090Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:20:47.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:20:47.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-19T19:20:47.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:20:59.217Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:20:59.227Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:20:59.229Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:20:59.229Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:20:59.229Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:21:29.229Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:21:29.239Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:21:29.241Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:21:29.241Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-19T19:21:29.242Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-19T19:21:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:21:47.059Z||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-04-19T19:21:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:21:47.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:21:47.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859927207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:21:47.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:47.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859928211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859921411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "policy-id", "timestamp": 1618859929214, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:21:47.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb2c331f-6853-4cae-93d2-9b81c9d41ad0 2021-04-19T19:21:47.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:21:47.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859922345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859930608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859931149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:47.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859931625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-19T19:21:47.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:47.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "ves-openapi-manager", "timestamp": 1618859932627, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-19T19:21:47.632Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of fb2c331f-6853-4cae-93d2-9b81c9d41ad0 2021-04-19T19:21:47.632Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/resourceInstances/pnfb2ab175993a60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-template.yml", "status": "NOT_NOTIFIED" } 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859927057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "NOTIFIED" } 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859935635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859936450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "aai-ml", "timestamp": 1618859936637, "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-04-19T19:21:47.648Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb2c331f-6853-4cae-93d2-9b81c9d41ad0 2021-04-19T19:21:47.649Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-19T19:21:47.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:21:47.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618859938164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdglu9sotstry1vs1yf8/1.0/artifacts/service-DemoPnfYdglu9sotstry1vs1yf8-csar.csar", "status": "DEPLOY_OK" } 2021-04-19T19:21:47.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:21:59.242Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:21:59.252Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-19T19:21:59.254Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-19T19:21:59.254Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-19T19:21:59.254Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-19T19:21:59.254Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-19T19:21:59.255Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||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-04-19T19:21:59.260Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-19T19:22:29.261Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-19T19:22:29.266Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and serviceModelVersionId: 52719dd5-80ea-4410-8817-bfdbe453b9ff 2021-04-19T19:22:29.266Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cfe94d9-0a46-4a76-81c5-874adba2eef4 2021-04-19T19:22:29.267Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0 2021-04-19T19:22:29.273Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-19T19:22:29.294Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0|INFO|500||Invoke 2021-04-19T19:22:29.294Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb2c331f-6853-4cae-93d2-9b81c9d41ad0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[568e7a05-2e95-4b34-93c0-841eaf105434], X-ECOMP-RequestID=[fb2c331f-6853-4cae-93d2-9b81c9d41ad0], X-TransactionId=[], X-ONAP-RequestID=[fb2c331f-6853-4cae-93d2-9b81c9d41ad0], Content-Type=[application/merge-patch+json]} 2021-04-19T19:22:29.309Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-19T19:22:29.533Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210419-19:22:29:308-45296], vertex-id=[569584], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:22:29 GMT], Content-Type=[application/json]} 2021-04-19T19:22:29.533Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-19T19:22:29.533Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cfe94d9-0a46-4a76-81c5-874adba2eef4/model-vers/model-ver/52719dd5-80ea-4410-8817-bfdbe453b9ff?depth=0|INFO|500||InvokeReturn 2021-04-19T19:22:29.534Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-19T19:22:29.534Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-19T19:22:29.536Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-19T19:22:29.536Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb2c331f-6853-4cae-93d2-9b81c9d41ad0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-19T19:22:29.537Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-19T19:22:29.537Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-19T19:22:29.538Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-19T19:22:29.538Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618860149537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:22:29.638Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-19T19:22:29.639Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-19T19:22:29.639Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ... 2021-04-19T19:22:29.652Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:22:29.653Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-19T19:22:30.551Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:22:30.552Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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-04-19T19:22:30.552Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:22:40.736Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:22:40.736Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:22:40.737Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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-04-19T19:22:40.737Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:22:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:22:47.059Z||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-04-19T19:22:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:22:47.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:22:47.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-19T19:22:47.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb2c331f-6853-4cae-93d2-9b81c9d41ad0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618860149537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-19T19:22:47.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-19T19:22:50.273Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:22:50.274Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:22:50.274Z||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-04-19T19:22:50.274Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:22:59.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:22:59.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:22:59.807Z||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-04-19T19:22:59.807Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:23:09.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:23:47.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:23:47.057Z||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-04-19T19:23:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:23:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:23:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:23:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:23:56.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:23:56.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:24:47.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:24:47.057Z||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-04-19T19:24:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:24:47.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:24:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:24:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:24:56.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:24:56.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:25:47.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:25:47.057Z||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-04-19T19:25:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:25:47.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:25:47.059Z||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-04-19T19:25:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:25:56.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:25:56.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:26:47.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:26:47.057Z||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-04-19T19:26:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:26:47.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:26:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:26:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:26:56.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:26:56.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:27:47.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:27:47.058Z||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-04-19T19:27:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:27:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:27:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:27:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:27:56.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:27:56.601Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:28:47.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:28:47.058Z||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-04-19T19:28:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:28:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:28:47.059Z||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-04-19T19:28:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:28:56.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:28:56.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:29:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:29:47.058Z||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-04-19T19:29:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:29:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:29:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:29:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:29:56.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:29:56.597Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:30:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:30:47.057Z||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-04-19T19:30:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:30:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:30:47.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:30:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:30:56.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:30:56.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:31:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:31:47.057Z||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-04-19T19:31:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:31:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:31:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:31:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:31:56.595Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:31:56.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:32:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:32:47.057Z||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-04-19T19:32:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:32:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:32:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:32:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:32:56.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:32:56.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:33:47.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:33:47.057Z||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-04-19T19:33:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:33:47.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:33:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:33:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:33:56.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:33:56.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:34:47.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:34:47.057Z||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-04-19T19:34:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:34:47.058Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:34:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:34:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:34:56.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:34:56.603Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:35:47.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:35:47.057Z||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-04-19T19:35:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:35:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:35:47.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:35:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:35:56.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:35:56.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:36:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:36:47.057Z||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-04-19T19:36:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:36:47.060Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:36:47.060Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:36:47.061Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:36:56.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:36:56.600Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:37:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:37:47.057Z||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-04-19T19:37:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:37:47.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:37:47.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:37:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:37:56.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:37:56.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:38:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:38:47.057Z||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-04-19T19:38:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:38:47.058Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:38:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:38:47.059Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:38:56.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:38:56.604Z|fb2c331f-6853-4cae-93d2-9b81c9d41ad0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:39:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:39:47.057Z||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-04-19T19:39:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:39:47.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:39:47.059Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:39:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:39:56.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:39:56.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:40:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:40:47.057Z||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-04-19T19:40:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:40:47.058Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:40:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:40:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:40:56.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:40:56.598Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:41:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:41:47.057Z||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-04-19T19:41:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:41:47.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:41:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:41:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:41:56.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:41:56.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:42:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:42:47.057Z||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-04-19T19:42:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:42:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:42:47.059Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:42:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:42:56.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:42:56.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:43:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:43:47.057Z||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-04-19T19:43:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:43:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:43:47.059Z||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-04-19T19:43:47.059Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:43:56.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:43:56.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:44:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:44:47.058Z||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-04-19T19:44:47.058Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:44:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:44:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:44:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:44:56.599Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:44:56.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:45:47.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:45:47.057Z||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-04-19T19:45:47.057Z||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 LjeJyZo92afNBi4r) ... 2021-04-19T19:45:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-19T19:45:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-19T19:45:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ... 2021-04-19T19:45:56.592Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-19T19:45:56.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK