JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-11-23T09:35:42.407Z||main|||||INFO|500||The following profiles are active: basic 2021-11-23T09:35:56.010Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-23T09:35:56.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-23T09:35:56.129Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-23T09:36:01.098Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-23T09:36:01.591Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-23T09:36:02.211Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-23T09:36:02.220Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-23T09:36:02.391Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-23T09:36:02.719Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-23T09:36:03.329Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-23T09:36:10.051Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-23T09:36:12.343Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-23T09:36:12.401Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-23T09:36:12.979Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-23T09:36:13.103Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-11-23T09:36:14.278Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-23T09:36:15.362Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-23T09:36:15.382Z||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$$30e71889.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-11-23T09:36:15.383Z||main|||||WARN|500||The sdc end point is not alive 2021-11-23T09:36:18.519Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-11-23T09:36:21.250Z||main|||||WARN|500||--- 2021-11-23T09:36:21.251Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-23T09:36:21.251Z||main|||||WARN|500||--- 2021-11-23T09:36:21.672Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-23T09:36:26.237Z||main|||||INFO|500||Started Application in 48.158 seconds (JVM running for 53.306) 2021-11-23T09:36:26.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-23T09:36:26.253Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-23T09:36:26.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-23T09:36:26.286Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-23T09:36:26.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 37ffc91f-7b67-4c35-853a-7687e4c2d340 url= /sdc/v1/artifactTypes 2021-11-23T09:36:26.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-23T09:36:26.600Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-23T09:36:26.622Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-23T09:36:26.640Z||scheduling-1|||||DEBUG|500||create keys 2021-11-23T09:36:26.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-23T09:36:26.837Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:36:26.853Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6572b384-1f8b-4345-885a-a9c48fc8fb66 url= /sdc/v1/registerForDistribution 2021-11-23T09:36:27.274Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6572b384-1f8b-4345-885a-a9c48fc8fb66 url= /sdc/v1/registerForDistribution 2021-11-23T09:36:27.274Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-23T09:36:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:36:27.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:36:27.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:36:27.290Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:36:27.291Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:36:27.291Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-23T09:36:27.291Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:36:38.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:36:38.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:37:27.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:37:27.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:37:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:37:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:37:27.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:37:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:37:36.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:37:36.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:38:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:38:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:38:27.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:38:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:38:27.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:38:27.291Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:38:36.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:38:36.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:39:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:39:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:39:27.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:39:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:39:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:39:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:39:36.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:39:36.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:40:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:40:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:40:27.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:40:27.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:40:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:40:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:40:36.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:40:36.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:41:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:41:27.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:41:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:41:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:41:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:41:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:41:36.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:41:36.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:42:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:42:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:42:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:42:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:42:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:42:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:42:36.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:42:36.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:43:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:43:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:43:27.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:43:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:43:27.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:43:27.290Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:43:36.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:43:36.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:44:27.281Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:44:27.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:44:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:44:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:44:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:44:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:44:36.850Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:44:36.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:45:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:45:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:45:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:45:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:45:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:45:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:45:36.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:45:36.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:46:03.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-23T09:46:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:46:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:46:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:46:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:46:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:46:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:46:36.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:46:36.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:47:27.281Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:47:27.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:47:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:47:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:47:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:47:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:47:36.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:47:36.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:48:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:48:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:48:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:48:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:48:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:48:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:48:36.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:48:36.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:49:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:49:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:49:27.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:49:27.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:49:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:49:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:49:36.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:49:36.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:50:27.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:50:27.282Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:50:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:50:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:50:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:50:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:50:36.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:50:36.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:51:27.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:51:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:51:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:51:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:51:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:51:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:51:36.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:51:36.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:52:27.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:52:27.282Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:52:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:52:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:52:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:52:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:52:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:52:36.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:53:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:53:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:53:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:53:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:53:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:53:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:53:36.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:53:36.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:54:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:54:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:54:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:54:27.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:54:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:54:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:54:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:54:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:55:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:55:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:55:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:55:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:55:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:55:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:55:36.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:55:36.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:56:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:56:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:56:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:56:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:56:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:56:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:56:36.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:56:36.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:57:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:57:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:57:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:57:27.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:57:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:57:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:57:36.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:57:36.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:58:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:58:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:58:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:58:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:58:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:58:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:58:36.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:58:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:59:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:59:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T09:59:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:59:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T09:59:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:59:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T09:59:36.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T09:59:36.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:00:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:00:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:00:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:00:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:00:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:00:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:00:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:00:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:01:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:01:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:01:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:01:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:01:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:01:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:01:36.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:01:36.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:02:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:02:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:02:27.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:02:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:02:27.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:02:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:02:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:02:36.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:03:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:03:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:03:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:03:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:03:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:03:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:03:36.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:03:36.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:04:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:04:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:04:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:04:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:04:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:04:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:04:36.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:04:36.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:05:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:05:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:05:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:05:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:05:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:05:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:05:36.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:05:36.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:06:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:06:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:06:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:06:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:06:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:06:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:06:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:06:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:07:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:07:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:07:27.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:07:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:07:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:07:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:07:36.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:07:36.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:08:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:08:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:08:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:08:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:08:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:08:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:08:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:08:36.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:09:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:09:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:09:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:09:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:09:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:09:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:09:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:09:36.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:10:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:10:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:10:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:10:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:10:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:10:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:10:36.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:10:36.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:11:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:11:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:11:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:11:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:11:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:11:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:11:36.855Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:11:36.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:12:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:12:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:12:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:12:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:12:27.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:12:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:12:36.848Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:12:36.856Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:13:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:13:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:13:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:13:27.283Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:13:27.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:13:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:13:36.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:13:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:14:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:14:27.283Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:14:27.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:14:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:14:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:14:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:14:36.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:14:36.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:15:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:15:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:15:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:15:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:15:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:15:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:15:36.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:15:36.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:16:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:16:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:16:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:16:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:16:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:16:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:16:36.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:16:36.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:17:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:17:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:17:27.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:17:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:17:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:17:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:17:36.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:17:36.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:18:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:18:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:18:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:18:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:18:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:18:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:18:36.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:18:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:19:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:19:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:19:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:19:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:19:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:19:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:19:36.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:19:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:20:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:20:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:20:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:20:27.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:20:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:20:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:20:36.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:20:36.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:21:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:21:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:21:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:21:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:21:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:21:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:21:36.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:21:36.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:22:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:22:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:22:27.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:22:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:22:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:22:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:22:36.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:22:36.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:23:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:23:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:23:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:23:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:23:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:23:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:23:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:23:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:24:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:24:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:24:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:24:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:24:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:24:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:24:36.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:24:36.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:25:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:25:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:25:27.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:25:27.289Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:25:27.289Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:25:27.289Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:25:36.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:25:36.864Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:26:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:26:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:26:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:26:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:26:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:26:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:26:36.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:26:36.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:27:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:27:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:27:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:27:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:27:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:27:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:27:36.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:27:36.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:28:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:28:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:28:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:28:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:28:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:28:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:28:36.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:28:36.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:29:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:29:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:29:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:29:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:29:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:29:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:29:36.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:29:36.857Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:30:27.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:30:27.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:30:27.291Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:30:27.291Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:30:27.291Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:30:27.291Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:30:36.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:30:36.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:31:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:31:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:31:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:31:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:31:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:31:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:31:36.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:31:36.864Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:32:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:32:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:32:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:32:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:32:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:32:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:32:36.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:32:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:33:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:33:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:33:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:33:27.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:33:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:33:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:33:36.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:33:36.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:27.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:34:27.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:34:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:34:27.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:34:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:34:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:34:27.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:27.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:27.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ed44fd8-6f3d-4c14-9375-b4dc08428d46","serviceName":"vFW 2021-11-23 10-31-37","serviceVersion":"1.0","serviceUUID":"ba82f5ae-9aab-48bf-bb5f-a147941ddb08","serviceDescription":"catalog service description","serviceInvariantUUID":"7275870f-3fd1-46dc-9658-521643e22f4c","resources":[{"resourceInstanceName":"vFW 1ca0e33d-782b 0","resourceName":"vFW 1ca0e33d-782b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce0c79ff-e29e-476e-ba5f-53569868d5f0","resourceInvariantUUID":"7f0f00b1-b894-4473-805d-1fa9b2eb933d","resourceCustomizationUUID":"df928a07-fb0c-4db9-8b61-4207bc377ddd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml","artifactChecksum":"MDIxNGRhMWJkMzQ4NGYxZTJlY2Y4NWE4NzZjODlmMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"952da08d-dd33-4f7c-95b9-db8c831dffc7","artifactVersion":"1"},{"artifactName":"vfw1ca0e33d782b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json","artifactChecksum":"MzE1MjUwZjEzNzFmYzFlMTAyM2E4YzM1ODRlOGQ2OTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c3610de-3ff8-47ed-8d16-a05013a17648","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8187a4a9-f33c-47ea-a31e-ef32b504c236","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTkxZTU1MzBiZDM1ZGVmZTlkMDhiY2JlZmJlYjIxMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bdd9bff-481f-40ef-a1e7-b431d9a698c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79bab0c2-7ec6-40fa-8d47-b7f4d7279faa","artifactVersion":"2","generatedFromUUID":"8187a4a9-f33c-47ea-a31e-ef32b504c236"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211123103137-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml","artifactChecksum":"YzVjYjNlYjIxNmNmOGFkOGJjZWZlYzJjMGVhNWU3MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5feb065e-0dd5-49ba-88ba-5e6a1aa317af","artifactVersion":"1"},{"artifactName":"service-Vfw20211123103137-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar","artifactChecksum":"Mzc5YWFlZWJlNjc3ZjNkMTMxODEyMmQ5ZDhhMjk2M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef11f2bf-c8cc-4712-b722-f5cb23817ec9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T10:34:27.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "dcae-sch", "timestamp": 1637663659089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.924Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:34:27.929Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:27.939Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:27.939Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "ves-openapi-manager", "timestamp": 1637663655420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663659280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663656538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "dcae-sch", "timestamp": 1637663659089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "ves-openapi-manager", "timestamp": 1637663655420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663659280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663656538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:34:27.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "dcae-sch", "timestamp": 1637663659089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "ves-openapi-manager", "timestamp": 1637663655420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663659280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:34:27.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663666264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663666364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:27.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:27.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:34:27.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663656538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:34:27.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:34:28.039Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-11-23T10:34:28.043Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:28.043Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:28.053Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:28.053Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:28.946Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:34:28.947Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:28.948Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:28.949Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:34:29.049Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:34:29.049Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:29.050Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:29.064Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:29.064Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:34:29.951Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:34:29.952Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:29.955Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:29.955Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:34:30.055Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:30.057Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:30.057Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:30.067Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:30.067Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:30.956Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:34:30.957Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:30.959Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:30.959Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:31.059Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:34:31.061Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:31.061Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:31.091Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:31.092Z||pool-6-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:31.960Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:34:31.961Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:31.963Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:31.963Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:34:32.063Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:32.064Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:32.064Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:32.075Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:32.076Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:32.964Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:34:32.965Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:32.966Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:32.967Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:34:33.067Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:33.067Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:33.067Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:33.078Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:33.081Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:34:33.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:34:33.968Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:33.970Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:33.970Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:34:34.070Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:34.071Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:34.071Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:34.083Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:34.083Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:34.972Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "serviceName": "vFW 2021-11-23 10-31-37", "serviceVersion": "1.0", "serviceUUID": "ba82f5ae-9aab-48bf-bb5f-a147941ddb08", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7275870f-3fd1-46dc-9658-521643e22f4c", "resources": [ { "resourceInstanceName": "vFW 1ca0e33d-782b 0", "resourceCustomizationUUID": "df928a07-fb0c-4db9-8b61-4207bc377ddd", "resourceName": "vFW 1ca0e33d-782b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ce0c79ff-e29e-476e-ba5f-53569868d5f0", "resourceInvariantUUID": "7f0f00b1-b894-4473-805d-1fa9b2eb933d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1ca0e33d782b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "artifactChecksum": "MzE1MjUwZjEzNzFmYzFlMTAyM2E4YzM1ODRlOGQ2OTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c3610de-3ff8-47ed-8d16-a05013a17648", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8187a4a9-f33c-47ea-a31e-ef32b504c236", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "79bab0c2-7ec6-40fa-8d47-b7f4d7279faa", "generatedFromUUID": "8187a4a9-f33c-47ea-a31e-ef32b504c236" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "79bab0c2-7ec6-40fa-8d47-b7f4d7279faa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211123103137-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "artifactChecksum": "Mzc5YWFlZWJlNjc3ZjNkMTMxODEyMmQ5ZDhhMjk2M2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef11f2bf-c8cc-4712-b722-f5cb23817ec9" } ], "workloadContext": "Production" } 2021-11-23T10:34:34.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T10:34:34.974Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba82f5ae-9aab-48bf-bb5f-a147941ddb08 ASDC 2021-11-23T10:34:35.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8ed44fd8-6f3d-4c14-9375-b4dc08428d46 ServiceName:vFW 2021-11-23 10-31-37 ServiceVersion:1.0 ServiceUUID:ba82f5ae-9aab-48bf-bb5f-a147941ddb08 ServiceInvariantUUID:7275870f-3fd1-46dc-9658-521643e22f4c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211123103137-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar ArtifactUUID:ef11f2bf-c8cc-4712-b722-f5cb23817ec9 ArtifactChecksum:Mzc5YWFlZWJlNjc3ZjNkMTMxODEyMmQ5ZDhhMjk2M2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1ca0e33d-782b 0 ResourceCustomizationUUID:df928a07-fb0c-4db9-8b61-4207bc377ddd ResourceInvariantUUID:7f0f00b1-b894-4473-805d-1fa9b2eb933d ResourceName:vFW 1ca0e33d-782b ResourceType:VF ResourceUUID:ce0c79ff-e29e-476e-ba5f-53569868d5f0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1ca0e33d782b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json ArtifactUUID:3c3610de-3ff8-47ed-8d16-a05013a17648 ArtifactChecksum:MzE1MjUwZjEzNzFmYzFlMTAyM2E4YzM1ODRlOGQ2OTk= 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/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml ArtifactUUID:8187a4a9-f33c-47ea-a31e-ef32b504c236 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/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env ArtifactUUID:79bab0c2-7ec6-40fa-8d47-b7f4d7279faa 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/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env ArtifactUUID:79bab0c2-7ec6-40fa-8d47-b7f4d7279faa ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-23T10:34:35.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba82f5ae-9aab-48bf-bb5f-a147941ddb08 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:34:35.298Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:34:35.302Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-23T10:34:35.303Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-23T10:34:35.304Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef11f2bf-c8cc-4712-b722-f5cb23817ec9 from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:35.304Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:34:35.305Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:35.662Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:34:35.678Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar ef11f2bf-c8cc-4712-b722-f5cb23817ec9 98944 2021-11-23T10:34:35.680Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar ASDC sendASDCNotification 2021-11-23T10:34:35.680Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:35.681Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:34:35.681Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:35.683Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:35.683Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663675679, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:34:35.783Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:35.784Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:35.784Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:35.798Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:35.799Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:36.684Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:34:36.685Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-23T10:34:36.685Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ef11f2bf-c8cc-4712-b722-f5cb23817ec9, URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar to file: /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:36.686Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211123103137-csar.csar 2021-11-23T10:34:36.762Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:36.762Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:37.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7920753746694515396/Definitions/service-Vfw20211123103137-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-11-23T10:34:40.228Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T10:34:40.232Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-23T10:34:40.233Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.233Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-23T10:34:40.233Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1ca0e33d-782b 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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.236Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.236Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.236Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.237Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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-Vfw20211123103137-csar.csar 2021-11-23T10:34:40.237Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-23T10:34:40.244Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.245Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:40.249Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:40.249Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-23T10:34:40.251Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:34:40.253Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.253Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:40.253Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:40.254Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-23T10:34:40.254Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:34:40.254Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.255Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:40.258Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.258Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria 2021-11-23T10:34:40.259Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:34:40.259Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.262Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.262Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:34:40.262Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.264Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:34:40.265Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.265Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:40.265Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:40.266Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.267Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:40.267Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:40.267Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria 2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:34:40.271Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.271Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:34:40.271Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.272Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0c5e86b-4310-4277-85d3-3a4698b423c7 2021-11-23T10:34:40.272Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.272Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria 2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.274Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.274Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:34:40.274Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.276Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bafafe9e-ccb0-451f-b26b-f4e580174f36 2021-11-23T10:34:40.276Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.276Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria 2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:34:40.279Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:34:40.279Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:40.279Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb0dbf04-97c1-48ec-86c4-996dd46b41d3 2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:40.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:40.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:40.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-23 10-31-37 Description:catalog service description Model UUID:ba82f5ae-9aab-48bf-bb5f-a147941ddb08 Model Version:NULL Model InvariantUuid:7275870f-3fd1-46dc-9658-521643e22f4c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1ca0e33d-782b Model UUID:21fa88c3-8e78-44a1-916f-8d7246c42449 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7f0f00b1-b894-4473-805d-1fa9b2eb933d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:df928a07-fb0c-4db9-8b61-4207bc377ddd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:100c9444-b495-4ab6-bc91-4d01b58b9fc5 ModelName:Vfw1ca0e33d782b..base_vfw..module-0 ModelUuid:f50a7e2e-c7f3-4320-93b9-2f4d5cf294af ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f0c5e86b-4310-4277-85d3-3a4698b423c7 ModelInvariantUuid:3828041a-d282-4c67-884e-9f93994a2dfe ModelName:vFW 1ca0e33d-782b-nodes.vfwCvfc ModelUuid:4118ee2d-8ffb-49cb-8d7e-938d474f9a87 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d14637cb-2f2f-46fd-aaa4-7ac09f468558 ModelInvariantUuid:2a967fa4-fb9a-46e2-918d-8c621d13d87f ModelName:Vfw1ca0e33d782b.compute.nodes.heat.vfw ModelUuid:ff4cf6bc-38b3-4158-b03c-a70158343bb3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bafafe9e-ccb0-451f-b26b-f4e580174f36 ModelInvariantUuid:186f82c8-59f0-4272-bb41-8b65968091f9 ModelName:vFW 1ca0e33d-782b-nodes.vsnCvfc ModelUuid:ba0c79bd-09f9-41cc-bb84-70323541d444 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cb777547-b8cb-4190-b968-b0a1757b68b3 ModelInvariantUuid:d94663d0-07d2-4bb6-9464-a445bbe4e10f ModelName:Vfw1ca0e33d782b.compute.nodes.heat.vsn ModelUuid:66a2c7d2-36a7-411c-8e40-4fd6e10aa4dc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cb0dbf04-97c1-48ec-86c4-996dd46b41d3 ModelInvariantUuid:40d706fb-ef68-47ef-9520-34aa82175adc ModelName:vFW 1ca0e33d-782b-nodes.vpgCvfc ModelUuid:a29318b7-b8f3-4e1f-abef-c2ed44d96b25 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a4697c10-e106-4781-8706-740b6dcd6806 ModelInvariantUuid:4f76c566-5fdc-4597-a970-b63ad3cb30a5 ModelName:Vfw1ca0e33d782b.compute.nodes.heat.vpg ModelUuid:73558e01-5d86-40a3-8fc5-bf6aaa664396 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T10:34:40.302Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ce0c79ff-e29e-476e-ba5f-53569868d5f0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:34:40.382Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||vFW 1ca0e33d-782b 0 2021-11-23T10:34:40.388Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce0c79ff-e29e-476e-ba5f-53569868d5f0 2021-11-23T10:34:40.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c3610de-3ff8-47ed-8d16-a05013a17648 from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json 2021-11-23T10:34:40.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:34:40.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json 2021-11-23T10:34:40.945Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:34:40.945Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json 3c3610de-3ff8-47ed-8d16-a05013a17648 785 2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json ASDC sendASDCNotification 2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json 2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:40.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:40.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663680946, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:34:41.054Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-11-23T10:34:41.055Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:41.055Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:41.074Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:41.075Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1} 2021-11-23T10:34:41.952Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1ca0e33d782b..base_vfw..module-0", "vfModuleModelInvariantUUID": "100c9444-b495-4ab6-bc91-4d01b58b9fc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f50a7e2e-c7f3-4320-93b9-2f4d5cf294af", "vfModuleModelCustomizationUUID": "8061f596-e939-465d-806b-f6b071b4cfa3", "isBase": true, "artifacts": [ "8187a4a9-f33c-47ea-a31e-ef32b504c236", "79bab0c2-7ec6-40fa-8d47-b7f4d7279faa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:34:41.971Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1ca0e33d782b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f50a7e2e-c7f3-4320-93b9-2f4d5cf294af VfModuleModelInvariantUUID:100c9444-b495-4ab6-bc91-4d01b58b9fc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 8187a4a9-f33c-47ea-a31e-ef32b504c236 , 79bab0c2-7ec6-40fa-8d47-b7f4d7279faa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1ca0e33d782b..base_vfw..module-0", "vfModuleModelInvariantUUID": "100c9444-b495-4ab6-bc91-4d01b58b9fc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f50a7e2e-c7f3-4320-93b9-2f4d5cf294af", "vfModuleModelCustomizationUUID": "8061f596-e939-465d-806b-f6b071b4cfa3", "isBase": true, "artifacts": [ "8187a4a9-f33c-47ea-a31e-ef32b504c236", "79bab0c2-7ec6-40fa-8d47-b7f4d7279faa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1ca0e33d782b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f50a7e2e-c7f3-4320-93b9-2f4d5cf294af VfModuleModelInvariantUUID:100c9444-b495-4ab6-bc91-4d01b58b9fc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 8187a4a9-f33c-47ea-a31e-ef32b504c236 , 79bab0c2-7ec6-40fa-8d47-b7f4d7279faa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8187a4a9-f33c-47ea-a31e-ef32b504c236 from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml 2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:34:41.975Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml 2021-11-23T10:34:42.087Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:34:42.088Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml 8187a4a9-f33c-47ea-a31e-ef32b504c236 20368 2021-11-23T10:34:42.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-23T10:34:42.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml 2021-11-23T10:34:42.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:34:42.090Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:42.094Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:42.094Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663682089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:34:42.194Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:34:42.196Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:42.196Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:42.208Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:42.208Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:43.098Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 79bab0c2-7ec6-40fa-8d47-b7f4d7279faa from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env 2021-11-23T10:34:43.102Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:34:43.104Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env 2021-11-23T10:34:43.291Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:34:43.292Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env 79bab0c2-7ec6-40fa-8d47-b7f4d7279faa 2098 2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env 2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:43.298Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:43.298Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663683293, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:34:43.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:43.400Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:43.400Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:43.419Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:43.420Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:44.299Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ba82f5ae-9aab-48bf-bb5f-a147941ddb08 2021-11-23T10:34:44.300Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1ca0e33d-782b 0 ce0c79ff-e29e-476e-ba5f-53569868d5f0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:34:44.362Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f83702d, org.onap.sdc.toscaparser.api.parameters.Input@6daf35cd, org.onap.sdc.toscaparser.api.parameters.Input@73759d9, org.onap.sdc.toscaparser.api.parameters.Input@73aa0e0e, org.onap.sdc.toscaparser.api.parameters.Input@578c1a4e] 2021-11-23T10:34:44.369Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.369Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.370Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-23T10:34:44.370Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= df928a07-fb0c-4db9-8b61-4207bc377ddd 2021-11-23T10:34:44.370Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df928a07-fb0c-4db9-8b61-4207bc377ddd matches Tosca VF Customization UUID: df928a07-fb0c-4db9-8b61-4207bc377ddd 2021-11-23T10:34:44.371Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: df928a07-fb0c-4db9-8b61-4207bc377ddd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-23T10:34:44.388Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.391Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id df928a07-fb0c-4db9-8b61-4207bc377ddd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-11-23T10:34:44.391Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@325d501f 2021-11-23T10:34:44.391Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.392Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:34:44.393Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8061f596-e939-465d-806b-f6b071b4cfa3 2021-11-23T10:34:44.394Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8061f596-e939-465d-806b-f6b071b4cfa3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-23T10:34:44.405Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.406Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:44.407Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:44.408Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.408Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:44.409Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:44.409Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.410Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria 2021-11-23T10:34:44.410Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:34:44.410Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:34:44.411Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-23T10:34:44.411Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:34:44.411Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:34:44.412Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.412Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:44.412Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:34:44.413Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:44.413Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:34:44.413Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.414Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0c5e86b-4310-4277-85d3-3a4698b423c7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:34:44.421Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.422Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:44.422Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:44.423Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.423Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria 2021-11-23T10:34:44.423Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:34:44.424Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:34:44.424Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:34:44.424Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-23T10:34:44.426Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:34:44.426Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:44.426Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:34:44.427Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.427Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bafafe9e-ccb0-451f-b26b-f4e580174f36 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:34:44.429Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.430Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:44.430Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:44.433Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.433Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria 2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.435Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:44.435Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.435Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:34:44.436Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:34:44.436Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:34:44.436Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:34:44.437Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:34:44.437Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-23T10:34:44.437Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb0dbf04-97c1-48ec-86c4-996dd46b41d3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:34:44.439Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.440Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:44.441Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:34:44.441Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.442Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria 2021-11-23T10:34:44.442Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=df928a07-fb0c-4db9-8b61-4207bc377ddd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:34:44.444Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.444Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.445Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ba82f5ae-9aab-48bf-bb5f-a147941ddb08: vFW 1ca0e33d-782b 2021-11-23T10:34:44.445Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.445Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.446Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.446Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.446Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.447Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.447Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.447Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:34:44.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:34:44.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-11-23 10-31-37 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:34:44.765Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1ca0e33d-782b ce0c79ff-e29e-476e-ba5f-53569868d5f0 1 ASDC deployResourceStructure 2021-11-23T10:34:44.765Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json ASDC sendASDCNotification 2021-11-23T10:34:44.766Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json 2021-11-23T10:34:44.766Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:34:44.766Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:44.768Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:44.769Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663684765, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:34:44.869Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:44.870Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:44.870Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:44.884Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:44.885Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:45.769Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-23T10:34:45.770Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml 2021-11-23T10:34:45.771Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:34:45.771Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:45.773Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:45.774Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663685769, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:34:45.874Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:45.874Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:45.875Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:45.885Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:45.886Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:34:46.775Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-23T10:34:46.775Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env 2021-11-23T10:34:46.775Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:34:46.776Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:46.778Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:46.778Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663686774, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-23T10:34:46.878Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:34:46.878Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:46.879Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:46.891Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:46.891Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:34:47.778Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar ASDC sendASDCNotification 2021-11-23T10:34:47.779Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar 2021-11-23T10:34:47.780Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:34:47.780Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:34:47.783Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:34:47.783Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663687778, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:34:47.882Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:34:47.883Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:34:47.883Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:34:47.895Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:34:47.895Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:34:48.784Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:34:48.808Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:34:48.810Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:34:48.811Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:34:48.811Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:35:18.811Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:35:18.823Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:35:18.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:35:18.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:35:18.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:35:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:35:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:35:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:35:27.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:35:27.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:35:27.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "dcae-sch", "timestamp": 1637663659089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:35:27.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:35:48.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:35:48.841Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:35:48.844Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:35:48.845Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:35:48.845Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:36:18.845Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:36:18.873Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:36:18.875Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:36:18.875Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:36:18.875Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:36:27.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:36:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:36:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:36:27.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:36:27.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663659280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "ves-openapi-manager", "timestamp": 1637663655420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663666264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663666364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663656538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "dcae-sch", "timestamp": 1637663659089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663659280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "ves-openapi-manager", "timestamp": 1637663655420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663666264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:36:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663666364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663656538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:36:27.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "dcae-sch", "timestamp": 1637663659089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663659280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "ves-openapi-manager", "timestamp": 1637663655420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663666264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:36:27.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663666364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663656538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "dcae-sch", "timestamp": 1637663659089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663659280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:36:27.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "ves-openapi-manager", "timestamp": 1637663655420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663666264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663666364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663656538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:36:27.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663666264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:36:27.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663666364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663672740, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663672728, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663666264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:36:27.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663666364, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:36:27.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663672862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663673736, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663667281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:36:27.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663674036, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663674531, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663674539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663672862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:36:27.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "policy-id", "timestamp": 1637663674742, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:36:27.870Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 2021-11-23T10:36:27.871Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:36:27.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663675346, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663672862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "cds", "timestamp": 1637663675561, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:36:27.892Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 2021-11-23T10:36:27.892Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663675679, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663672862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663677360, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:36:27.905Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 2021-11-23T10:36:27.905Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663672862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "multicloud-k8s-id", "timestamp": 1637663678366, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663672862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663672862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663680345, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663680946, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663680319, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637663681352, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:36:27.920Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 2021-11-23T10:36:27.920Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663680319, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663682089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663680319, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663683293, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663680319, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663684765, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663680319, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663685769, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663680319, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663686774, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663680319, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663687778, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663688163, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663692972, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663694067, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "clamp", "timestamp": 1637663695073, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:36:27.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 2021-11-23T10:36:27.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:36:27.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663706885, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:36:27.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:36:27.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:36:27.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "aai-ml", "timestamp": 1637663707891, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:36:27.952Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 2021-11-23T10:36:27.952Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:36:48.876Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:36:48.890Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:36:48.893Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:36:48.893Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T10:36:48.893Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:36:48.895Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:36:48.895Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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-11-23T10:36:48.902Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T10:37:18.903Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T10:37:18.914Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and serviceModelVersionId: ba82f5ae-9aab-48bf-bb5f-a147941ddb08 2021-11-23T10:37:18.914Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7275870f-3fd1-46dc-9658-521643e22f4c 2021-11-23T10:37:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:37:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:37:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:37:33.067Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0 2021-11-23T10:37:33.205Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T10:37:33.688Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-23T10:37:33.693Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0|INFO|500||Invoke 2021-11-23T10:37:33.797Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T10:37:34.721Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0|INFO|500||InvokeReturn 2021-11-23T10:37:34.722Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211123-10:37:33:807-1058], vertex-id=[155664], Content-Length=[0], Date=[Tue, 23 Nov 2021 10:37:33 GMT], Content-Type=[application/json]} 2021-11-23T10:37:34.723Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-23T10:37:34.726Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T10:37:34.726Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:37:34.736Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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-11-23T10:37:34.737Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T10:37:34.738Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T10:37:34.739Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:37:34.741Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:37:34.741Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663854738, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:37:34.841Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:37:34.845Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:37:34.845Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:37:34.866Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:37:34.866Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:37:35.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:37:35.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:37:35.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637663854738, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:37:35.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T10:37:35.756Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:37:35.757Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:37:35.757Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:37:46.336Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:37:46.338Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:37:46.340Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:37:46.340Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:37:55.898Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:37:55.900Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:37:55.901Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:37:55.901Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:38:05.452Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:38:27.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:38:27.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:38:27.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:38:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:38:27.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:38:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:38:36.849Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:38:36.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:39:27.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:39:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:39:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:39:27.284Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:39:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:39:27.284Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:39:36.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:39:36.851Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:40:27.283Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:40:27.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:40:27.288Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:40:27.288Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:40:27.288Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:40:27.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:27.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664016540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664011368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "ves-openapi-manager", "timestamp": 1637664015421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664010318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664016540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:40:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664011368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "ves-openapi-manager", "timestamp": 1637664015421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664010318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "dcae-sch", "timestamp": 1637664019083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664019280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664016540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T10:40:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "ves-openapi-manager", "timestamp": 1637664015421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664011368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664010318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "dcae-sch", "timestamp": 1637664019083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664019280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664016540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "ves-openapi-manager", "timestamp": 1637664015421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664011368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664010318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "dcae-sch", "timestamp": 1637664019083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664019280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T10:40:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664016540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-23T10:40:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664011368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "ves-openapi-manager", "timestamp": 1637664015421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664010318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "dcae-sch", "timestamp": 1637664019083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664019280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664016540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "ves-openapi-manager", "timestamp": 1637664015421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664011368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664010318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "dcae-sch", "timestamp": 1637664019083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664019280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664016540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:40:27.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664011368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:40:27.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "ves-openapi-manager", "timestamp": 1637664015421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664010318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:40:27.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "dcae-sch", "timestamp": 1637664019083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664019280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664025482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:27.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664025586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:27.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664025591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:27.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "dcae-sch", "timestamp": 1637664019083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664019280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:40:27.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664026593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:27.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "cds", "timestamp": 1637664026594, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:40:27.495Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06 2021-11-23T10:40:27.497Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:40:27.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664026263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:27.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:40:27.923Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:27.924Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-23T10:40:27.925Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"be9d4760-af33-4c4f-9d41-f72e9f0e6d06","serviceName":"basic_onboard_MOaFJm","serviceVersion":"1.0","serviceUUID":"1eefdcf9-fcd3-4394-add1-41710a723f3c","serviceDescription":"service","serviceInvariantUUID":"2d494d45-d08c-4ba7-83b7-6853b4af3417","resources":[{"resourceInstanceName":"basic_onboard_MOaFJm 0","resourceName":"basic_onboard_MOaFJm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a01105c-4a43-4220-883f-f77c953f4a7b","resourceInvariantUUID":"abcf999d-cc85-454a-ac56-3cb4690b9fc2","resourceCustomizationUUID":"7b12ce91-e644-4211-9d61-119da6eb6fab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml","artifactChecksum":"ODgyZTFkZjZhYzA4MTQyNDJkMmY4Yjk2NDZjMWM4OWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca0eb613-328d-480e-8669-0b5f20aa8433","artifactVersion":"1"},{"artifactName":"basic_onboard_moafjm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json","artifactChecksum":"YTI5MjllNzk1YWU3ODdiMzI1MzViMWExYmIwZmFiOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a6718d0-1d20-4ebe-b290-d9e539164eb7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92b37aa2-7b06-4286-9a60-bf3d56e8df28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e664b71-58e0-4b02-9291-685f9ce8415d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"230a76af-8483-41f2-bad1-46cd9a4f7d41","artifactVersion":"2","generatedFromUUID":"92b37aa2-7b06-4286-9a60-bf3d56e8df28"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMoafjm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml","artifactChecksum":"MDc1ZDQxNTcxNGVjNmU3MTNjMTMzNDA2M2UxOWJkM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c43eadf-201c-4c80-a893-988b15aa5c0d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMoafjm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar","artifactChecksum":"MmNkYjFhMGUzMDk4ZjZjNDZjMGVhYmNlODA4OWUyNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6474b0a-f244-4a18-847b-b4968588a5da","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T10:40:27.929Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:40:27.929Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:27.933Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:27.933Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:28.033Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:28.034Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:28.034Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:28.049Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:28.050Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:28.934Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:40:28.935Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:28.936Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:28.937Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:40:29.037Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:29.038Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:29.038Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:29.056Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:29.057Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:40:29.937Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:40:29.938Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:29.940Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:29.940Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T10:40:30.040Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:30.041Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:30.041Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:30.053Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:30.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:30.940Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:40:30.941Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:30.944Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:30.944Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:31.046Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T10:40:31.048Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:31.048Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:31.096Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:31.099Z||pool-22-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:31.945Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:40:31.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:31.948Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:31.948Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-23T10:40:32.048Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:32.049Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:32.049Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:32.067Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:32.067Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:40:32.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:40:32.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:32.951Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:32.951Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:40:33.051Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:33.052Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:33.052Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:33.064Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:33.064Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:33.952Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:40:33.953Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:33.955Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:33.956Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:40:34.056Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:34.057Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:34.057Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:34.068Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:34.068Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:34.957Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "serviceName": "basic_onboard_MOaFJm", "serviceVersion": "1.0", "serviceUUID": "1eefdcf9-fcd3-4394-add1-41710a723f3c", "serviceDescription": "service", "serviceInvariantUUID": "2d494d45-d08c-4ba7-83b7-6853b4af3417", "resources": [ { "resourceInstanceName": "basic_onboard_MOaFJm 0", "resourceCustomizationUUID": "7b12ce91-e644-4211-9d61-119da6eb6fab", "resourceName": "basic_onboard_MOaFJm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3a01105c-4a43-4220-883f-f77c953f4a7b", "resourceInvariantUUID": "abcf999d-cc85-454a-ac56-3cb4690b9fc2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_moafjm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "artifactChecksum": "YTI5MjllNzk1YWU3ODdiMzI1MzViMWExYmIwZmFiOTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a6718d0-1d20-4ebe-b290-d9e539164eb7", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "92b37aa2-7b06-4286-9a60-bf3d56e8df28", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "230a76af-8483-41f2-bad1-46cd9a4f7d41", "generatedFromUUID": "92b37aa2-7b06-4286-9a60-bf3d56e8df28" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "230a76af-8483-41f2-bad1-46cd9a4f7d41", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMoafjm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "artifactChecksum": "MmNkYjFhMGUzMDk4ZjZjNDZjMGVhYmNlODA4OWUyNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6474b0a-f244-4a18-847b-b4968588a5da" } ], "workloadContext": "Production" } 2021-11-23T10:40:34.958Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T10:40:34.958Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1eefdcf9-fcd3-4394-add1-41710a723f3c ASDC 2021-11-23T10:40:34.958Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:be9d4760-af33-4c4f-9d41-f72e9f0e6d06 ServiceName:basic_onboard_MOaFJm ServiceVersion:1.0 ServiceUUID:1eefdcf9-fcd3-4394-add1-41710a723f3c ServiceInvariantUUID:2d494d45-d08c-4ba7-83b7-6853b4af3417 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMoafjm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar ArtifactUUID:d6474b0a-f244-4a18-847b-b4968588a5da ArtifactChecksum:MmNkYjFhMGUzMDk4ZjZjNDZjMGVhYmNlODA4OWUyNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_MOaFJm 0 ResourceCustomizationUUID:7b12ce91-e644-4211-9d61-119da6eb6fab ResourceInvariantUUID:abcf999d-cc85-454a-ac56-3cb4690b9fc2 ResourceName:basic_onboard_MOaFJm ResourceType:VF ResourceUUID:3a01105c-4a43-4220-883f-f77c953f4a7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_moafjm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json ArtifactUUID:5a6718d0-1d20-4ebe-b290-d9e539164eb7 ArtifactChecksum:YTI5MjllNzk1YWU3ODdiMzI1MzViMWExYmIwZmFiOTA= 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/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml ArtifactUUID:92b37aa2-7b06-4286-9a60-bf3d56e8df28 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/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env ArtifactUUID:230a76af-8483-41f2-bad1-46cd9a4f7d41 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/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env ArtifactUUID:230a76af-8483-41f2-bad1-46cd9a4f7d41 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-23T10:40:34.959Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1eefdcf9-fcd3-4394-add1-41710a723f3c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T10:40:34.995Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:40:34.997Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6474b0a-f244-4a18-847b-b4968588a5da from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:35.355Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:40:35.358Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar d6474b0a-f244-4a18-847b-b4968588a5da 71552 2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar ASDC sendASDCNotification 2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:35.362Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:35.362Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664035359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:35.462Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:35.463Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:35.463Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:35.528Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:35.529Z||pool-26-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:36.363Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:40:36.364Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-23T10:40:36.364Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d6474b0a-f244-4a18-847b-b4968588a5da, URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar to file: /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:36.365Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:36.365Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:36.366Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:36.531Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13832195177748340678/Definitions/service-BasicOnboardMoafjm-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-23T10:40:37.759Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T10:40:37.759Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MOaFJm 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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.762Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:37.762Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:37.762Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is not matching search criteria 2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is not matching search criteria 2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f94f3da-00ff-4ed1-b283-d0f49c4e7b4e 2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:37.771Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:37.771Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_MOaFJm Description:service Model UUID:1eefdcf9-fcd3-4394-add1-41710a723f3c Model Version:NULL Model InvariantUuid:2d494d45-d08c-4ba7-83b7-6853b4af3417 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_MOaFJm Model UUID:f83eb58f-38a2-4d60-866a-ae57a49b209f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:abcf999d-cc85-454a-ac56-3cb4690b9fc2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b12ce91-e644-4211-9d61-119da6eb6fab NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4825dc34-6b56-4381-8546-9f278b9c0199 ModelName:BasicOnboardMoafjm..base_ubuntu18..module-0 ModelUuid:567e46df-8563-416a-94cc-67a45d470522 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6f94f3da-00ff-4ed1-b283-d0f49c4e7b4e ModelInvariantUuid:d03808e1-7d64-465c-96b7-47b73d323980 ModelName:basic_onboard_MOaFJm-nodes.ubuntu18Cvfc ModelUuid:530ce53c-9add-4966-b4ed-a51308c9b933 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e488b6d7-999d-4f2d-8a7c-54c20f3280ee ModelInvariantUuid:c40e7f93-ac15-4d60-a3fc-87d5900f821f ModelName:BasicOnboardMoafjm.compute.nodes.heat.ubuntu18 ModelUuid:76f960f9-cf03-4f96-8367-2f463f749de5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T10:40:37.779Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a01105c-4a43-4220-883f-f77c953f4a7b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||basic_onboard_MOaFJm 0 2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a01105c-4a43-4220-883f-f77c953f4a7b 2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5a6718d0-1d20-4ebe-b290-d9e539164eb7 from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json 2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:40:37.785Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json 2021-11-23T10:40:38.015Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:40:38.016Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json 5a6718d0-1d20-4ebe-b290-d9e539164eb7 798 2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json ASDC sendASDCNotification 2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json 2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:38.019Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:38.019Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664038016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:38.119Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:38.120Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:38.120Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:38.134Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:38.134Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:39.020Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMoafjm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4825dc34-6b56-4381-8546-9f278b9c0199", "vfModuleModelVersion": "1", "vfModuleModelUUID": "567e46df-8563-416a-94cc-67a45d470522", "vfModuleModelCustomizationUUID": "9632b2e6-264e-490b-a7b0-1df63ff8af9d", "isBase": true, "artifacts": [ "92b37aa2-7b06-4286-9a60-bf3d56e8df28", "230a76af-8483-41f2-bad1-46cd9a4f7d41" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:40:39.025Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMoafjm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:567e46df-8563-416a-94cc-67a45d470522 VfModuleModelInvariantUUID:4825dc34-6b56-4381-8546-9f278b9c0199 VfModuleModelDescription:NULL Artifacts UUID List:{ 92b37aa2-7b06-4286-9a60-bf3d56e8df28 , 230a76af-8483-41f2-bad1-46cd9a4f7d41 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:40:39.027Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMoafjm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4825dc34-6b56-4381-8546-9f278b9c0199", "vfModuleModelVersion": "1", "vfModuleModelUUID": "567e46df-8563-416a-94cc-67a45d470522", "vfModuleModelCustomizationUUID": "9632b2e6-264e-490b-a7b0-1df63ff8af9d", "isBase": true, "artifacts": [ "92b37aa2-7b06-4286-9a60-bf3d56e8df28", "230a76af-8483-41f2-bad1-46cd9a4f7d41" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:40:39.027Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMoafjm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:567e46df-8563-416a-94cc-67a45d470522 VfModuleModelInvariantUUID:4825dc34-6b56-4381-8546-9f278b9c0199 VfModuleModelDescription:NULL Artifacts UUID List:{ 92b37aa2-7b06-4286-9a60-bf3d56e8df28 , 230a76af-8483-41f2-bad1-46cd9a4f7d41 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:40:39.028Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92b37aa2-7b06-4286-9a60-bf3d56e8df28 from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml 2021-11-23T10:40:39.028Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:40:39.028Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml 2021-11-23T10:40:39.669Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:40:39.670Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml 92b37aa2-7b06-4286-9a60-bf3d56e8df28 5033 2021-11-23T10:40:39.670Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-23T10:40:39.671Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml 2021-11-23T10:40:39.671Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:40:39.671Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:39.673Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:39.673Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664039670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:39.773Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:39.774Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:39.774Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:39.786Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:39.787Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:40.674Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 230a76af-8483-41f2-bad1-46cd9a4f7d41 from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env 2021-11-23T10:40:40.674Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-23T10:40:40.675Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env 2021-11-23T10:40:41.344Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-23T10:40:41.345Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env 230a76af-8483-41f2-bad1-46cd9a4f7d41 909 2021-11-23T10:40:41.345Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-23T10:40:41.346Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env 2021-11-23T10:40:41.346Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:40:41.346Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:41.350Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:41.350Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664041345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:40:41.455Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-11-23T10:40:41.456Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:41.456Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:41.468Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:41.472Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:42.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1eefdcf9-fcd3-4394-add1-41710a723f3c 2021-11-23T10:40:42.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MOaFJm 0 3a01105c-4a43-4220-883f-f77c953f4a7b ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:40:42.366Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a7288e8, org.onap.sdc.toscaparser.api.parameters.Input@5ec4578, org.onap.sdc.toscaparser.api.parameters.Input@2feaa181, org.onap.sdc.toscaparser.api.parameters.Input@34719e74, org.onap.sdc.toscaparser.api.parameters.Input@6a9a65da] 2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7b12ce91-e644-4211-9d61-119da6eb6fab 2021-11-23T10:40:42.369Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b12ce91-e644-4211-9d61-119da6eb6fab matches Tosca VF Customization UUID: 7b12ce91-e644-4211-9d61-119da6eb6fab 2021-11-23T10:40:42.369Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7b12ce91-e644-4211-9d61-119da6eb6fab matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-23T10:40:42.372Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.372Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7b12ce91-e644-4211-9d61-119da6eb6fab: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f1cd655 2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9632b2e6-264e-490b-a7b0-1df63ff8af9d 2021-11-23T10:40:42.374Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9632b2e6-264e-490b-a7b0-1df63ff8af9d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-23T10:40:42.376Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.376Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:42.376Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is not matching search criteria 2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f94f3da-00ff-4ed1-b283-d0f49c4e7b4e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.382Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria 2021-11-23T10:40:42.382Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=7b12ce91-e644-4211-9d61-119da6eb6fab Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1eefdcf9-fcd3-4394-add1-41710a723f3c: basic_onboard_MOaFJm 2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_MOaFJm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:40:42.468Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MOaFJm 3a01105c-4a43-4220-883f-f77c953f4a7b 1 ASDC deployResourceStructure 2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json ASDC sendASDCNotification 2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json 2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:42.471Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:42.471Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664042469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:40:42.572Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T10:40:42.573Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:42.573Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:42.585Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:42.586Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:40:43.472Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-23T10:40:43.473Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml 2021-11-23T10:40:43.473Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:40:43.473Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:43.475Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:43.475Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664043472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:40:43.575Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:43.576Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:43.576Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:43.587Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:43.587Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:40:44.476Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-23T10:40:44.477Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env 2021-11-23T10:40:44.477Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:40:44.477Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:44.479Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:44.479Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664044476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-23T10:40:44.579Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:44.580Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:44.581Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:44.590Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:44.591Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:40:45.480Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar ASDC sendASDCNotification 2021-11-23T10:40:45.481Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar 2021-11-23T10:40:45.481Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:40:45.481Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:40:45.483Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:40:45.483Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664045480, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:40:45.584Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:40:45.584Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:40:45.585Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:40:45.605Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:40:45.606Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:40:46.484Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:40:46.496Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:40:46.499Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:40:46.499Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:40:46.500Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:41:16.500Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:41:16.514Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:41:16.517Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:41:16.517Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:41:16.518Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:41:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:41:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:41:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:41:27.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:41:27.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:41:27.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664027204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:41:27.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:41:46.518Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:41:46.528Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:41:46.531Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:41:46.531Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:41:46.532Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:42:16.532Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:42:16.555Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:42:16.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:42:16.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:42:16.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:42:27.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:42:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:42:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:42:27.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:42:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:42:27.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664027781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:42:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:42:46.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:42:46.572Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:42:46.575Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:42:46.575Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:42:46.575Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:43:16.576Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:43:16.585Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:43:16.594Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:43:16.594Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:43:16.595Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:43:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:43:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:43:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:43:27.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:43:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664026263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664028210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664028806, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06 2021-11-23T10:43:27.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:43:27.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664026263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "policy-id", "timestamp": 1637664029214, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.342Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06 2021-11-23T10:43:27.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "multicloud-k8s-id", "timestamp": 1637664029809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664026263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664026263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664026263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664026263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664032860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664027283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664034320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664032860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664035113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664035359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664032860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "aai-ml", "timestamp": 1637664036117, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06 2021-11-23T10:43:27.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664032860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664036815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664032860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664037820, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.373Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06 2021-11-23T10:43:27.373Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664038016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664032860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664032860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664039670, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664041345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664042469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664043472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664044476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664045480, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664047443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664049452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "clamp", "timestamp": 1637664050455, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.394Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06 2021-11-23T10:43:27.394Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664041363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664041363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664041363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664041363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664041363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "ves-openapi-manager", "timestamp": 1637664055420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664041363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664056262, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "ves-openapi-manager", "timestamp": 1637664055420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664056539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664041363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664056262, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "ves-openapi-manager", "timestamp": 1637664055420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664056539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664056262, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "ves-openapi-manager", "timestamp": 1637664055420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664056539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664059363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "dcae-sch", "timestamp": 1637664059084, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664056262, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664059281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "ves-openapi-manager", "timestamp": 1637664055420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664056539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "cds", "timestamp": 1637664060384, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.421Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0 2021-11-23T10:43:27.421Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "dcae-sch", "timestamp": 1637664059084, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664056262, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664059281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "ves-openapi-manager", "timestamp": 1637664055420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664056539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:43:27.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "dcae-sch", "timestamp": 1637664059084, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664056262, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664059281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:43:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "ves-openapi-manager", "timestamp": 1637664055420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664056539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "dcae-sch", "timestamp": 1637664059084, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664056262, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664059281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664056539, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664062862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "dcae-sch", "timestamp": 1637664059084, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664059281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664064094, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664064477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664062862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:43:27.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "dcae-sch", "timestamp": 1637664059084, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664059281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664062862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664065595, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "dcae-sch", "timestamp": 1637664059084, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664059281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664062862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664066704, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664067094, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664067503, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664062862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664067744, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.449Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0 2021-11-23T10:43:27.449Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664068098, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664068509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.471Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0 2021-11-23T10:43:27.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:27.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664062862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "multicloud-k8s-id", "timestamp": 1637664068749, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "policy-id", "timestamp": 1637664069101, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0 2021-11-23T10:43:27.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-23T10:43:27.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664062862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664070318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664070318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664070318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664070318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664070318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664070318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:43:27.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664070318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:43:27.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664078218, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:43:27.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664084458, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:43:27.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:43:27.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:43:27.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "clamp", "timestamp": 1637664085462, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:43:27.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0 2021-11-23T10:43:27.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:43:46.595Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:43:46.621Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-11-23T10:43:46.631Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T10:44:16.632Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T10:44:16.638Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and serviceModelVersionId: 1eefdcf9-fcd3-4394-add1-41710a723f3c 2021-11-23T10:44:16.638Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d494d45-d08c-4ba7-83b7-6853b4af3417 2021-11-23T10:44:16.641Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0 2021-11-23T10:44:16.649Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T10:44:16.711Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|INFO|500||Invoke 2021-11-23T10:44:16.712Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be9d4760-af33-4c4f-9d41-f72e9f0e6d06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f0eac09-839d-4495-b688-eb0255d628bb], X-ECOMP-RequestID=[be9d4760-af33-4c4f-9d41-f72e9f0e6d06], X-TransactionId=[], X-ONAP-RequestID=[be9d4760-af33-4c4f-9d41-f72e9f0e6d06], Content-Type=[application/merge-patch+json]} 2021-11-23T10:44:16.746Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T10:44:17.348Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211123-10:44:16:755-90018], vertex-id=[397416], Content-Length=[0], Date=[Tue, 23 Nov 2021 10:44:16 GMT], Content-Type=[application/json]} 2021-11-23T10:44:17.349Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-23T10:44:17.349Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|INFO|500||InvokeReturn 2021-11-23T10:44:17.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T10:44:17.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:44:17.356Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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-11-23T10:44:17.357Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T10:44:17.357Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T10:44:17.357Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:17.360Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:17.360Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664257357, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:44:17.460Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:17.461Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:17.461Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:17.476Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:17.476Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T10:44:18.374Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:44:18.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:44:18.374Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:44:23.148Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:23.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:44:23.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb51f574-ee39-4a0b-a16a-749b873b91b0","serviceName":"vFW 2021-11-23 10-38-46","serviceVersion":"1.0","serviceUUID":"537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e","serviceDescription":"catalog service description","serviceInvariantUUID":"17d67357-9908-4635-881e-6c9d337b3850","resources":[{"resourceInstanceName":"vFW e005c554-ea0a 0","resourceName":"vFW e005c554-ea0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d872cccd-4e00-40af-a566-dcdb6ed68ea2","resourceInvariantUUID":"da7a6966-2767-4d41-b5ee-350a67c687e4","resourceCustomizationUUID":"2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml","artifactChecksum":"NWI5ZTdhODhkMTQwMzZjZDVhN2M5ZWNiYzM5ZjgzOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d49c8c3f-e74b-47aa-aa5f-c885751a7827","artifactVersion":"1"},{"artifactName":"vfwe005c554ea0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json","artifactChecksum":"MGU1NjA5ZWM0NzFhNjhjNDVlNDVlOWFiODAxOTBlOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d65da171-c9c2-4b8f-9c06-cf39c3bc4d74","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6bd3857d-b11b-4487-b62e-cadd77e62e8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml","artifactChecksum":"YzM0OTAzNjZkODY5ZWYwNmNlOWRlNzIwMzVlNDBjMzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"754097de-f23d-4cc0-9497-6cf5f6336196","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f9101875-bbb6-4856-a0b4-87859110c32f","artifactVersion":"2","generatedFromUUID":"6bd3857d-b11b-4487-b62e-cadd77e62e8a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211123103846-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml","artifactChecksum":"YjljZDlhOWM4MmExOTZiMjViZDA1NzM5MmM1YjllYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ccac2dd-d3b4-40ac-aab0-f1a0d2267e0e","artifactVersion":"1"},{"artifactName":"service-Vfw20211123103846-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar","artifactChecksum":"NjljOWUyMjEzYTRlYjc4ZGMxNjU4MTdkNDI5YjczZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c9e970f-c6cb-424f-8ee8-c9836659d51a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T10:44:23.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:44:23.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:23.154Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:23.154Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:44:23.254Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:23.255Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:23.255Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:23.278Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:23.278Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:24.155Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:44:24.156Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:24.158Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:24.158Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:44:24.258Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:24.259Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:24.259Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:24.272Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:24.272Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:25.158Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:44:25.159Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:25.161Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:25.161Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:44:25.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:25.261Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:25.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:25.281Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:25.281Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:26.161Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:44:26.163Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:26.165Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:26.165Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:44:26.265Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:44:26.266Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:26.266Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:26.277Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:26.277Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:44:27.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:44:27.167Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:27.170Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:27.170Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:44:27.270Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:27.271Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:27.271Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:44:27.284Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:44:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:44:27.284Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:44:27.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:27.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:44:27.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664088350, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:44:27.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:44:27.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:44:27.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "aai-ml", "timestamp": 1637664089355, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:44:27.320Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0 2021-11-23T10:44:27.320Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:44:28.171Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:44:28.171Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:28.173Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:28.174Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:44:28.274Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:28.275Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:28.275Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:28.307Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:28.307Z||pool-40-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:29.174Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:44:29.175Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:29.177Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:29.177Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:44:29.277Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:29.278Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:29.278Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:29.291Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:29.291Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:44:30.178Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "serviceName": "vFW 2021-11-23 10-38-46", "serviceVersion": "1.0", "serviceUUID": "537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "17d67357-9908-4635-881e-6c9d337b3850", "resources": [ { "resourceInstanceName": "vFW e005c554-ea0a 0", "resourceCustomizationUUID": "2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7", "resourceName": "vFW e005c554-ea0a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d872cccd-4e00-40af-a566-dcdb6ed68ea2", "resourceInvariantUUID": "da7a6966-2767-4d41-b5ee-350a67c687e4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe005c554ea0a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "artifactChecksum": "MGU1NjA5ZWM0NzFhNjhjNDVlNDVlOWFiODAxOTBlOWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d65da171-c9c2-4b8f-9c06-cf39c3bc4d74", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6bd3857d-b11b-4487-b62e-cadd77e62e8a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f9101875-bbb6-4856-a0b4-87859110c32f", "generatedFromUUID": "6bd3857d-b11b-4487-b62e-cadd77e62e8a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f9101875-bbb6-4856-a0b4-87859110c32f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211123103846-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "artifactChecksum": "NjljOWUyMjEzYTRlYjc4ZGMxNjU4MTdkNDI5YjczZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c9e970f-c6cb-424f-8ee8-c9836659d51a" } ], "workloadContext": "Production" } 2021-11-23T10:44:30.178Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T10:44:30.179Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e ASDC 2021-11-23T10:44:30.180Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fb51f574-ee39-4a0b-a16a-749b873b91b0 ServiceName:vFW 2021-11-23 10-38-46 ServiceVersion:1.0 ServiceUUID:537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e ServiceInvariantUUID:17d67357-9908-4635-881e-6c9d337b3850 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211123103846-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar ArtifactUUID:7c9e970f-c6cb-424f-8ee8-c9836659d51a ArtifactChecksum:NjljOWUyMjEzYTRlYjc4ZGMxNjU4MTdkNDI5YjczZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e005c554-ea0a 0 ResourceCustomizationUUID:2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 ResourceInvariantUUID:da7a6966-2767-4d41-b5ee-350a67c687e4 ResourceName:vFW e005c554-ea0a ResourceType:VF ResourceUUID:d872cccd-4e00-40af-a566-dcdb6ed68ea2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe005c554ea0a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json ArtifactUUID:d65da171-c9c2-4b8f-9c06-cf39c3bc4d74 ArtifactChecksum:MGU1NjA5ZWM0NzFhNjhjNDVlNDVlOWFiODAxOTBlOWM= 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/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml ArtifactUUID:6bd3857d-b11b-4487-b62e-cadd77e62e8a 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/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env ArtifactUUID:f9101875-bbb6-4856-a0b4-87859110c32f 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/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env ArtifactUUID:f9101875-bbb6-4856-a0b4-87859110c32f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-23T10:44:30.180Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T10:44:30.217Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:44:30.217Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c9e970f-c6cb-424f-8ee8-c9836659d51a from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:30.647Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar 7c9e970f-c6cb-424f-8ee8-c9836659d51a 98953 2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar ASDC sendASDCNotification 2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:44:30.652Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:30.653Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:30.654Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664270651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:44:30.757Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-11-23T10:44:30.758Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:30.758Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:30.780Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:30.781Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:31.654Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:44:31.655Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-23T10:44:31.656Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c9e970f-c6cb-424f-8ee8-c9836659d51a, URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar to file: /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:31.656Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211123103846-csar.csar 2021-11-23T10:44:31.656Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:31.657Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:32.040Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16481242784116070827/Definitions/service-Vfw20211123103846-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-11-23T10:44:34.001Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e005c554-ea0a 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-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria 2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria 2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe536049-4476-466b-84bc-43d1d8c6533b 2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria 2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4607bde4-2853-4991-9dd3-9100290662fd 2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria 2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce9ada19-4bb2-461e-a676-218a64da81cc 2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:34.021Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:34.021Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:34.021Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-23 10-38-46 Description:catalog service description Model UUID:537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e Model Version:NULL Model InvariantUuid:17d67357-9908-4635-881e-6c9d337b3850 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e005c554-ea0a Model UUID:5dc002c9-db46-4e69-bdcc-be6a50e43436 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:da7a6966-2767-4d41-b5ee-350a67c687e4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:512f9e28-c050-4dd7-8cae-92045befced3 ModelName:VfwE005c554Ea0a..base_vfw..module-0 ModelUuid:5b5a9de6-4736-40bd-958d-0a51fc8a3922 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fe536049-4476-466b-84bc-43d1d8c6533b ModelInvariantUuid:9da85b6f-c483-4f1a-9075-49cd621cd1ce ModelName:vFW e005c554-ea0a-nodes.vfwCvfc ModelUuid:f536c895-ac98-4e6d-9c88-b88227e7676d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:fcf0f99d-9d43-449b-8350-725f8a16edd9 ModelInvariantUuid:cf9eb9f7-7306-423d-8400-9f5cb2e88a82 ModelName:VfwE005c554Ea0a.compute.nodes.heat.vfw ModelUuid:d3cdb644-3deb-452a-8ba8-d911574f9189 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4607bde4-2853-4991-9dd3-9100290662fd ModelInvariantUuid:0305573b-01ea-4cbd-a88d-312525ae7777 ModelName:vFW e005c554-ea0a-nodes.vsnCvfc ModelUuid:fcd36ed2-d2c8-4c1d-b913-346323717c41 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6da40001-e318-4335-aff1-9373a7d83ae5 ModelInvariantUuid:88bfa5f9-8fd7-4a8d-a176-b95b5f0575e4 ModelName:VfwE005c554Ea0a.compute.nodes.heat.vsn ModelUuid:5e8aed1d-f0e9-4e8b-95c2-77a8235f9d71 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ce9ada19-4bb2-461e-a676-218a64da81cc ModelInvariantUuid:5258b3d4-e888-4c03-9d41-6737557d0488 ModelName:vFW e005c554-ea0a-nodes.vpgCvfc ModelUuid:1dc9b287-f495-4818-a973-cc0f6d4a99cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:810b76df-3806-42cd-bd21-6cc9cb195d97 ModelInvariantUuid:e68cb7d8-e5de-4361-b1e4-b7a08db8a077 ModelName:VfwE005c554Ea0a.compute.nodes.heat.vpg ModelUuid:7b3f499b-506d-4226-b8e2-51bf5695f5a9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T10:44:34.028Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d872cccd-4e00-40af-a566-dcdb6ed68ea2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:44:34.032Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||vFW e005c554-ea0a 0 2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d872cccd-4e00-40af-a566-dcdb6ed68ea2 2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d65da171-c9c2-4b8f-9c06-cf39c3bc4d74 from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json 2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json 2021-11-23T10:44:34.618Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json d65da171-c9c2-4b8f-9c06-cf39c3bc4d74 785 2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json ASDC sendASDCNotification 2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json 2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:44:34.620Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:34.621Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:34.621Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664274619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:44:34.721Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:44:34.722Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:34.722Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:34.741Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:34.742Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:35.622Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE005c554Ea0a..base_vfw..module-0", "vfModuleModelInvariantUUID": "512f9e28-c050-4dd7-8cae-92045befced3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5b5a9de6-4736-40bd-958d-0a51fc8a3922", "vfModuleModelCustomizationUUID": "6924120e-204f-4cb1-aed9-9b6a5d8277a1", "isBase": true, "artifacts": [ "6bd3857d-b11b-4487-b62e-cadd77e62e8a", "f9101875-bbb6-4856-a0b4-87859110c32f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:44:35.626Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE005c554Ea0a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5b5a9de6-4736-40bd-958d-0a51fc8a3922 VfModuleModelInvariantUUID:512f9e28-c050-4dd7-8cae-92045befced3 VfModuleModelDescription:NULL Artifacts UUID List:{ 6bd3857d-b11b-4487-b62e-cadd77e62e8a , f9101875-bbb6-4856-a0b4-87859110c32f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:44:35.628Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE005c554Ea0a..base_vfw..module-0", "vfModuleModelInvariantUUID": "512f9e28-c050-4dd7-8cae-92045befced3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5b5a9de6-4736-40bd-958d-0a51fc8a3922", "vfModuleModelCustomizationUUID": "6924120e-204f-4cb1-aed9-9b6a5d8277a1", "isBase": true, "artifacts": [ "6bd3857d-b11b-4487-b62e-cadd77e62e8a", "f9101875-bbb6-4856-a0b4-87859110c32f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE005c554Ea0a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5b5a9de6-4736-40bd-958d-0a51fc8a3922 VfModuleModelInvariantUUID:512f9e28-c050-4dd7-8cae-92045befced3 VfModuleModelDescription:NULL Artifacts UUID List:{ 6bd3857d-b11b-4487-b62e-cadd77e62e8a , f9101875-bbb6-4856-a0b4-87859110c32f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6bd3857d-b11b-4487-b62e-cadd77e62e8a from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml 2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml 2021-11-23T10:44:36.109Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml 6bd3857d-b11b-4487-b62e-cadd77e62e8a 20368 2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml 2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:36.112Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:36.112Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664276110, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:44:36.213Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T10:44:36.214Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:36.214Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:36.227Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:36.227Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:37.113Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f9101875-bbb6-4856-a0b4-87859110c32f from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env 2021-11-23T10:44:37.113Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-23T10:44:37.113Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env 2021-11-23T10:44:37.508Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env f9101875-bbb6-4856-a0b4-87859110c32f 2098 2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env 2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:44:37.510Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:37.512Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:37.512Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664277509, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:44:37.612Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:37.613Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:37.613Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:37.626Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:37.627Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:44:38.513Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e 2021-11-23T10:44:38.513Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e005c554-ea0a 0 d872cccd-4e00-40af-a566-dcdb6ed68ea2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:44:38.530Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@678495bc, org.onap.sdc.toscaparser.api.parameters.Input@2fd366e4, org.onap.sdc.toscaparser.api.parameters.Input@4f712c9e, org.onap.sdc.toscaparser.api.parameters.Input@173d0fa1, org.onap.sdc.toscaparser.api.parameters.Input@54d7418f] 2021-11-23T10:44:38.532Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 matches Tosca VF Customization UUID: 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-23T10:44:38.536Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.536Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.537Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59eb6f99 2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6924120e-204f-4cb1-aed9-9b6a5d8277a1 2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6924120e-204f-4cb1-aed9-9b6a5d8277a1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-23T10:44:38.540Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.541Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria 2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe536049-4476-466b-84bc-43d1d8c6533b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:44:38.546Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria 2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:44:38.548Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:38.549Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:44:38.549Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.549Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4607bde4-2853-4991-9dd3-9100290662fd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:44:38.551Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.551Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:38.551Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:38.551Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.551Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria 2021-11-23T10:44:38.551Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:44:38.552Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:44:38.552Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:38.552Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.552Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.552Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:44:38.552Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:44:38.552Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:44:38.553Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:44:38.553Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:44:38.553Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:44:38.553Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-23T10:44:38.553Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce9ada19-4bb2-461e-a676-218a64da81cc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:44:38.555Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.555Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:38.555Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:44:38.556Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.556Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria 2021-11-23T10:44:38.556Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:44:38.557Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.557Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.558Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e: vFW e005c554-ea0a 2021-11-23T10:44:38.558Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.558Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.558Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.558Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.558Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.559Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.559Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.559Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.559Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:44:38.559Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:44:38.559Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-23 10-38-46 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:44:38.719Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e005c554-ea0a d872cccd-4e00-40af-a566-dcdb6ed68ea2 1 ASDC deployResourceStructure 2021-11-23T10:44:38.719Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json ASDC sendASDCNotification 2021-11-23T10:44:38.719Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json 2021-11-23T10:44:38.720Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:44:38.720Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:38.722Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:38.722Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664278719, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:44:38.822Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:38.823Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:38.824Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:38.836Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:38.836Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:39.723Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-23T10:44:39.724Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml 2021-11-23T10:44:39.724Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:44:39.724Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:39.726Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:39.726Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664279723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:44:39.826Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:39.827Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:39.827Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:39.838Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:39.839Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:40.727Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-23T10:44:40.727Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env 2021-11-23T10:44:40.728Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:44:40.728Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:40.730Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:40.730Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664280727, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-23T10:44:40.830Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:40.831Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:40.832Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:40.845Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:40.846Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:41.731Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar ASDC sendASDCNotification 2021-11-23T10:44:41.731Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar 2021-11-23T10:44:41.731Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:44:41.732Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:44:41.733Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:44:41.734Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664281731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:44:41.834Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:44:41.835Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:44:41.835Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:44:41.845Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:44:41.846Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:44:42.734Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb51f574-ee39-4a0b-a16a-749b873b91b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:44:42.748Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb51f574-ee39-4a0b-a16a-749b873b91b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:44:42.750Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:44:42.750Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:44:42.751Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:44:42.752Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:44:42.756Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T10:45:12.757Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb51f574-ee39-4a0b-a16a-749b873b91b0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T10:45:12.768Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb51f574-ee39-4a0b-a16a-749b873b91b0 and serviceModelVersionId: 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e 2021-11-23T10:45:12.768Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17d67357-9908-4635-881e-6c9d337b3850 2021-11-23T10:45:12.769Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0 2021-11-23T10:45:12.778Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T10:45:12.846Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0|INFO|500||Invoke 2021-11-23T10:45:12.847Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb51f574-ee39-4a0b-a16a-749b873b91b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6319a802-9844-4128-84d5-31d303ce9f2b], X-ECOMP-RequestID=[fb51f574-ee39-4a0b-a16a-749b873b91b0], X-TransactionId=[], X-ONAP-RequestID=[fb51f574-ee39-4a0b-a16a-749b873b91b0], Content-Type=[application/merge-patch+json]} 2021-11-23T10:45:12.873Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T10:45:13.250Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211123-10:45:12:881-35966], vertex-id=[262312], Content-Length=[0], Date=[Tue, 23 Nov 2021 10:45:12 GMT], Content-Type=[application/json]} 2021-11-23T10:45:13.250Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-23T10:45:13.251Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17d67357-9908-4635-881e-6c9d337b3850/model-vers/model-ver/537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e?depth=0|INFO|500||InvokeReturn 2021-11-23T10:45:13.251Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T10:45:13.251Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:45:13.258Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T10:45:13.259Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb51f574-ee39-4a0b-a16a-749b873b91b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T10:45:13.259Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T10:45:13.260Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:45:13.263Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:45:13.263Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664313259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:45:13.363Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:45:13.365Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:45:13.365Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:45:13.384Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:45:13.385Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T10:45:14.280Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:45:14.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:45:14.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:45:23.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:45:23.836Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:45:23.836Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:45:23.836Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:45:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:45:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:45:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:45:27.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:45:27.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:45:27.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664257357, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:45:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:45:27.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:45:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:45:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:45:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:45:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:45:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:45:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:45:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:45:33.399Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:45:33.400Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:45:33.401Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:45:33.401Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:45:42.949Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:45:42.950Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:45:42.951Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:45:42.951Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:45:52.489Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:46:27.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:46:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:46:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:46:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:46:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:46:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:46:27.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:46:27.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:46:27.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:46:27.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664258374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:46:27.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T10:46:27.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664270651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:46:27.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664274619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:46:27.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664276110, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:46:27.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664277509, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:46:27.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664278719, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:46:27.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664279723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:46:27.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664280727, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-23T10:46:27.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664281731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:46:27.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:27.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T10:46:27.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664313259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:46:27.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:46:36.850Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:47:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:47:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:47:27.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:47:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:47:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:47:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:47:36.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:47:36.855Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:48:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:48:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:48:27.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:48:27.289Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:48:27.290Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:48:27.290Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:48:36.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:48:36.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:49:27.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:49:27.282Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:49:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:49:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:49:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:49:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:49:36.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:49:36.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:27.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:50:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:50:27.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:50:27.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:50:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:50:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:50:27.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:27.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "dcae-sch", "timestamp": 1637664619083, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664616538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664619280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "ves-openapi-manager", "timestamp": 1637664615420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "dcae-sch", "timestamp": 1637664619083, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664616538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:50:27.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664619280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "ves-openapi-manager", "timestamp": 1637664615420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "dcae-sch", "timestamp": 1637664619083, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664616538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:50:27.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664619280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:50:27.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "ves-openapi-manager", "timestamp": 1637664615420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664626263, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664626363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:27.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:50:27.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:27.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-23T10:50:27.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"38b3640e-2779-411d-9242-498fbe00a210","serviceName":"vFW 2021-11-23 10-48-14","serviceVersion":"1.0","serviceUUID":"4a8ec500-2525-4352-9232-94788dc17975","serviceDescription":"catalog service description","serviceInvariantUUID":"921330dd-6e70-48d6-a754-0c81a4430079","resources":[{"resourceInstanceName":"vFW 69c4ff54-d4cf 0","resourceName":"vFW 69c4ff54-d4cf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4486804-15ce-4806-ac14-86b615378582","resourceInvariantUUID":"80544102-465d-4b21-bab2-9058dd276ac3","resourceCustomizationUUID":"4e37891f-1186-4919-bd3e-fbfc589a8df4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY0MThmYzRiOTAwYWNhNTkyODViZDZhOGRhN2UxYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1b13900-9d40-492e-bdd5-16a0c90b0107","artifactVersion":"1"},{"artifactName":"vfw69c4ff54d4cf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json","artifactChecksum":"NjZhNmVhYzA1ZWQ0ODA0MWZlNmIxNzEyODEwMjY3ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9b10c8a-c477-484c-b8a2-dc41046cc533","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33885bb7-352c-42ef-8d31-65ebc16c0e07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml","artifactChecksum":"YTM1YmU5YTYxZWUwZmI3OTQzNTQwMmNhYzFkZDNhYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18697a1c-d83f-48e5-bcc6-cb208882bd25","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"765f0ea2-903e-4edc-a64d-01cf3a2ce2f9","artifactVersion":"2","generatedFromUUID":"33885bb7-352c-42ef-8d31-65ebc16c0e07"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211123104814-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml","artifactChecksum":"ZTVkOTQ5YzM0MjcxZDhkZTFlOGE1MGYyNDMyYjhlMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74db35b8-b22f-4700-b3b1-0a84304f3a8f","artifactVersion":"1"},{"artifactName":"service-Vfw20211123104814-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar","artifactChecksum":"NDg1N2Q3NGY3NjJhNGIxMTU1ZjA5YjI5NGRkYjU2Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c0748b1-6818-447e-a94a-dd82758a34c9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T10:50:27.919Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:50:27.920Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:27.923Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:27.923Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:28.023Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:28.024Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:28.024Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:28.033Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:28.034Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:28.924Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:50:28.925Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:28.927Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:28.927Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:50:29.027Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:29.027Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:29.027Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:29.078Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:29.078Z||pool-52-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:29.927Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:50:29.928Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:29.930Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:29.930Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:50:30.031Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T10:50:30.032Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:30.032Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:30.041Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:30.042Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:30.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:50:30.933Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:30.935Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:30.935Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:31.035Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:31.036Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:31.036Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:31.053Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:31.053Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:31.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:50:31.936Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:31.938Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:31.938Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:50:32.038Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:50:32.039Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:32.039Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:32.049Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:32.050Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:32.939Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:50:32.940Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:32.941Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:32.942Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:50:33.042Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:33.042Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:33.043Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:33.052Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:33.053Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:33.942Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T10:50:33.943Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:33.944Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:33.944Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:50:34.045Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:34.045Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:34.046Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:34.057Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:34.057Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:50:34.948Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "serviceName": "vFW 2021-11-23 10-48-14", "serviceVersion": "1.0", "serviceUUID": "4a8ec500-2525-4352-9232-94788dc17975", "serviceDescription": "catalog service description", "serviceInvariantUUID": "921330dd-6e70-48d6-a754-0c81a4430079", "resources": [ { "resourceInstanceName": "vFW 69c4ff54-d4cf 0", "resourceCustomizationUUID": "4e37891f-1186-4919-bd3e-fbfc589a8df4", "resourceName": "vFW 69c4ff54-d4cf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a4486804-15ce-4806-ac14-86b615378582", "resourceInvariantUUID": "80544102-465d-4b21-bab2-9058dd276ac3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw69c4ff54d4cf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "artifactChecksum": "NjZhNmVhYzA1ZWQ0ODA0MWZlNmIxNzEyODEwMjY3ZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a9b10c8a-c477-484c-b8a2-dc41046cc533", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33885bb7-352c-42ef-8d31-65ebc16c0e07", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "765f0ea2-903e-4edc-a64d-01cf3a2ce2f9", "generatedFromUUID": "33885bb7-352c-42ef-8d31-65ebc16c0e07" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "765f0ea2-903e-4edc-a64d-01cf3a2ce2f9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211123104814-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "artifactChecksum": "NDg1N2Q3NGY3NjJhNGIxMTU1ZjA5YjI5NGRkYjU2Njc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c0748b1-6818-447e-a94a-dd82758a34c9" } ], "workloadContext": "Production" } 2021-11-23T10:50:34.949Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T10:50:34.949Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a8ec500-2525-4352-9232-94788dc17975 ASDC 2021-11-23T10:50:34.950Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:38b3640e-2779-411d-9242-498fbe00a210 ServiceName:vFW 2021-11-23 10-48-14 ServiceVersion:1.0 ServiceUUID:4a8ec500-2525-4352-9232-94788dc17975 ServiceInvariantUUID:921330dd-6e70-48d6-a754-0c81a4430079 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211123104814-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar ArtifactUUID:9c0748b1-6818-447e-a94a-dd82758a34c9 ArtifactChecksum:NDg1N2Q3NGY3NjJhNGIxMTU1ZjA5YjI5NGRkYjU2Njc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 69c4ff54-d4cf 0 ResourceCustomizationUUID:4e37891f-1186-4919-bd3e-fbfc589a8df4 ResourceInvariantUUID:80544102-465d-4b21-bab2-9058dd276ac3 ResourceName:vFW 69c4ff54-d4cf ResourceType:VF ResourceUUID:a4486804-15ce-4806-ac14-86b615378582 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw69c4ff54d4cf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json ArtifactUUID:a9b10c8a-c477-484c-b8a2-dc41046cc533 ArtifactChecksum:NjZhNmVhYzA1ZWQ0ODA0MWZlNmIxNzEyODEwMjY3ZTk= 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/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml ArtifactUUID:33885bb7-352c-42ef-8d31-65ebc16c0e07 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/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env ArtifactUUID:765f0ea2-903e-4edc-a64d-01cf3a2ce2f9 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/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env ArtifactUUID:765f0ea2-903e-4edc-a64d-01cf3a2ce2f9 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-23T10:50:34.950Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a8ec500-2525-4352-9232-94788dc17975 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:50:34.986Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:50:34.987Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-23T10:50:34.987Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-23T10:50:34.988Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c0748b1-6818-447e-a94a-dd82758a34c9 from URL: /sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:34.988Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-23T10:50:34.988Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:35.215Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-23T10:50:35.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar 9c0748b1-6818-447e-a94a-dd82758a34c9 98964 2021-11-23T10:50:35.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar ASDC sendASDCNotification 2021-11-23T10:50:35.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:35.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:50:35.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:35.222Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:35.222Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664635220, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:50:35.322Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:35.323Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:35.323Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:35.339Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:35.339Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:50:36.223Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T10:50:36.224Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-23T10:50:36.224Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9c0748b1-6818-447e-a94a-dd82758a34c9, URL: /sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar to file: /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:36.224Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211123104814-csar.csar 2021-11-23T10:50:36.225Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:36.225Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:36.408Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18202462582463146287/Definitions/service-Vfw20211123104814-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-11-23T10:50:38.210Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T10:50:38.211Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-23T10:50:38.211Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.211Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-23T10:50:38.212Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.212Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.212Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.212Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.212Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.213Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.213Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.213Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.213Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.213Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.214Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 69c4ff54-d4cf 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-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.214Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.214Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:38.214Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-23T10:50:38.215Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.215Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:38.216Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:38.216Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-23T10:50:38.216Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:50:38.217Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.217Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:38.217Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:38.218Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-23T10:50:38.218Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T10:50:38.218Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.218Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:38.219Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.219Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is not matching search criteria 2021-11-23T10:50:38.219Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:50:38.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:50:38.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.220Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:50:38.221Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.221Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:50:38.221Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:50:38.221Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:50:38.222Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.222Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.222Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:50:38.222Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.223Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:50:38.223Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.223Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-23T10:50:38.223Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.224Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:50:38.224Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.224Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:38.224Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:38.225Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.225Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:38.225Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:38.225Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.226Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:38.226Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:38.226Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.227Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is not matching search criteria 2021-11-23T10:50:38.227Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:50:38.227Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-23T10:50:38.227Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:50:38.228Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:50:38.228Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:50:38.228Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.228Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.229Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:50:38.229Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.229Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:50:38.229Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.230Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6430af5b-8138-4bf6-8c00-a7a2e8f81eea 2021-11-23T10:50:38.230Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.230Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is not matching search criteria 2021-11-23T10:50:38.230Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:50:38.231Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:50:38.231Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.231Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.231Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:50:38.232Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.232Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:50:38.232Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-23T10:50:38.232Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:50:38.233Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.233Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:50:38.233Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.233Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f39038b-d3d3-4abf-b6ec-7bb7874af814 2021-11-23T10:50:38.234Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.234Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is not matching search criteria 2021-11-23T10:50:38.234Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:50:38.234Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:50:38.235Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.235Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.236Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:50:38.236Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.237Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:50:38.237Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:50:38.237Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:50:38.237Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:38.238Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:38.238Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-23T10:50:38.238Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4e16aa4-3838-4133-a92d-833083af2ac9 2021-11-23T10:50:38.239Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.239Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:38.239Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.240Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:38.240Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.240Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:38.241Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:38.241Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:38.241Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-23 10-48-14 Description:catalog service description Model UUID:4a8ec500-2525-4352-9232-94788dc17975 Model Version:NULL Model InvariantUuid:921330dd-6e70-48d6-a754-0c81a4430079 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 69c4ff54-d4cf Model UUID:d820c37a-5cf9-4748-9dc4-6cbd45d3d6f1 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:80544102-465d-4b21-bab2-9058dd276ac3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4e37891f-1186-4919-bd3e-fbfc589a8df4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:edc8af5e-15a4-4a54-9321-4da66ac05e94 ModelName:Vfw69c4ff54D4cf..base_vfw..module-0 ModelUuid:fc664bba-a13c-46e7-9cff-50e9e1caae46 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6430af5b-8138-4bf6-8c00-a7a2e8f81eea ModelInvariantUuid:4513f8fe-1c4d-428d-afed-b76ff23c4dbb ModelName:vFW 69c4ff54-d4cf-nodes.vfwCvfc ModelUuid:894e8137-ab98-4902-a80e-8b6e97c529bd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a6e8c682-6aa4-4757-b0a1-e39fc46f2902 ModelInvariantUuid:a82eeead-080f-461a-8a29-8c87725a65c4 ModelName:Vfw69c4ff54D4cf.compute.nodes.heat.vfw ModelUuid:300f6056-1542-4c1d-aa2e-d5afe141586b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4f39038b-d3d3-4abf-b6ec-7bb7874af814 ModelInvariantUuid:4183c278-2374-4596-ac4b-0f3ace7a287d ModelName:vFW 69c4ff54-d4cf-nodes.vsnCvfc ModelUuid:b303dd9b-cb15-41fc-8b44-b99aa221a983 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:492a48ac-5f84-48e5-8efa-e735eeea9a42 ModelInvariantUuid:0f720359-041c-4262-b916-c15e0c273a37 ModelName:Vfw69c4ff54D4cf.compute.nodes.heat.vsn ModelUuid:47aee04c-8db9-477a-8cb5-7a82fa19883b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f4e16aa4-3838-4133-a92d-833083af2ac9 ModelInvariantUuid:dd4927c6-37e0-47ce-a11c-6793c3b5a303 ModelName:vFW 69c4ff54-d4cf-nodes.vpgCvfc ModelUuid:4af7225c-45b3-48a3-8de1-2df7c011c8df ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:43a945f8-341b-48cb-a058-7b8efee14cf5 ModelInvariantUuid:b2fc2a50-8b01-4135-be24-387a8953b024 ModelName:Vfw69c4ff54D4cf.compute.nodes.heat.vpg ModelUuid:23dd9537-2e4f-4f70-ac75-b681f60fe391 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T10:50:38.249Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a4486804-15ce-4806-ac14-86b615378582 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:50:38.254Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||vFW 69c4ff54-d4cf 0 2021-11-23T10:50:38.254Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4486804-15ce-4806-ac14-86b615378582 2021-11-23T10:50:38.254Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9b10c8a-c477-484c-b8a2-dc41046cc533 from URL: /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json 2021-11-23T10:50:38.255Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-23T10:50:38.255Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json 2021-11-23T10:50:38.569Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-23T10:50:38.570Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json a9b10c8a-c477-484c-b8a2-dc41046cc533 785 2021-11-23T10:50:38.570Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json ASDC sendASDCNotification 2021-11-23T10:50:38.570Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json 2021-11-23T10:50:38.570Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:50:38.571Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:38.573Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:38.573Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664638570, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:50:38.673Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:38.674Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:38.674Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:38.686Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:38.687Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-23T10:50:39.574Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw69c4ff54D4cf..base_vfw..module-0", "vfModuleModelInvariantUUID": "edc8af5e-15a4-4a54-9321-4da66ac05e94", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fc664bba-a13c-46e7-9cff-50e9e1caae46", "vfModuleModelCustomizationUUID": "3daa4a5a-8ded-414c-9f05-edb972b2dac6", "isBase": true, "artifacts": [ "33885bb7-352c-42ef-8d31-65ebc16c0e07", "765f0ea2-903e-4edc-a64d-01cf3a2ce2f9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:50:39.579Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw69c4ff54D4cf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fc664bba-a13c-46e7-9cff-50e9e1caae46 VfModuleModelInvariantUUID:edc8af5e-15a4-4a54-9321-4da66ac05e94 VfModuleModelDescription:NULL Artifacts UUID List:{ 33885bb7-352c-42ef-8d31-65ebc16c0e07 , 765f0ea2-903e-4edc-a64d-01cf3a2ce2f9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:50:39.581Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw69c4ff54D4cf..base_vfw..module-0", "vfModuleModelInvariantUUID": "edc8af5e-15a4-4a54-9321-4da66ac05e94", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fc664bba-a13c-46e7-9cff-50e9e1caae46", "vfModuleModelCustomizationUUID": "3daa4a5a-8ded-414c-9f05-edb972b2dac6", "isBase": true, "artifacts": [ "33885bb7-352c-42ef-8d31-65ebc16c0e07", "765f0ea2-903e-4edc-a64d-01cf3a2ce2f9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T10:50:39.581Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw69c4ff54D4cf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fc664bba-a13c-46e7-9cff-50e9e1caae46 VfModuleModelInvariantUUID:edc8af5e-15a4-4a54-9321-4da66ac05e94 VfModuleModelDescription:NULL Artifacts UUID List:{ 33885bb7-352c-42ef-8d31-65ebc16c0e07 , 765f0ea2-903e-4edc-a64d-01cf3a2ce2f9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T10:50:39.581Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 33885bb7-352c-42ef-8d31-65ebc16c0e07 from URL: /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml 2021-11-23T10:50:39.582Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-23T10:50:39.582Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml 2021-11-23T10:50:40.470Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-23T10:50:40.471Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml 33885bb7-352c-42ef-8d31-65ebc16c0e07 20368 2021-11-23T10:50:40.471Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-23T10:50:40.472Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml 2021-11-23T10:50:40.472Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:50:40.472Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:40.483Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:40.483Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664640471, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:50:40.575Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2021-11-23T10:50:40.576Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:40.576Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:40.586Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:40.587Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:41.484Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 765f0ea2-903e-4edc-a64d-01cf3a2ce2f9 from URL: /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env 2021-11-23T10:50:41.484Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-23T10:50:41.485Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env 2021-11-23T10:50:41.673Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-23T10:50:41.674Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env 765f0ea2-903e-4edc-a64d-01cf3a2ce2f9 2098 2021-11-23T10:50:41.674Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-23T10:50:41.674Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env 2021-11-23T10:50:41.674Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T10:50:41.675Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:41.676Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:41.676Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664641674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:50:41.776Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:41.777Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:41.777Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:41.787Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:41.787Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:42.677Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4a8ec500-2525-4352-9232-94788dc17975 2021-11-23T10:50:42.677Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 69c4ff54-d4cf 0 a4486804-15ce-4806-ac14-86b615378582 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:50:42.694Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21b9de49, org.onap.sdc.toscaparser.api.parameters.Input@6daf37c3, org.onap.sdc.toscaparser.api.parameters.Input@18260228, org.onap.sdc.toscaparser.api.parameters.Input@513e4a94, org.onap.sdc.toscaparser.api.parameters.Input@3e9a9d6c] 2021-11-23T10:50:42.695Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.695Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.695Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-23T10:50:42.696Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4e37891f-1186-4919-bd3e-fbfc589a8df4 2021-11-23T10:50:42.696Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4e37891f-1186-4919-bd3e-fbfc589a8df4 matches Tosca VF Customization UUID: 4e37891f-1186-4919-bd3e-fbfc589a8df4 2021-11-23T10:50:42.696Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4e37891f-1186-4919-bd3e-fbfc589a8df4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-23T10:50:42.698Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.698Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.699Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4e37891f-1186-4919-bd3e-fbfc589a8df4: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-11-23T10:50:42.699Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21494444 2021-11-23T10:50:42.699Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.700Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T10:50:42.700Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3daa4a5a-8ded-414c-9f05-edb972b2dac6 2021-11-23T10:50:42.700Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3daa4a5a-8ded-414c-9f05-edb972b2dac6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-23T10:50:42.702Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.702Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:42.703Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:42.703Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.703Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:42.703Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:42.703Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.703Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is not matching search criteria 2021-11-23T10:50:42.704Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:50:42.704Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-23T10:50:42.704Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:50:42.704Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:50:42.704Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:50:42.704Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.704Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:42.705Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:50:42.705Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:42.705Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:50:42.705Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.705Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6430af5b-8138-4bf6-8c00-a7a2e8f81eea Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:50:42.708Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.708Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:42.708Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:42.708Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.708Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is not matching search criteria 2021-11-23T10:50:42.708Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-23T10:50:42.709Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-23T10:50:42.710Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:42.710Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-23T10:50:42.710Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.710Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f39038b-d3d3-4abf-b6ec-7bb7874af814 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:50:42.712Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.712Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:42.712Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:42.712Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.712Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is not matching search criteria 2021-11-23T10:50:42.712Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-23T10:50:42.713Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-23T10:50:42.713Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.713Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:42.713Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-23T10:50:42.713Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.713Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-23T10:50:42.713Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-23T10:50:42.714Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-23T10:50:42.714Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-23T10:50:42.714Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-23T10:50:42.714Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-23T10:50:42.714Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4e16aa4-3838-4133-a92d-833083af2ac9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T10:50:42.716Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.716Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:42.716Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T10:50:42.716Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.716Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Node template vFW 69c4ff54-d4cf 0 is matching search criteria 2021-11-23T10:50:42.717Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 69c4ff54-d4cf 0] matching following query criteria: sdcType=VF, customizationUUID=4e37891f-1186-4919-bd3e-fbfc589a8df4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:50:42.718Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.718Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.718Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4a8ec500-2525-4352-9232-94788dc17975: vFW 69c4ff54-d4cf 2021-11-23T10:50:42.719Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.719Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.719Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.719Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.719Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.719Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.719Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.720Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.720Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T10:50:42.720Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-23 10-48-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T10:50:42.720Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-11-23 10-48-14 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:50:42.882Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 69c4ff54-d4cf a4486804-15ce-4806-ac14-86b615378582 1 ASDC deployResourceStructure 2021-11-23T10:50:42.883Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json ASDC sendASDCNotification 2021-11-23T10:50:42.883Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json 2021-11-23T10:50:42.905Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:50:42.906Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:42.910Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:42.911Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664642883, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:50:43.011Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T10:50:43.011Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:43.011Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:43.022Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:43.022Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:43.911Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-23T10:50:43.914Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml 2021-11-23T10:50:43.914Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:50:43.914Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:43.916Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:43.917Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664643911, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:50:44.017Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:44.018Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:44.018Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:44.031Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:44.031Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:44.917Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-23T10:50:44.918Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env 2021-11-23T10:50:44.918Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:50:44.919Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:44.921Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:44.921Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664644917, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-23T10:50:45.021Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:45.021Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:45.021Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:45.032Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:45.033Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:45.922Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar ASDC sendASDCNotification 2021-11-23T10:50:45.922Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar 2021-11-23T10:50:45.922Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T10:50:45.923Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:50:45.924Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:50:45.924Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664645922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:50:46.024Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:50:46.025Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:50:46.025Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:50:46.037Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:50:46.037Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T10:50:46.927Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:50:46.938Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:50:46.940Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:50:46.940Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:50:46.940Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:51:16.941Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:51:16.952Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:51:16.954Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:51:16.954Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:51:16.954Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:51:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:51:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:51:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:51:27.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:51:27.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-23T10:51:27.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "dcae-sch", "timestamp": 1637664619083, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:51:27.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-23T10:51:46.954Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:51:46.982Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:51:46.990Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:51:46.990Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:51:46.990Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:52:16.990Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:52:17.001Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:52:17.003Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:52:17.003Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:52:17.003Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:52:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:52:27.285Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:52:27.285Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:52:27.311Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:52:27.311Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:52:27.311Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664616538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:52:27.312Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:52:47.004Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:52:47.015Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:52:47.018Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:52:47.018Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:52:47.018Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:53:17.019Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:53:17.033Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:53:17.035Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:53:17.035Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T10:53:17.035Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T10:53:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:53:27.288Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:53:27.288Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:53:27.821Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:53:27.822Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.822Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664619280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.824Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "ves-openapi-manager", "timestamp": 1637664615420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664626263, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.825Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664626363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "dcae-sch", "timestamp": 1637664619083, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664616538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664619280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.826Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.827Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "ves-openapi-manager", "timestamp": 1637664615420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.827Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.827Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.827Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664626263, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.827Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664626363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "dcae-sch", "timestamp": 1637664619083, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664616538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664619280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "ves-openapi-manager", "timestamp": 1637664615420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664626263, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664626363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "dcae-sch", "timestamp": 1637664619083, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664616538, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664619280, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "ves-openapi-manager", "timestamp": 1637664615420, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664626263, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664626363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664631862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664626263, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664631968, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664626363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.833Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664626263, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664632976, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.834Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664626363, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664633124, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664632860, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.835Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664627282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:53:27.836Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.836Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.836Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "policy-id", "timestamp": 1637664633980, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:53:27.846Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38b3640e-2779-411d-9242-498fbe00a210 2021-11-23T10:53:27.846Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38b3640e-2779-411d-9242-498fbe00a210 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:53:27.860Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.860Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664634320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.860Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.860Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664634456, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664632860, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOTIFIED" } 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664634512, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.862Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664635220, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.862Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.862Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.862Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "cds", "timestamp": 1637664635462, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:53:27.868Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38b3640e-2779-411d-9242-498fbe00a210 2021-11-23T10:53:27.868Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38b3640e-2779-411d-9242-498fbe00a210 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:53:27.877Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.877Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664632860, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.877Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.877Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.877Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664635548, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:53:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38b3640e-2779-411d-9242-498fbe00a210 2021-11-23T10:53:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38b3640e-2779-411d-9242-498fbe00a210 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-23T10:53:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664632860, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "multicloud-k8s-id", "timestamp": 1637664636552, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664632860, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664637590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.889Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.890Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664632860, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.890Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.890Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.890Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664638570, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.890Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.890Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.890Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637664638593, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:53:27.894Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38b3640e-2779-411d-9242-498fbe00a210 2021-11-23T10:53:27.894Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38b3640e-2779-411d-9242-498fbe00a210 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:53:27.903Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664632860, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664640471, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664640318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664641674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664640318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664642883, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vfw69c4ff54d4cf0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664640318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664643911, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664640318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664644917, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664640318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/resourceInstances/vfw69c4ff54d4cf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664645922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664640318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664640318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "NOTIFIED" } 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664647546, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664648097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T10:53:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664648563, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "clamp", "timestamp": 1637664649569, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:53:27.913Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 38b3640e-2779-411d-9242-498fbe00a210 2021-11-23T10:53:27.913Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38b3640e-2779-411d-9242-498fbe00a210 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:53:27.921Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.921Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664661174, "artifactURL": "/sdc/v1/catalog/services/Vfw20211123104814/1.0/artifacts/service-Vfw20211123104814-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T10:53:27.921Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:53:27.921Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:53:27.921Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "aai-ml", "timestamp": 1637664662178, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:53:27.928Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38b3640e-2779-411d-9242-498fbe00a210 2021-11-23T10:53:27.928Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38b3640e-2779-411d-9242-498fbe00a210 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T10:53:47.035Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:53:47.057Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T10:53:47.060Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T10:53:47.060Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T10:53:47.060Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T10:53:47.060Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T10:53:47.060Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:53:47.061Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:53:47.061Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:53:47.061Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:53:47.061Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:53:47.061Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T10:53:47.061Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T10:53:47.067Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T10:54:17.068Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 38b3640e-2779-411d-9242-498fbe00a210 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T10:54:17.074Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 38b3640e-2779-411d-9242-498fbe00a210 and serviceModelVersionId: 4a8ec500-2525-4352-9232-94788dc17975 2021-11-23T10:54:17.074Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 921330dd-6e70-48d6-a754-0c81a4430079 2021-11-23T10:54:17.076Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0 2021-11-23T10:54:17.083Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T10:54:17.141Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0|INFO|500||Invoke 2021-11-23T10:54:17.142Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[38b3640e-2779-411d-9242-498fbe00a210], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f52440c-af24-4f87-a50e-10aa7a009462], X-ECOMP-RequestID=[38b3640e-2779-411d-9242-498fbe00a210], X-TransactionId=[], X-ONAP-RequestID=[38b3640e-2779-411d-9242-498fbe00a210], Content-Type=[application/merge-patch+json]} 2021-11-23T10:54:17.166Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T10:54:17.851Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211123-10:54:17:172-11621], vertex-id=[229464], Content-Length=[0], Date=[Tue, 23 Nov 2021 10:54:17 GMT], Content-Type=[application/json]} 2021-11-23T10:54:17.851Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-23T10:54:17.852Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/921330dd-6e70-48d6-a754-0c81a4430079/model-vers/model-ver/4a8ec500-2525-4352-9232-94788dc17975?depth=0|INFO|500||InvokeReturn 2021-11-23T10:54:17.852Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T10:54:17.852Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T10:54:17.860Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T10:54:17.860Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 38b3640e-2779-411d-9242-498fbe00a210 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T10:54:17.860Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T10:54:17.861Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-23T10:54:17.863Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T10:54:17.863Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664857860, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:54:17.963Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T10:54:17.964Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T10:54:17.964Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T10:54:17.978Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:54:17.979Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T10:54:18.876Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:54:18.877Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:54:18.877Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:54:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:54:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:54:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:54:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:54:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T10:54:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38b3640e-2779-411d-9242-498fbe00a210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637664857860, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T10:54:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T10:54:29.935Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:54:29.936Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:54:29.937Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:54:29.937Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:54:39.467Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:54:39.468Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:54:39.468Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:54:39.468Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:54:49.005Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:54:49.006Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:54:49.007Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:54:49.007Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:54:58.550Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:55:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:55:27.282Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:55:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:55:27.285Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:55:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:55:27.286Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:55:36.855Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:55:36.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:56:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:56:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:56:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:56:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:56:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:56:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:56:36.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:56:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:57:27.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:57:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:57:27.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:57:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:57:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:57:27.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T10:57:36.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:57:36.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:58:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:58:27.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:58:27.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T10:58:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:58:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:58:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T10:58:36.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:58:36.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:59:27.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:59:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T10:59:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:59:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T10:59:27.284Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T10:59:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T10:59:36.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T10:59:36.846Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:00:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:00:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:00:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:00:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:00:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:00:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:00:36.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:00:36.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:01:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:01:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:01:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:01:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:01:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:01:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:01:36.850Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:01:36.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:02:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:02:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:02:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:02:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:02:27.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:02:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:02:36.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:02:36.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:03:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:03:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:03:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:03:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:03:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:03:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:03:27.918Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:03:27.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:03:27.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "cds", "timestamp": 1637665376363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"237cdf18-d38f-4870-b53d-58baa27535c3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8baa768b-84af-44b2-838d-b72b378bdf48","serviceDescription":"service","serviceInvariantUUID":"d10837ac-afda-4327-8ddc-49a8ac69c1e2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f57c2b31-d0ec-494d-b091-bd524205506b","resourceInvariantUUID":"9d24cb61-b0f3-42ca-9c72-c4aabe7bc3c5","resourceCustomizationUUID":"a57e735b-8e9a-45a6-bf51-d9a0675292ec","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":"YjE2ODM5NjFlNzNhZTJmMzMyYjE0NzJkZjIxMzgyNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb6002c3-b48f-4557-9688-cbc2523e5203","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2QzYzllMzcxODY5NzRiN2IyOWJiNWFiYzk1NDliNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc51cdb9-553e-40c5-846d-795cc9949ceb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T11:03:27.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "ves-openapi-manager", "timestamp": 1637665375420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665376264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "multicloud-k8s-id", "timestamp": 1637665376538, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "cds", "timestamp": 1637665376363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:03:27.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "multicloud-k8s-id", "timestamp": 1637665376538, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "ves-openapi-manager", "timestamp": 1637665375420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.922Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665376264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:03:27.922Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "dcae-sch", "timestamp": 1637665379083, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "policy-id", "timestamp": 1637665379280, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665380652, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "dcae-sch", "timestamp": 1637665379083, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "policy-id", "timestamp": 1637665379280, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "cds", "timestamp": 1637665380954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "cds", "timestamp": 1637665381962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-11-23T11:03:27.925Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:03:27.925Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665407282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:03:27.946Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 237cdf18-d38f-4870-b53d-58baa27535c3 2021-11-23T11:03:27.946Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237cdf18-d38f-4870-b53d-58baa27535c3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:03:27.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665382320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:03:27.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665383324, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:03:27.959Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 237cdf18-d38f-4870-b53d-58baa27535c3 2021-11-23T11:03:27.959Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237cdf18-d38f-4870-b53d-58baa27535c3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:03:27.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "policy-id", "timestamp": 1637665383354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:03:27.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "clamp", "timestamp": 1637665382861, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "policy-id", "timestamp": 1637665384358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:03:27.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "clamp", "timestamp": 1637665382861, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:03:27.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "policy-id", "timestamp": 1637665385361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:03:27.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237cdf18-d38f-4870-b53d-58baa27535c3 2021-11-23T11:03:27.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237cdf18-d38f-4870-b53d-58baa27535c3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:03:27.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "aai-ml", "timestamp": 1637665390318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:03:27.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "aai-ml", "timestamp": 1637665390318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:03:27.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-23T11:03:27.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "aai-ml", "timestamp": 1637665393327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:03:27.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "clamp", "timestamp": 1637665396674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:03:27.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "clamp", "timestamp": 1637665397697, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:03:27.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "clamp", "timestamp": 1637665398701, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:03:27.991Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 237cdf18-d38f-4870-b53d-58baa27535c3 2021-11-23T11:03:27.991Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237cdf18-d38f-4870-b53d-58baa27535c3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:03:27.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:27.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "aai-ml", "timestamp": 1637665400375, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:03:27.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:03:27.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-23T11:03:28.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "aai-ml", "timestamp": 1637665401380, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:03:28.005Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 237cdf18-d38f-4870-b53d-58baa27535c3 2021-11-23T11:03:28.005Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237cdf18-d38f-4870-b53d-58baa27535c3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:03:28.025Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:03:28.026Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:03:28.026Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:03:28.037Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:03:28.037Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:03:28.926Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:03:28.927Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:03:28.929Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:03:28.929Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665407282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:03:29.029Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:03:29.030Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:03:29.030Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:03:29.040Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:03:29.040Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:03:29.930Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "8baa768b-84af-44b2-838d-b72b378bdf48", "serviceDescription": "service", "serviceInvariantUUID": "d10837ac-afda-4327-8ddc-49a8ac69c1e2", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a57e735b-8e9a-45a6-bf51-d9a0675292ec", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f57c2b31-d0ec-494d-b091-bd524205506b", "resourceInvariantUUID": "9d24cb61-b0f3-42ca-9c72-c4aabe7bc3c5", "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": "N2QzYzllMzcxODY5NzRiN2IyOWJiNWFiYzk1NDliNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc51cdb9-553e-40c5-846d-795cc9949ceb" } ], "workloadContext": "Production" } 2021-11-23T11:03:29.930Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T11:03:29.930Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8baa768b-84af-44b2-838d-b72b378bdf48 ASDC 2021-11-23T11:03:29.931Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:237cdf18-d38f-4870-b53d-58baa27535c3 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:8baa768b-84af-44b2-838d-b72b378bdf48 ServiceInvariantUUID:d10837ac-afda-4327-8ddc-49a8ac69c1e2 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:cc51cdb9-553e-40c5-846d-795cc9949ceb ArtifactChecksum:N2QzYzllMzcxODY5NzRiN2IyOWJiNWFiYzk1NDliNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a57e735b-8e9a-45a6-bf51-d9a0675292ec ResourceInvariantUUID:9d24cb61-b0f3-42ca-9c72-c4aabe7bc3c5 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f57c2b31-d0ec-494d-b091-bd524205506b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-23T11:03:29.932Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8baa768b-84af-44b2-838d-b72b378bdf48 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:03:29.962Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:03:29.963Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:03:29.964Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:03:29.964Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc51cdb9-553e-40c5-846d-795cc9949ceb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-23T11:03:29.964Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:03:29.964Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-23T11:03:30.036Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:03:30.039Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cc51cdb9-553e-40c5-846d-795cc9949ceb 52485 2021-11-23T11:03:30.039Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-23T11:03:30.040Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-23T11:03:30.041Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:03:30.041Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:03:30.043Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:03:30.043Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665410039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:03:30.143Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:03:30.144Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:03:30.144Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:03:30.155Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:03:30.155Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:03:31.043Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:03:31.044Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:03:31.044Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cc51cdb9-553e-40c5-846d-795cc9949ceb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.045Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-23T11:03:31.046Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.046Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.177Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11568274922551330466/Definitions/service-BasicNetwork-template.yml 2021-11-23T11:03:31.641Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T11:03:31.641Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:03:31.641Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.641Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-23T11:03:31.641Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.641Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.641Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.642Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.642Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.642Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.642Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.642Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.642Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:03:31.642Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.643Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.643Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-23T11:03:31.643Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:03:31.643Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.644Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.645Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.645Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.645Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.645Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.645Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.645Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.646Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:8baa768b-84af-44b2-838d-b72b378bdf48 Model Version:NULL Model InvariantUuid:d10837ac-afda-4327-8ddc-49a8ac69c1e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:9d24cb61-b0f3-42ca-9c72-c4aabe7bc3c5 Model UUID:e90b9057-4b94-4880-bac3-7444642f1b1a Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a57e735b-8e9a-45a6-bf51-d9a0675292ec Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T11:03:31.657Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: f57c2b31-d0ec-494d-b091-bd524205506b 2021-11-23T11:03:31.658Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||No resources found for Service: 8baa768b-84af-44b2-838d-b72b378bdf48 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:03:31.667Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500|| 2021-11-23T11:03:31.667Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-23T11:03:31.668Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8baa768b-84af-44b2-838d-b72b378bdf48 2021-11-23T11:03:31.668Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8baa768b-84af-44b2-838d-b72b378bdf48 2021-11-23T11:03:31.668Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-23T11:03:31.669Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:03:31.673Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e359c3c, org.onap.sdc.toscaparser.api.parameters.Input@2877f827, org.onap.sdc.toscaparser.api.parameters.Input@63502511, org.onap.sdc.toscaparser.api.parameters.Input@374ba0dc, org.onap.sdc.toscaparser.api.parameters.Input@15bd0e75] 2021-11-23T11:03:31.674Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.674Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.674Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.675Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.675Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8baa768b-84af-44b2-838d-b72b378bdf48: Generic NeutronNet 2021-11-23T11:03:31.675Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.675Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.675Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.675Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-23T11:03:31.705Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.705Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.705Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.705Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.705Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:03:31.705Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:03:31.706Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-23T11:03:31.753Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-23T11:03:31.754Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-23T11:03:31.754Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-23T11:03:31.754Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:03:31.754Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:03:31.756Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:03:31.756Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665411753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:03:31.856Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:03:31.857Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:03:31.857Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:03:31.870Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:03:31.870Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:03:32.757Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 237cdf18-d38f-4870-b53d-58baa27535c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:03:32.766Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 237cdf18-d38f-4870-b53d-58baa27535c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:03:32.768Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:03:32.769Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:03:32.775Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T11:04:02.775Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 237cdf18-d38f-4870-b53d-58baa27535c3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T11:04:02.782Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 237cdf18-d38f-4870-b53d-58baa27535c3 and serviceModelVersionId: 8baa768b-84af-44b2-838d-b72b378bdf48 2021-11-23T11:04:02.783Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d10837ac-afda-4327-8ddc-49a8ac69c1e2 2021-11-23T11:04:02.784Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d10837ac-afda-4327-8ddc-49a8ac69c1e2/model-vers/model-ver/8baa768b-84af-44b2-838d-b72b378bdf48?depth=0 2021-11-23T11:04:02.789Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T11:04:02.837Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d10837ac-afda-4327-8ddc-49a8ac69c1e2/model-vers/model-ver/8baa768b-84af-44b2-838d-b72b378bdf48?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-23T11:04:02.838Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d10837ac-afda-4327-8ddc-49a8ac69c1e2/model-vers/model-ver/8baa768b-84af-44b2-838d-b72b378bdf48?depth=0|INFO|500||Invoke 2021-11-23T11:04:02.858Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d10837ac-afda-4327-8ddc-49a8ac69c1e2/model-vers/model-ver/8baa768b-84af-44b2-838d-b72b378bdf48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T11:04:03.301Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d10837ac-afda-4327-8ddc-49a8ac69c1e2/model-vers/model-ver/8baa768b-84af-44b2-838d-b72b378bdf48?depth=0|INFO|500||InvokeReturn 2021-11-23T11:04:03.301Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d10837ac-afda-4327-8ddc-49a8ac69c1e2/model-vers/model-ver/8baa768b-84af-44b2-838d-b72b378bdf48?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211123-11:04:02:865-16040], vertex-id=[450776], Content-Length=[0], Date=[Tue, 23 Nov 2021 11:04:02 GMT], Content-Type=[application/json]} 2021-11-23T11:04:03.302Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-11-23T11:04:03.302Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T11:04:03.302Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:04:03.307Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T11:04:03.307Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 237cdf18-d38f-4870-b53d-58baa27535c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T11:04:03.308Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T11:04:03.308Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:04:03.309Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:04:03.309Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665443307, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:04:03.410Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:04:03.411Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:04:03.411Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:04:03.424Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:04:03.424Z||pool-71-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-11-23T11:04:27.281Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:04:27.282Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:04:27.283Z|237cdf18-d38f-4870-b53d-58baa27535c3|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:04:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:04:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:04:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:04:27.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:04:27.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:04:27.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665407282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:04:27.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:04:36.845Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:27.282Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:05:27.283Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:05:27.283Z|237cdf18-d38f-4870-b53d-58baa27535c3|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:05:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:05:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:05:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:05:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:05:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665407282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665410039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665411753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "237cdf18-d38f-4870-b53d-58baa27535c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665443307, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:05:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:05:27.911Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:27.912Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-23T11:05:27.912Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9973dec-6a77-4a15-a5f4-dd9be4c7a97a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b4e05435-7d3a-4295-b849-cbe9a64a9a45","serviceDescription":"service","serviceInvariantUUID":"c2de6ad5-b3ce-42fb-9751-cc2595da47db","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"093e8cc2-387c-4529-bc70-6a683f8926f0","resourceInvariantUUID":"8667e016-3738-448e-9201-736f88582dc6","resourceCustomizationUUID":"5d65ef8f-74c2-4c0d-9b2c-a6d723310927","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":"ZjgxMWQ3YTUwZTc2Zjg4YTQxOGRmM2YxOTg3M2UxZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ad5e00b-c9cb-4d8f-8369-84757fa78e81","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":"NDI5NDBiOTgwNDNiN2QxNDY0YWE2Mzg2NTkwODlkMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38da868f-f4f7-481c-8c00-f4630b31176f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"82c467c2-9023-41ef-933b-c400b2942297","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":"ce676be1-8692-4424-889c-99eed662edde","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d9a971c-f358-41a6-852a-5aa819ecbc23","artifactVersion":"2","generatedFromUUID":"82c467c2-9023-41ef-933b-c400b2942297"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTM0NTBjMTI2ZTJlYmMyZjYyNDkzMDQyYWZiMDRlYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec7544d0-b189-451b-82b9-0817703f6450","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2VhNzQ1MDcyYjE1MmU3MzFjNGI0YzU0ZWE5ZmVhOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"107d3f1d-3107-4005-b001-86402e02c8f8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T11:05:27.915Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:05:27.915Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:27.918Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:27.918Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:05:28.018Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:28.019Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:28.019Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:28.029Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:28.029Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:05:28.919Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:05:28.919Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:28.921Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:28.921Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:05:29.021Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:29.022Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:29.022Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:29.030Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:29.031Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:29.922Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:05:29.923Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:29.925Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:29.925Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-23T11:05:30.025Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:30.026Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:30.026Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:30.037Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:30.037Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:30.925Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:05:30.926Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:30.928Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:30.928Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:05:31.028Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:31.029Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:31.029Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:31.071Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:31.072Z||pool-75-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:31.928Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:05:31.929Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:31.930Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:31.931Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-23T11:05:32.031Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:32.031Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:32.031Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:32.047Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:32.047Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:32.931Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:05:32.932Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:32.933Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:32.934Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:05:33.034Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:33.035Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:33.035Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:33.044Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:33.045Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:33.934Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:05:33.935Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:33.937Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:33.937Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:05:34.037Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:05:34.039Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:34.039Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:34.049Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:34.050Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:34.939Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b4e05435-7d3a-4295-b849-cbe9a64a9a45", "serviceDescription": "service", "serviceInvariantUUID": "c2de6ad5-b3ce-42fb-9751-cc2595da47db", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5d65ef8f-74c2-4c0d-9b2c-a6d723310927", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "093e8cc2-387c-4529-bc70-6a683f8926f0", "resourceInvariantUUID": "8667e016-3738-448e-9201-736f88582dc6", "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": "NDI5NDBiOTgwNDNiN2QxNDY0YWE2Mzg2NTkwODlkMDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38da868f-f4f7-481c-8c00-f4630b31176f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "82c467c2-9023-41ef-933b-c400b2942297", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0d9a971c-f358-41a6-852a-5aa819ecbc23", "generatedFromUUID": "82c467c2-9023-41ef-933b-c400b2942297" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0d9a971c-f358-41a6-852a-5aa819ecbc23", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2VhNzQ1MDcyYjE1MmU3MzFjNGI0YzU0ZWE5ZmVhOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "107d3f1d-3107-4005-b001-86402e02c8f8" } ], "workloadContext": "Production" } 2021-11-23T11:05:34.939Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T11:05:34.939Z|237cdf18-d38f-4870-b53d-58baa27535c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b4e05435-7d3a-4295-b849-cbe9a64a9a45 ASDC 2021-11-23T11:05:34.940Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e9973dec-6a77-4a15-a5f4-dd9be4c7a97a ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b4e05435-7d3a-4295-b849-cbe9a64a9a45 ServiceInvariantUUID:c2de6ad5-b3ce-42fb-9751-cc2595da47db 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:107d3f1d-3107-4005-b001-86402e02c8f8 ArtifactChecksum:M2VhNzQ1MDcyYjE1MmU3MzFjNGI0YzU0ZWE5ZmVhOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5d65ef8f-74c2-4c0d-9b2c-a6d723310927 ResourceInvariantUUID:8667e016-3738-448e-9201-736f88582dc6 ResourceName:basic_vm ResourceType:VF ResourceUUID:093e8cc2-387c-4529-bc70-6a683f8926f0 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:38da868f-f4f7-481c-8c00-f4630b31176f ArtifactChecksum:NDI5NDBiOTgwNDNiN2QxNDY0YWE2Mzg2NTkwODlkMDE= 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:82c467c2-9023-41ef-933b-c400b2942297 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:0d9a971c-f358-41a6-852a-5aa819ecbc23 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:0d9a971c-f358-41a6-852a-5aa819ecbc23 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-23T11:05:34.940Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4e05435-7d3a-4295-b849-cbe9a64a9a45 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:05:34.975Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:05:34.976Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:05:34.976Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:05:34.977Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 107d3f1d-3107-4005-b001-86402e02c8f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-23T11:05:34.977Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:05:34.977Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-23T11:05:35.313Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:05:35.316Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 107d3f1d-3107-4005-b001-86402e02c8f8 71033 2021-11-23T11:05:35.316Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-23T11:05:35.316Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-23T11:05:35.317Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:05:35.317Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:35.318Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:35.319Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665535316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:05:35.419Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:35.420Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:35.420Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:35.440Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:35.440Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:36.319Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:05:36.320Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:05:36.320Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 107d3f1d-3107-4005-b001-86402e02c8f8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:36.321Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-23T11:05:36.321Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:36.322Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:36.511Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11158201591890930400/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-23T11:05:37.549Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.550Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.551Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.551Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.551Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-23T11:05:37.551Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:05:37.551Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.551Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:37.551Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:37.552Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:05:37.552Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:05:37.552Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.552Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:37.552Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:37.552Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:05:37.552Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-23T11:05:37.553Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-23T11:05:37.554Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.554Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T11:05:37.554Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.554Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:37.554Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:05:37.555Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.555Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:37.555Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:05:37.555Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.555Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:37.555Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:05:37.555Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c679fd5c-7754-461d-98f2-c960d54faaeb 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.556Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:37.557Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.557Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:37.557Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:37.557Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:37.557Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b4e05435-7d3a-4295-b849-cbe9a64a9a45 Model Version:NULL Model InvariantUuid:c2de6ad5-b3ce-42fb-9751-cc2595da47db Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:9aaf3286-aaa9-4a74-bde1-7624743d2a04 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8667e016-3738-448e-9201-736f88582dc6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5d65ef8f-74c2-4c0d-9b2c-a6d723310927 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c3c8b05f-0b63-4f91-83fc-80d9d74fe880 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:14b15be5-05fa-4549-b43f-e9680fca9c41 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c679fd5c-7754-461d-98f2-c960d54faaeb ModelInvariantUuid:1a630a13-b1fe-4fed-a09a-424792984f2d ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8cfd6667-3872-40ef-9179-06a10ff81b1d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2886127e-31e9-403a-afed-895ab855e314 ModelInvariantUuid:0b9c4ab9-c8d8-4691-b92f-d4a9da90ef16 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:704e5769-a74f-4c34-be90-8bfb787e86be ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T11:05:37.565Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 093e8cc2-387c-4529-bc70-6a683f8926f0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:05:37.569Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||basic_vm 0 2021-11-23T11:05:37.569Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 093e8cc2-387c-4529-bc70-6a683f8926f0 2021-11-23T11:05:37.569Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38da868f-f4f7-481c-8c00-f4630b31176f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-23T11:05:37.569Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:05:37.569Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-23T11:05:37.911Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:05:37.912Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 38da868f-f4f7-481c-8c00-f4630b31176f 787 2021-11-23T11:05:37.912Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-23T11:05:37.912Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-23T11:05:37.912Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:05:37.913Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:37.914Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:37.914Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665537912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:05:38.015Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:38.016Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:38.016Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:38.026Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:38.026Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:05:38.915Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c3c8b05f-0b63-4f91-83fc-80d9d74fe880", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14b15be5-05fa-4549-b43f-e9680fca9c41", "vfModuleModelCustomizationUUID": "9e9c71cc-8ab5-482f-8de6-2412b8971460", "isBase": true, "artifacts": [ "82c467c2-9023-41ef-933b-c400b2942297", "0d9a971c-f358-41a6-852a-5aa819ecbc23" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T11:05:38.919Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:14b15be5-05fa-4549-b43f-e9680fca9c41 VfModuleModelInvariantUUID:c3c8b05f-0b63-4f91-83fc-80d9d74fe880 VfModuleModelDescription:NULL Artifacts UUID List:{ 82c467c2-9023-41ef-933b-c400b2942297 , 0d9a971c-f358-41a6-852a-5aa819ecbc23 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T11:05:38.921Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c3c8b05f-0b63-4f91-83fc-80d9d74fe880", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14b15be5-05fa-4549-b43f-e9680fca9c41", "vfModuleModelCustomizationUUID": "9e9c71cc-8ab5-482f-8de6-2412b8971460", "isBase": true, "artifacts": [ "82c467c2-9023-41ef-933b-c400b2942297", "0d9a971c-f358-41a6-852a-5aa819ecbc23" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T11:05:38.921Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:14b15be5-05fa-4549-b43f-e9680fca9c41 VfModuleModelInvariantUUID:c3c8b05f-0b63-4f91-83fc-80d9d74fe880 VfModuleModelDescription:NULL Artifacts UUID List:{ 82c467c2-9023-41ef-933b-c400b2942297 , 0d9a971c-f358-41a6-852a-5aa819ecbc23 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T11:05:38.921Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 82c467c2-9023-41ef-933b-c400b2942297 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-23T11:05:38.921Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:05:38.922Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-23T11:05:39.672Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:05:39.672Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 82c467c2-9023-41ef-933b-c400b2942297 5033 2021-11-23T11:05:39.673Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-23T11:05:39.673Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-23T11:05:39.673Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:05:39.673Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:39.675Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:39.675Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665539673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:05:39.775Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:39.776Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:39.776Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:39.786Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:39.786Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:40.676Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d9a971c-f358-41a6-852a-5aa819ecbc23 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-23T11:05:40.676Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:05:40.677Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-23T11:05:41.055Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:05:41.055Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0d9a971c-f358-41a6-852a-5aa819ecbc23 903 2021-11-23T11:05:41.055Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-23T11:05:41.055Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-23T11:05:41.055Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:05:41.056Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:41.057Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:41.057Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665541055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:05:41.157Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:41.158Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:41.158Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:41.173Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:41.174Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:42.058Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b4e05435-7d3a-4295-b849-cbe9a64a9a45 2021-11-23T11:05:42.059Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 093e8cc2-387c-4529-bc70-6a683f8926f0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:05:42.072Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27c749f9, org.onap.sdc.toscaparser.api.parameters.Input@7f5185dc, org.onap.sdc.toscaparser.api.parameters.Input@78870e47, org.onap.sdc.toscaparser.api.parameters.Input@256e8069, org.onap.sdc.toscaparser.api.parameters.Input@38fb8dbc] 2021-11-23T11:05:42.074Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.074Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.074Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-11-23T11:05:42.074Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5d65ef8f-74c2-4c0d-9b2c-a6d723310927 2021-11-23T11:05:42.074Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d65ef8f-74c2-4c0d-9b2c-a6d723310927 matches Tosca VF Customization UUID: 5d65ef8f-74c2-4c0d-9b2c-a6d723310927 2021-11-23T11:05:42.074Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5d65ef8f-74c2-4c0d-9b2c-a6d723310927 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-23T11:05:42.076Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.076Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.077Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5d65ef8f-74c2-4c0d-9b2c-a6d723310927: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-11-23T11:05:42.077Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a7efedc 2021-11-23T11:05:42.077Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.077Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T11:05:42.077Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e9c71cc-8ab5-482f-8de6-2412b8971460 2021-11-23T11:05:42.078Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e9c71cc-8ab5-482f-8de6-2412b8971460 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-23T11:05:42.080Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.080Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:42.080Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:05:42.080Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.080Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:42.081Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:05:42.081Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.081Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-23T11:05:42.081Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-23T11:05:42.081Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-23T11:05:42.081Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c679fd5c-7754-461d-98f2-c960d54faaeb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T11:05:42.083Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.083Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:42.083Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:05:42.084Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.084Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-23T11:05:42.084Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5d65ef8f-74c2-4c0d-9b2c-a6d723310927 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:05:42.086Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.086Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.086Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b4e05435-7d3a-4295-b849-cbe9a64a9a45: basic_vm 2021-11-23T11:05:42.086Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.086Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.086Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.086Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.087Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.087Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.087Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.087Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.087Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:05:42.087Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:05:42.087Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:05:42.180Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 093e8cc2-387c-4529-bc70-6a683f8926f0 1 ASDC deployResourceStructure 2021-11-23T11:05:42.180Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-23T11:05:42.180Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-23T11:05:42.180Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:05:42.180Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:42.182Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:42.182Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665542180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:05:42.282Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:42.283Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:42.283Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:42.298Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:42.299Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:43.183Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-23T11:05:43.184Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-23T11:05:43.184Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:05:43.184Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:43.186Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:43.186Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665543183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:05:43.286Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:43.287Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:43.287Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:43.296Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:43.296Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:44.187Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-23T11:05:44.188Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-23T11:05:44.188Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:05:44.188Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:44.190Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:44.190Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665544187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-23T11:05:44.291Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:44.292Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:44.292Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:44.302Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:44.302Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:05:45.191Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-23T11:05:45.192Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-23T11:05:45.192Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:05:45.192Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:05:45.194Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:05:45.194Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665545191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:05:45.294Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:05:45.295Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:05:45.295Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:05:45.305Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:05:45.305Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:05:46.195Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:05:46.203Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:05:46.205Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:05:46.205Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:05:46.205Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:06:16.206Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:06:16.222Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:06:16.224Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:06:16.224Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:06:16.224Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:06:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:06:27.287Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:06:27.287Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:06:27.308Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:06:27.317Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.317Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "ves-openapi-manager", "timestamp": 1637665495420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.318Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.318Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.318Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665496263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.318Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665496364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "ves-openapi-manager", "timestamp": 1637665495420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.319Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665496538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665496263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665496364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.320Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "ves-openapi-manager", "timestamp": 1637665495420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665496538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665496263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.321Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665496364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "ves-openapi-manager", "timestamp": 1637665495420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665496538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.322Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "dcae-sch", "timestamp": 1637665499083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665496263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665499280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.323Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665496364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "ves-openapi-manager", "timestamp": 1637665495420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665496538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.324Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "dcae-sch", "timestamp": 1637665499083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665496263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665499280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.325Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665496364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "ves-openapi-manager", "timestamp": 1637665495420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665496538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.326Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "dcae-sch", "timestamp": 1637665499083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665496263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665499280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.327Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665496364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "ves-openapi-manager", "timestamp": 1637665495420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665496538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.328Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "dcae-sch", "timestamp": 1637665499083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665496263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665499280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.329Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665496364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665496538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665502861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.330Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "dcae-sch", "timestamp": 1637665499083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665499280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665504206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.331Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665504376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665504491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665502861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.332Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "dcae-sch", "timestamp": 1637665499083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.333Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.333Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.333Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665499280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.333Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.333Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.333Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "cds", "timestamp": 1637665505389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:06:27.344Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9973dec-6a77-4a15-a5f4-dd9be4c7a97a 2021-11-23T11:06:27.344Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665502861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665505598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.355Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "dcae-sch", "timestamp": 1637665499083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665499280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665502861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.356Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665506516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665506773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665507082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.357Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665502861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.358Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.358Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.358Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665507520, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:06:27.362Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9973dec-6a77-4a15-a5f4-dd9be4c7a97a 2021-11-23T11:06:27.362Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:06:27.369Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.369Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665507806, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:06:27.373Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9973dec-6a77-4a15-a5f4-dd9be4c7a97a 2021-11-23T11:06:27.373Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:06:27.380Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.380Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665508088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:06:27.380Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665502861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "multicloud-k8s-id", "timestamp": 1637665508810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.381Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "policy-id", "timestamp": 1637665509090, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:06:27.385Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9973dec-6a77-4a15-a5f4-dd9be4c7a97a 2021-11-23T11:06:27.385Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-23T11:06:27.391Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.391Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665502861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.391Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.391Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.391Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665510318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665510318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.392Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665510318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665510318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.393Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665510318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.394Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665510318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.395Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665516693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665510318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.396Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665517715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.397Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665518164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.398Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.399Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.399Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.399Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.399Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "clamp", "timestamp": 1637665518720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:06:27.403Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9973dec-6a77-4a15-a5f4-dd9be4c7a97a 2021-11-23T11:06:27.403Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:06:27.410Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.410Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.410Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.410Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.410Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-23T11:06:27.410Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.410Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.411Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665511368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.412Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.413Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665521888, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.414Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.415Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.416Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.416Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.416Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "cds", "timestamp": 1637665522894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:06:27.426Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 167d6095-9f6e-4d98-ad5d-1f63040635cc 2021-11-23T11:06:27.427Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167d6095-9f6e-4d98-ad5d-1f63040635cc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:06:27.433Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.433Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.433Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.433Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.434Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "ves-openapi-manager", "timestamp": 1637665515421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.435Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.436Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665516538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.437Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.438Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.439Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665526471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:06:27.439Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:06:27.439Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.439Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.440Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.440Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.440Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.440Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:27.440Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:06:27.440Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:06:27.440Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:06:46.224Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:06:46.236Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:06:46.238Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:06:46.238Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:06:46.239Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:07:16.239Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:07:16.249Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:07:16.251Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:07:16.252Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:07:16.252Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:07:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:07:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:07:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:07:27.308Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:07:27.308Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:07:27.308Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665527276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:07:27.309Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:07:46.252Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:07:46.261Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:07:46.263Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:07:46.263Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:07:46.263Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:08:16.267Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:08:16.298Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:08:16.300Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:08:16.300Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:08:16.300Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:08:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:08:27.288Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:08:27.288Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:08:27.828Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:08:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.829Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665527577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.830Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "dcae-sch", "timestamp": 1637665519083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.831Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665519280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:08:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.832Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "aai-ml", "timestamp": 1637665528280, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:08:27.840Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9973dec-6a77-4a15-a5f4-dd9be4c7a97a 2021-11-23T11:08:27.840Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:08:27.851Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.851Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665528776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.851Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.851Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.851Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.851Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665528993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665529836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-23T11:08:27.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665529998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665530907, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:08:27.857Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 167d6095-9f6e-4d98-ad5d-1f63040635cc 2021-11-23T11:08:27.857Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167d6095-9f6e-4d98-ad5d-1f63040635cc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:08:27.864Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.864Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.864Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.864Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.864Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.865Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.865Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.865Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "policy-id", "timestamp": 1637665531001, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:08:27.869Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 167d6095-9f6e-4d98-ad5d-1f63040635cc 2021-11-23T11:08:27.869Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167d6095-9f6e-4d98-ad5d-1f63040635cc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-23T11:08:27.877Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.877Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.878Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.878Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.878Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "multicloud-k8s-id", "timestamp": 1637665531912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.878Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.879Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.879Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-23T11:08:27.879Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.879Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.879Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.880Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.880Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.880Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.880Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.880Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.880Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.881Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.881Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.881Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.881Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.881Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:08:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.882Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.883Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665526267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:08:27.883Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.883Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.883Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665535316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.883Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.884Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.884Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.884Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.884Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.884Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665536314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.885Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.885Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.885Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:08:27.885Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.885Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.885Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.886Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.886Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.886Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665537912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.886Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.886Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.887Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.887Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.887Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.887Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665538599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.887Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.888Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665539603, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:08:27.893Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 167d6095-9f6e-4d98-ad5d-1f63040635cc 2021-11-23T11:08:27.893Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167d6095-9f6e-4d98-ad5d-1f63040635cc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:08:27.900Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.900Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665539673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.900Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.900Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.900Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.901Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.901Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.901Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.901Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.901Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.901Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665541055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.902Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.902Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.902Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665532861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:08:27.902Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.902Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.903Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.903Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.903Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.903Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665542180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.903Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665543183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.904Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.905Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665544187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.906Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665545191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.907Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665547711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.908Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:08:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.909Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665540318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:08:27.910Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-23T11:08:27.910Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.910Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665549709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.910Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.910Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.910Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665550128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:08:27.911Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.911Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.911Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "clamp", "timestamp": 1637665550711, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:08:27.916Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 167d6095-9f6e-4d98-ad5d-1f63040635cc 2021-11-23T11:08:27.916Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167d6095-9f6e-4d98-ad5d-1f63040635cc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:08:27.924Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.925Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665561176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:08:27.925Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:08:27.925Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-23T11:08:27.925Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "aai-ml", "timestamp": 1637665562180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:08:27.930Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 167d6095-9f6e-4d98-ad5d-1f63040635cc 2021-11-23T11:08:27.930Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167d6095-9f6e-4d98-ad5d-1f63040635cc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:08:46.301Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:08:46.310Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:08:46.312Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:08:46.312Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:08:46.312Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T11:08:46.312Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T11:08:46.312Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:08:46.312Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:08:46.313Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:08:46.313Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:08:46.313Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:08:46.313Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:08:46.313Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:08:46.317Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T11:09:16.317Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T11:09:16.324Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and serviceModelVersionId: b4e05435-7d3a-4295-b849-cbe9a64a9a45 2021-11-23T11:09:16.324Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2de6ad5-b3ce-42fb-9751-cc2595da47db 2021-11-23T11:09:16.326Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0 2021-11-23T11:09:16.332Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T11:09:16.385Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0|INFO|500||Invoke 2021-11-23T11:09:16.385Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9973dec-6a77-4a15-a5f4-dd9be4c7a97a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a333a8e5-d9c7-4c03-9a3c-64fa51ed259e], X-ECOMP-RequestID=[e9973dec-6a77-4a15-a5f4-dd9be4c7a97a], X-TransactionId=[], X-ONAP-RequestID=[e9973dec-6a77-4a15-a5f4-dd9be4c7a97a], Content-Type=[application/merge-patch+json]} 2021-11-23T11:09:16.409Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T11:09:16.908Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211123-11:09:16:418-80106], vertex-id=[434280], Content-Length=[0], Date=[Tue, 23 Nov 2021 11:09:16 GMT], Content-Type=[application/json]} 2021-11-23T11:09:16.909Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-23T11:09:16.909Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2de6ad5-b3ce-42fb-9751-cc2595da47db/model-vers/model-ver/b4e05435-7d3a-4295-b849-cbe9a64a9a45?depth=0|INFO|500||InvokeReturn 2021-11-23T11:09:16.910Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T11:09:16.910Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:09:16.917Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T11:09:16.917Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9973dec-6a77-4a15-a5f4-dd9be4c7a97a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T11:09:16.917Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T11:09:16.918Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:16.920Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:16.920Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665756917, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:09:17.020Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:17.020Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:17.020Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:17.036Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:17.036Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:09:17.932Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-23T11:09:17.932Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"167d6095-9f6e-4d98-ad5d-1f63040635cc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd","serviceDescription":"service","serviceInvariantUUID":"e4cbbb80-0011-40e7-b53e-22e846eedfcf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0db3541b-9ee0-4dbe-ab1f-5324ab6fbf67","resourceInvariantUUID":"4fcddacf-d118-48a4-ac17-cd3f5d431ed4","resourceCustomizationUUID":"bb7c5576-ad15-43cd-9991-4bc1a47ce931","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":"YmViNWEwYmE4OTYxMzcwM2VhZjlkYTYyMDQ3NGNkZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16a48160-c863-4dc5-8ac1-950ec0961747","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":"7a1fbe7a-56df-4d12-9528-8185a51b9475","artifactVersion":"2","generatedFromUUID":"e645bb2c-5230-4758-b385-2353547b6af5"},{"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":"e645bb2c-5230-4758-b385-2353547b6af5","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":"MjJlZmIwYTk2ZjU1NTExOWM4OTJlN2FmMzVjMDJkNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1428bde0-d4df-483d-9d2b-3751fb3a024a","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":"0b3afd9b-86f1-4b29-a806-9102ce748d6f","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":"cb475a9d-083e-47de-b3d2-12c13eb1637d","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":"630f57c3-ad40-467c-b88d-ce4145014599","artifactVersion":"2","generatedFromUUID":"0b3afd9b-86f1-4b29-a806-9102ce748d6f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTIwNTY5ODhlNDY2NTgxYTQ1OGFlMjYyY2ViNGU1NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f72e1e65-02fa-482c-b6aa-b1d2d102cf7a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjU3OGNlYzc1MmMwMmI3YjNjMDQwMmEzM2E0MWRhMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0fa82277-b0ef-4c28-961c-0cf48c97271b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T11:09:17.933Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:17.933Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:17.935Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:17.935Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:09:18.035Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:18.035Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:18.036Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:18.045Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:18.046Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:09:18.935Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:18.936Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:18.938Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:18.938Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-23T11:09:19.038Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:19.039Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:19.039Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:19.051Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:19.051Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:19.939Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:19.940Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:19.944Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:19.944Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-23T11:09:20.045Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T11:09:20.046Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:20.046Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:20.059Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:20.060Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:09:20.945Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:20.945Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:20.947Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:20.947Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:09:21.048Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T11:09:21.048Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:21.049Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:21.060Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:21.060Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:09:21.948Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:21.949Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:21.951Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:21.951Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-23T11:09:22.051Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:22.052Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:22.052Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:22.062Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:22.062Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:22.952Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:22.953Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:22.954Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:22.954Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:09:23.054Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:23.055Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:23.055Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:23.066Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:23.066Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:23.955Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:23.955Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:23.957Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:23.957Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-23T11:09:24.057Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:24.058Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:24.058Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:24.068Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:24.069Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:24.958Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:24.959Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:24.960Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:24.961Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:09:25.061Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:25.061Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:25.061Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:25.073Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:25.073Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:25.961Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:09:25.962Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:25.963Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:25.963Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:09:26.063Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:26.064Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:26.064Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:26.075Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:26.075Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:26.964Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd", "serviceDescription": "service", "serviceInvariantUUID": "e4cbbb80-0011-40e7-b53e-22e846eedfcf", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "bb7c5576-ad15-43cd-9991-4bc1a47ce931", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0db3541b-9ee0-4dbe-ab1f-5324ab6fbf67", "resourceInvariantUUID": "4fcddacf-d118-48a4-ac17-cd3f5d431ed4", "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": "7a1fbe7a-56df-4d12-9528-8185a51b9475", "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": "e645bb2c-5230-4758-b385-2353547b6af5", "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": "MjJlZmIwYTk2ZjU1NTExOWM4OTJlN2FmMzVjMDJkNTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1428bde0-d4df-483d-9d2b-3751fb3a024a", "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": "0b3afd9b-86f1-4b29-a806-9102ce748d6f", "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": "630f57c3-ad40-467c-b88d-ce4145014599", "generatedFromUUID": "0b3afd9b-86f1-4b29-a806-9102ce748d6f" }, "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": "630f57c3-ad40-467c-b88d-ce4145014599", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjU3OGNlYzc1MmMwMmI3YjNjMDQwMmEzM2E0MWRhMjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0fa82277-b0ef-4c28-961c-0cf48c97271b" } ], "workloadContext": "Production" } 2021-11-23T11:09:26.965Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T11:09:26.965Z|e9973dec-6a77-4a15-a5f4-dd9be4c7a97a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd ASDC 2021-11-23T11:09:26.965Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:167d6095-9f6e-4d98-ad5d-1f63040635cc ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd ServiceInvariantUUID:e4cbbb80-0011-40e7-b53e-22e846eedfcf 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:0fa82277-b0ef-4c28-961c-0cf48c97271b ArtifactChecksum:NjU3OGNlYzc1MmMwMmI3YjNjMDQwMmEzM2E0MWRhMjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:bb7c5576-ad15-43cd-9991-4bc1a47ce931 ResourceInvariantUUID:4fcddacf-d118-48a4-ac17-cd3f5d431ed4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:0db3541b-9ee0-4dbe-ab1f-5324ab6fbf67 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:7a1fbe7a-56df-4d12-9528-8185a51b9475 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:e645bb2c-5230-4758-b385-2353547b6af5 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:1428bde0-d4df-483d-9d2b-3751fb3a024a ArtifactChecksum:MjJlZmIwYTk2ZjU1NTExOWM4OTJlN2FmMzVjMDJkNTc= 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:0b3afd9b-86f1-4b29-a806-9102ce748d6f 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:630f57c3-ad40-467c-b88d-ce4145014599 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:630f57c3-ad40-467c-b88d-ce4145014599 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-23T11:09:26.966Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:09:26.998Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:09:26.999Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:09:26.999Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:09:26.999Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0fa82277-b0ef-4c28-961c-0cf48c97271b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-23T11:09:27.000Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:09:27.000Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-23T11:09:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:09:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:09:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:09:27.294Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:09:27.297Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0fa82277-b0ef-4c28-961c-0cf48c97271b 68927 2021-11-23T11:09:27.297Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-23T11:09:27.297Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-23T11:09:27.297Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:09:27.298Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:27.299Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:27.299Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665767297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:09:27.400Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:27.400Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:27.400Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:27.410Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:27.411Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:27.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:27.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9973dec-6a77-4a15-a5f4-dd9be4c7a97a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665756917, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:09:27.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:09:27.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-23T11:09:27.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665527282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:09:27.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:09:28.300Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:09:28.301Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:09:28.302Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0fa82277-b0ef-4c28-961c-0cf48c97271b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:28.303Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-23T11:09:28.303Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:28.304Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:28.507Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14969567456046007432/Definitions/service-BasicCnf-template.yml 2021-11-23T11:09:29.494Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T11:09:29.495Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:09:29.495Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:29.495Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-23T11:09:29.496Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:29.496Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:29.496Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:29.496Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-23T11:09:29.496Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:09:29.497Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.497Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:29.497Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:29.497Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:09:29.498Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:09:29.498Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.498Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:29.498Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:29.498Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:09:29.499Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:09:29.499Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.499Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:29.499Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.499Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-23T11:09:29.500Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-23T11:09:29.500Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-23T11:09:29.500Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-23T11:09:29.500Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.500Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T11:09:29.501Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.501Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:29.501Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:09:29.501Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.502Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:29.502Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:09:29.502Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.502Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:29.502Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:09:29.503Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.503Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-23T11:09:29.503Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-23T11:09:29.504Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0c650423-698a-4f08-9af6-b42783a04f7b 2021-11-23T11:09:29.504Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.504Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:29.504Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.505Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:29.505Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.505Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:29.505Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:29.506Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:29.506Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd Model Version:NULL Model InvariantUuid:e4cbbb80-0011-40e7-b53e-22e846eedfcf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:ef01c535-33a1-45bf-bd23-56e7a7781c6c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4fcddacf-d118-48a4-ac17-cd3f5d431ed4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bb7c5576-ad15-43cd-9991-4bc1a47ce931 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e6a8197a-b9a4-4f75-876b-f44151ee0184 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:eb3ea39f-99b0-4016-bbec-9db60c872e27 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0c650423-698a-4f08-9af6-b42783a04f7b ModelInvariantUuid:ec18c4d4-b45d-48ac-bf4b-771a2d05a477 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2f313c40-15c2-440f-b673-a5ee559e336a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a9ac1798-e8db-4d6c-9ab9-3dc6e92fd672 ModelInvariantUuid:eca3bec0-4ac6-418a-976b-461ae0068a09 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:567987be-6acc-45f4-8e63-a68016ee5629 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T11:09:29.514Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0db3541b-9ee0-4dbe-ab1f-5324ab6fbf67 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:09:29.517Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||basic_cnf 0 2021-11-23T11:09:29.518Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0db3541b-9ee0-4dbe-ab1f-5324ab6fbf67 2021-11-23T11:09:29.518Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7a1fbe7a-56df-4d12-9528-8185a51b9475 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-23T11:09:29.518Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:09:29.518Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-23T11:09:29.565Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:09:29.565Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7a1fbe7a-56df-4d12-9528-8185a51b9475 12 2021-11-23T11:09:29.566Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-23T11:09:29.566Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-23T11:09:29.566Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:09:29.566Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:29.568Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:29.568Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665769566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:09:29.668Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:29.669Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:29.669Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:29.680Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:29.680Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:30.569Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e645bb2c-5230-4758-b385-2353547b6af5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-23T11:09:30.569Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:09:30.569Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-23T11:09:30.632Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:09:30.633Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e645bb2c-5230-4758-b385-2353547b6af5 2688 2021-11-23T11:09:30.633Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-23T11:09:30.633Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-23T11:09:30.633Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:09:30.633Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:30.636Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:30.636Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665770633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-23T11:09:30.735Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:30.736Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:30.736Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:30.749Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:30.749Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:31.637Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1428bde0-d4df-483d-9d2b-3751fb3a024a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-23T11:09:31.638Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:09:31.638Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-23T11:09:32.110Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:09:32.110Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1428bde0-d4df-483d-9d2b-3751fb3a024a 828 2021-11-23T11:09:32.110Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-23T11:09:32.111Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-23T11:09:32.111Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:09:32.111Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:32.113Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:32.113Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665772110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:09:32.213Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:32.213Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:32.213Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:32.224Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:32.225Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:33.113Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e6a8197a-b9a4-4f75-876b-f44151ee0184", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eb3ea39f-99b0-4016-bbec-9db60c872e27", "vfModuleModelCustomizationUUID": "e2f7b3d6-b87c-41d1-8707-9c18632c9db8", "isBase": true, "artifacts": [ "0b3afd9b-86f1-4b29-a806-9102ce748d6f", "e645bb2c-5230-4758-b385-2353547b6af5", "630f57c3-ad40-467c-b88d-ce4145014599" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T11:09:33.121Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eb3ea39f-99b0-4016-bbec-9db60c872e27 VfModuleModelInvariantUUID:e6a8197a-b9a4-4f75-876b-f44151ee0184 VfModuleModelDescription:NULL Artifacts UUID List:{ 0b3afd9b-86f1-4b29-a806-9102ce748d6f , e645bb2c-5230-4758-b385-2353547b6af5 , 630f57c3-ad40-467c-b88d-ce4145014599 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T11:09:33.124Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e6a8197a-b9a4-4f75-876b-f44151ee0184", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eb3ea39f-99b0-4016-bbec-9db60c872e27", "vfModuleModelCustomizationUUID": "e2f7b3d6-b87c-41d1-8707-9c18632c9db8", "isBase": true, "artifacts": [ "0b3afd9b-86f1-4b29-a806-9102ce748d6f", "e645bb2c-5230-4758-b385-2353547b6af5", "630f57c3-ad40-467c-b88d-ce4145014599" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T11:09:33.124Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eb3ea39f-99b0-4016-bbec-9db60c872e27 VfModuleModelInvariantUUID:e6a8197a-b9a4-4f75-876b-f44151ee0184 VfModuleModelDescription:NULL Artifacts UUID List:{ 0b3afd9b-86f1-4b29-a806-9102ce748d6f , e645bb2c-5230-4758-b385-2353547b6af5 , 630f57c3-ad40-467c-b88d-ce4145014599 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T11:09:33.125Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0b3afd9b-86f1-4b29-a806-9102ce748d6f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-23T11:09:33.125Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:09:33.125Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-23T11:09:33.261Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:09:33.262Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0b3afd9b-86f1-4b29-a806-9102ce748d6f 1164 2021-11-23T11:09:33.262Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-23T11:09:33.262Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-23T11:09:33.262Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:09:33.263Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:33.265Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:33.265Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665773262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:09:33.366Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T11:09:33.366Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:33.366Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:33.377Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:33.377Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:34.266Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 630f57c3-ad40-467c-b88d-ce4145014599 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-23T11:09:34.266Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:09:34.267Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-23T11:09:34.753Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:09:34.754Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 630f57c3-ad40-467c-b88d-ce4145014599 200 2021-11-23T11:09:34.754Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-23T11:09:34.754Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-23T11:09:34.754Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:09:34.754Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:34.757Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:34.757Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665774754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:09:34.857Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:34.857Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:34.857Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:34.869Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:34.870Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:35.757Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd 2021-11-23T11:09:35.758Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0db3541b-9ee0-4dbe-ab1f-5324ab6fbf67 ASDC 2021-11-23T11:09:35.773Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||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_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:09:35.783Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a6247e2, org.onap.sdc.toscaparser.api.parameters.Input@395121a4, org.onap.sdc.toscaparser.api.parameters.Input@139c83a4, org.onap.sdc.toscaparser.api.parameters.Input@7b37686c, org.onap.sdc.toscaparser.api.parameters.Input@53c26dbf] 2021-11-23T11:09:35.784Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.784Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.785Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-11-23T11:09:35.785Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bb7c5576-ad15-43cd-9991-4bc1a47ce931 2021-11-23T11:09:35.785Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb7c5576-ad15-43cd-9991-4bc1a47ce931 matches Tosca VF Customization UUID: bb7c5576-ad15-43cd-9991-4bc1a47ce931 2021-11-23T11:09:35.785Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bb7c5576-ad15-43cd-9991-4bc1a47ce931 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-23T11:09:35.787Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.787Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.787Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bb7c5576-ad15-43cd-9991-4bc1a47ce931: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-11-23T11:09:35.788Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54ec7aff 2021-11-23T11:09:35.788Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.788Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T11:09:35.788Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2f7b3d6-b87c-41d1-8707-9c18632c9db8 2021-11-23T11:09:35.788Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2f7b3d6-b87c-41d1-8707-9c18632c9db8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-23T11:09:35.790Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.791Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:35.791Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:09:35.791Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.791Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:35.791Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:09:35.791Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.792Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-23T11:09:35.792Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-23T11:09:35.792Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0c650423-698a-4f08-9af6-b42783a04f7b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T11:09:35.794Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.794Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:35.795Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:09:35.795Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.795Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-23T11:09:35.795Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bb7c5576-ad15-43cd-9991-4bc1a47ce931 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:09:35.796Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.797Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.797Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd: basic_cnf 2021-11-23T11:09:35.797Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.797Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.797Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.797Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.797Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.798Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.798Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.798Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.798Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:09:35.798Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:09:35.798Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:09:35.856Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0db3541b-9ee0-4dbe-ab1f-5324ab6fbf67 1 ASDC deployResourceStructure 2021-11-23T11:09:35.857Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-23T11:09:35.857Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-23T11:09:35.857Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-23T11:09:35.858Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:35.859Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:35.859Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665775856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-23T11:09:35.959Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:09:35.960Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:35.960Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:35.971Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:35.971Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:09:36.861Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-23T11:09:36.861Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-23T11:09:36.861Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-23T11:09:36.861Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:36.863Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:36.864Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665776861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-23T11:09:36.964Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:36.964Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:36.965Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:36.976Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:36.976Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:37.865Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-23T11:09:37.865Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-23T11:09:37.865Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:09:37.865Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:37.868Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:37.868Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665777864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:09:37.968Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:37.969Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:37.969Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:37.984Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:37.984Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:38.869Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-23T11:09:38.869Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-23T11:09:38.869Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:09:38.869Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:38.871Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:38.871Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665778868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:09:38.972Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T11:09:38.972Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:38.972Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:38.984Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:38.984Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:09:39.872Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-23T11:09:39.873Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-23T11:09:39.873Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:09:39.873Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:39.875Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:39.875Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665779872, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-23T11:09:39.975Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:39.976Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:39.976Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:39.986Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:39.986Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:40.876Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-23T11:09:40.876Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-23T11:09:40.876Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:09:40.877Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:09:40.879Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:09:40.879Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665780876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:09:40.979Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:09:40.979Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:09:40.980Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:09:40.995Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:09:40.995Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:09:41.879Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 167d6095-9f6e-4d98-ad5d-1f63040635cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:09:41.890Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 167d6095-9f6e-4d98-ad5d-1f63040635cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:09:41.892Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:09:41.892Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:09:41.893Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:09:41.897Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T11:10:11.898Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 167d6095-9f6e-4d98-ad5d-1f63040635cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T11:10:11.910Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 167d6095-9f6e-4d98-ad5d-1f63040635cc and serviceModelVersionId: 90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd 2021-11-23T11:10:11.910Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4cbbb80-0011-40e7-b53e-22e846eedfcf 2021-11-23T11:10:11.912Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4cbbb80-0011-40e7-b53e-22e846eedfcf/model-vers/model-ver/90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd?depth=0 2021-11-23T11:10:11.922Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T11:10:11.969Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbbb80-0011-40e7-b53e-22e846eedfcf/model-vers/model-ver/90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-23T11:10:11.970Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbbb80-0011-40e7-b53e-22e846eedfcf/model-vers/model-ver/90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd?depth=0|INFO|500||Invoke 2021-11-23T11:10:11.990Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbbb80-0011-40e7-b53e-22e846eedfcf/model-vers/model-ver/90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T11:10:12.363Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbbb80-0011-40e7-b53e-22e846eedfcf/model-vers/model-ver/90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd?depth=0|INFO|500||InvokeReturn 2021-11-23T11:10:12.364Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbbb80-0011-40e7-b53e-22e846eedfcf/model-vers/model-ver/90eee6e7-8afb-4a34-a41b-8eb2bc60c9bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211123-11:10:11:997-42615], vertex-id=[213008], Content-Length=[0], Date=[Tue, 23 Nov 2021 11:10:11 GMT], Content-Type=[application/json]} 2021-11-23T11:10:12.364Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-11-23T11:10:12.364Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T11:10:12.364Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:10:12.369Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T11:10:12.369Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 167d6095-9f6e-4d98-ad5d-1f63040635cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T11:10:12.369Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T11:10:12.370Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:12.372Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:12.372Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665812369, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:10:12.472Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:12.473Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:12.474Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:12.490Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:12.490Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:10:13.385Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:10:13.385Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:10:13.385Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:10:18.372Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:18.373Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-23T11:10:18.373Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a01de8a5-a541-4346-89f8-9257d9e302e5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"41087fcb-5401-460d-9c94-082164ec8606","serviceDescription":"service","serviceInvariantUUID":"60f989ac-f641-49bd-b1ad-64f7b337c85f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40bc7e78-df00-4603-b738-2cd38c2a7c25","resourceInvariantUUID":"0c23cc9d-869e-40e7-8dd2-f35eaab0b605","resourceCustomizationUUID":"19003c13-9ae6-41bf-96ff-f4219271d17a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ff43f4b5-b883-4892-89ec-b47adee43533","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":"N2ZjMWY2NWE4ODM4ZWRlMDVkODQ4MzdkMjI5ZjI0ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61ccef08-3f39-444e-b831-0d78e48d1f35","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":"ZDAzM2RmNmI0ZWFlYzRlYjNhZGY5NzcwMjAzMzI1YTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4524cbc5-844f-48a5-ab15-6f87155451cd","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":"e5492cc7-6b80-462e-ae66-e7b4662067a6","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":"0fd1e9be-7f07-4b76-ae4d-8b2ebeb271ac","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":"515e209f-8a15-4a6c-942d-0597562c8be2","artifactVersion":"2","generatedFromUUID":"e5492cc7-6b80-462e-ae66-e7b4662067a6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzE5OTQ3MDE4YzFlMjg1ODdmZjdhM2ZlZWNhOWUwZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92e86f0c-de81-4e9e-938e-ac3f07bd899f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NmRiMGM0MmFjOGViOThjNTQxOTM2ZjhhM2UzZDQ4MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7fdd2912-ee55-4c41-bb2e-2d70306db32a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T11:10:18.375Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:18.376Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:18.377Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:18.377Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:10:18.477Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:18.478Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:18.478Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:18.487Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:18.488Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:19.378Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:19.378Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:19.380Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:19.380Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:10:19.480Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:19.481Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:19.481Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:19.495Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:19.495Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:20.380Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:20.381Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:20.383Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:20.383Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:10:20.483Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:20.484Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:20.484Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:20.495Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:20.495Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:21.383Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:21.383Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:21.386Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:21.386Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T11:10:21.486Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:21.487Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:21.487Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:21.500Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:21.501Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:22.387Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:22.387Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:22.390Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:22.390Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:10:22.490Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:22.491Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:22.491Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:22.523Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:22.523Z||pool-114-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:23.390Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:23.391Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:23.393Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:23.393Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-23T11:10:23.493Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:23.494Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:23.494Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:23.507Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:23.508Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:24.393Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:24.394Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:24.396Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:24.396Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:10:24.496Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:24.497Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:24.497Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:24.508Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:24.509Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:25.396Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:10:25.397Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:25.399Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:25.399Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:10:25.499Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:25.500Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:25.500Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:25.512Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:25.512Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:10:26.400Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "41087fcb-5401-460d-9c94-082164ec8606", "serviceDescription": "service", "serviceInvariantUUID": "60f989ac-f641-49bd-b1ad-64f7b337c85f", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "19003c13-9ae6-41bf-96ff-f4219271d17a", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40bc7e78-df00-4603-b738-2cd38c2a7c25", "resourceInvariantUUID": "0c23cc9d-869e-40e7-8dd2-f35eaab0b605", "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": "ZDAzM2RmNmI0ZWFlYzRlYjNhZGY5NzcwMjAzMzI1YTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4524cbc5-844f-48a5-ab15-6f87155451cd", "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": "e5492cc7-6b80-462e-ae66-e7b4662067a6", "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": "515e209f-8a15-4a6c-942d-0597562c8be2", "generatedFromUUID": "e5492cc7-6b80-462e-ae66-e7b4662067a6" }, "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": "515e209f-8a15-4a6c-942d-0597562c8be2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NmRiMGM0MmFjOGViOThjNTQxOTM2ZjhhM2UzZDQ4MDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7fdd2912-ee55-4c41-bb2e-2d70306db32a" } ], "workloadContext": "Production" } 2021-11-23T11:10:26.400Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T11:10:26.400Z|167d6095-9f6e-4d98-ad5d-1f63040635cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41087fcb-5401-460d-9c94-082164ec8606 ASDC 2021-11-23T11:10:26.401Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:a01de8a5-a541-4346-89f8-9257d9e302e5 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:41087fcb-5401-460d-9c94-082164ec8606 ServiceInvariantUUID:60f989ac-f641-49bd-b1ad-64f7b337c85f 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:7fdd2912-ee55-4c41-bb2e-2d70306db32a ArtifactChecksum:NmRiMGM0MmFjOGViOThjNTQxOTM2ZjhhM2UzZDQ4MDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:19003c13-9ae6-41bf-96ff-f4219271d17a ResourceInvariantUUID:0c23cc9d-869e-40e7-8dd2-f35eaab0b605 ResourceName:basicclamp ResourceType:VF ResourceUUID:40bc7e78-df00-4603-b738-2cd38c2a7c25 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:4524cbc5-844f-48a5-ab15-6f87155451cd ArtifactChecksum:ZDAzM2RmNmI0ZWFlYzRlYjNhZGY5NzcwMjAzMzI1YTI= 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:e5492cc7-6b80-462e-ae66-e7b4662067a6 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:515e209f-8a15-4a6c-942d-0597562c8be2 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:515e209f-8a15-4a6c-942d-0597562c8be2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-23T11:10:26.401Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41087fcb-5401-460d-9c94-082164ec8606 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:10:26.440Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:10:26.440Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:10:26.440Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:10:26.440Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7fdd2912-ee55-4c41-bb2e-2d70306db32a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-23T11:10:26.441Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:10:26.441Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-23T11:10:26.798Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:10:26.801Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7fdd2912-ee55-4c41-bb2e-2d70306db32a 73644 2021-11-23T11:10:26.802Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-23T11:10:26.802Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-23T11:10:26.802Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:10:26.802Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:26.804Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:26.804Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665826801, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:10:26.904Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:26.904Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:26.905Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:26.916Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:26.916Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:10:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:10:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:10:27.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:27.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:10:27.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665767297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:10:27.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:10:27.804Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:10:27.805Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:10:27.805Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7fdd2912-ee55-4c41-bb2e-2d70306db32a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:27.806Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-23T11:10:27.806Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:27.806Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:27.986Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13195288387309700858/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-23T11:10:29.010Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T11:10:29.010Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:10:29.010Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.010Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-23T11:10:29.011Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:10:29.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:29.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:29.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:10:29.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:10:29.013Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.013Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:29.013Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:29.013Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:10:29.013Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:10:29.013Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.013Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-23T11:10:29.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T11:10:29.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:29.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:10:29.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:29.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:10:29.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:29.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:10:29.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-23T11:10:29.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-23T11:10:29.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f217f86-36e9-4cf8-b892-fca30c6e7fb0 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:29.017Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:29.018Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:29.018Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:41087fcb-5401-460d-9c94-082164ec8606 Model Version:NULL Model InvariantUuid:60f989ac-f641-49bd-b1ad-64f7b337c85f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:16679ecf-4f50-495f-bad3-28910abfe8e7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0c23cc9d-869e-40e7-8dd2-f35eaab0b605 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:19003c13-9ae6-41bf-96ff-f4219271d17a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4d88bcae-81c9-416a-9299-5b392ce0c45a ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:10948e67-b28c-4614-9524-d30d95640aaa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f217f86-36e9-4cf8-b892-fca30c6e7fb0 ModelInvariantUuid:da7c184d-fdda-4d4c-a361-c93c00a7c0d9 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:5739265e-ee88-4520-a0ec-53c1f2f8ea2a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:bfe08536-d48f-4601-b632-4af66426508c ModelInvariantUuid:9fd5cb18-0493-4a81-abc0-1a18f57a27ec ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:9f1601ea-964b-415f-b2fe-d0938476ec83 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T11:10:29.025Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 40bc7e78-df00-4603-b738-2cd38c2a7c25 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:10:29.029Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||basicclamp 0 2021-11-23T11:10:29.029Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40bc7e78-df00-4603-b738-2cd38c2a7c25 2021-11-23T11:10:29.029Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4524cbc5-844f-48a5-ab15-6f87155451cd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-23T11:10:29.029Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:10:29.029Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-23T11:10:29.081Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:10:29.081Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4524cbc5-844f-48a5-ab15-6f87155451cd 790 2021-11-23T11:10:29.081Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-23T11:10:29.081Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-23T11:10:29.081Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:10:29.082Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:29.083Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:29.083Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665829081, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:10:29.183Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:29.184Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:29.184Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:29.212Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:29.213Z||pool-119-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:30.084Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4d88bcae-81c9-416a-9299-5b392ce0c45a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "10948e67-b28c-4614-9524-d30d95640aaa", "vfModuleModelCustomizationUUID": "4f99631e-6240-4a65-8ab7-3cd98ed5415b", "isBase": true, "artifacts": [ "e5492cc7-6b80-462e-ae66-e7b4662067a6", "515e209f-8a15-4a6c-942d-0597562c8be2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T11:10:30.087Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:10948e67-b28c-4614-9524-d30d95640aaa VfModuleModelInvariantUUID:4d88bcae-81c9-416a-9299-5b392ce0c45a VfModuleModelDescription:NULL Artifacts UUID List:{ e5492cc7-6b80-462e-ae66-e7b4662067a6 , 515e209f-8a15-4a6c-942d-0597562c8be2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T11:10:30.089Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4d88bcae-81c9-416a-9299-5b392ce0c45a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "10948e67-b28c-4614-9524-d30d95640aaa", "vfModuleModelCustomizationUUID": "4f99631e-6240-4a65-8ab7-3cd98ed5415b", "isBase": true, "artifacts": [ "e5492cc7-6b80-462e-ae66-e7b4662067a6", "515e209f-8a15-4a6c-942d-0597562c8be2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-23T11:10:30.089Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:10948e67-b28c-4614-9524-d30d95640aaa VfModuleModelInvariantUUID:4d88bcae-81c9-416a-9299-5b392ce0c45a VfModuleModelDescription:NULL Artifacts UUID List:{ e5492cc7-6b80-462e-ae66-e7b4662067a6 , 515e209f-8a15-4a6c-942d-0597562c8be2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-23T11:10:30.089Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e5492cc7-6b80-462e-ae66-e7b4662067a6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-23T11:10:30.089Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:10:30.089Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-23T11:10:30.146Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:10:30.146Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e5492cc7-6b80-462e-ae66-e7b4662067a6 5033 2021-11-23T11:10:30.146Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-23T11:10:30.147Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-23T11:10:30.147Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:10:30.147Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:30.150Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:30.150Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665830146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:10:30.249Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-23T11:10:30.249Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:30.249Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:30.260Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:30.260Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:31.150Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 515e209f-8a15-4a6c-942d-0597562c8be2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-23T11:10:31.151Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:10:31.151Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-23T11:10:31.910Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:10:31.911Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 515e209f-8a15-4a6c-942d-0597562c8be2 909 2021-11-23T11:10:31.911Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-23T11:10:31.911Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-23T11:10:31.911Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:10:31.912Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:31.914Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:31.914Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665831911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:10:32.014Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:32.014Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:32.014Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:32.028Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:32.029Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:32.915Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 41087fcb-5401-460d-9c94-082164ec8606 2021-11-23T11:10:32.915Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 40bc7e78-df00-4603-b738-2cd38c2a7c25 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:10:32.926Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4accfee7, org.onap.sdc.toscaparser.api.parameters.Input@25bcbb3e, org.onap.sdc.toscaparser.api.parameters.Input@47002eab, org.onap.sdc.toscaparser.api.parameters.Input@7ab169d3, org.onap.sdc.toscaparser.api.parameters.Input@57278ba4] 2021-11-23T11:10:32.927Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.928Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.928Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-11-23T11:10:32.928Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 19003c13-9ae6-41bf-96ff-f4219271d17a 2021-11-23T11:10:32.928Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19003c13-9ae6-41bf-96ff-f4219271d17a matches Tosca VF Customization UUID: 19003c13-9ae6-41bf-96ff-f4219271d17a 2021-11-23T11:10:32.928Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 19003c13-9ae6-41bf-96ff-f4219271d17a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-23T11:10:32.930Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.930Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.930Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 19003c13-9ae6-41bf-96ff-f4219271d17a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-23T11:10:32.931Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20bfba1c 2021-11-23T11:10:32.931Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.931Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-23T11:10:32.931Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f99631e-6240-4a65-8ab7-3cd98ed5415b 2021-11-23T11:10:32.931Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f99631e-6240-4a65-8ab7-3cd98ed5415b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-23T11:10:32.933Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.933Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:32.933Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:10:32.933Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.933Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:32.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:10:32.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-23T11:10:32.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-23T11:10:32.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-23T11:10:32.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f217f86-36e9-4cf8-b892-fca30c6e7fb0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-23T11:10:32.936Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.936Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:32.936Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-23T11:10:32.936Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.937Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-23T11:10:32.937Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=19003c13-9ae6-41bf-96ff-f4219271d17a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:10:32.938Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.938Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.938Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 41087fcb-5401-460d-9c94-082164ec8606: basicclamp 2021-11-23T11:10:32.938Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:10:32.940Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:10:32.940Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:10:33.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 40bc7e78-df00-4603-b738-2cd38c2a7c25 1 ASDC deployResourceStructure 2021-11-23T11:10:33.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-23T11:10:33.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-23T11:10:33.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:10:33.012Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:33.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:33.014Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665833012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:10:33.114Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:33.115Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:33.115Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:33.133Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:33.133Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:34.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-23T11:10:34.015Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-23T11:10:34.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:10:34.016Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:34.018Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:34.018Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665834015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:10:34.118Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:34.118Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:34.118Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:34.135Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:34.137Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:35.022Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-23T11:10:35.023Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-23T11:10:35.023Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:10:35.023Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:35.025Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:35.025Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665835018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-23T11:10:35.125Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:35.125Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:35.125Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:35.136Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:35.137Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:36.026Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-23T11:10:36.026Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-23T11:10:36.026Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:10:36.026Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:10:36.028Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:10:36.028Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665836026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:10:36.128Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:10:36.129Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:10:36.129Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:10:36.140Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:10:36.140Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:10:37.029Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:10:37.043Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:10:37.046Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:10:37.046Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:10:37.047Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:11:07.047Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:11:07.057Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:11:07.059Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:11:07.059Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:11:07.059Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:11:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:11:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:11:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:11:27.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:11:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665769566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665770633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665772110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665773262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665774754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665775856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-23T11:11:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665776861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665777864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665778868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665779872, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665780876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "167d6095-9f6e-4d98-ad5d-1f63040635cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665812369, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T11:11:27.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-23T11:11:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665813385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665816538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665811364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665810319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "ves-openapi-manager", "timestamp": 1637665815420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665826682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665826686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665819083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665826801, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665826801, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665819280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:11:27.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:11:37.059Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:11:37.074Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:11:37.075Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:11:37.075Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:11:37.076Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:12:07.076Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:12:07.090Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:12:07.092Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:12:07.092Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:12:07.092Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:12:27.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:12:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:12:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:12:27.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:12:27.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665827731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "cds", "timestamp": 1637665827810, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:27.820Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a01de8a5-a541-4346-89f8-9257d9e302e5 2021-11-23T11:12:27.820Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01de8a5-a541-4346-89f8-9257d9e302e5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665828022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665828247, "artifactURL": "/sdc/v1/catalog/services/41087fcb-5401-460d-9c94-082164ec8606/resourceInstances/basicclamp0/artifacts/ff43f4b5-b883-4892-89ec-b47adee43533", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665828786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665829032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665829081, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665829541, "artifactURL": "/sdc/v1/catalog/services/41087fcb-5401-460d-9c94-082164ec8606/resourceInstances/basicclamp0/artifacts/ff43f4b5-b883-4892-89ec-b47adee43533", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665829805, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:27.836Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a01de8a5-a541-4346-89f8-9257d9e302e5 2021-11-23T11:12:27.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01de8a5-a541-4346-89f8-9257d9e302e5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:12:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "policy-id", "timestamp": 1637665830037, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:27.858Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a01de8a5-a541-4346-89f8-9257d9e302e5 2021-11-23T11:12:27.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01de8a5-a541-4346-89f8-9257d9e302e5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-23T11:12:27.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665830146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "dcae-sch", "timestamp": 1637665830547, "artifactURL": "/sdc/v1/catalog/services/41087fcb-5401-460d-9c94-082164ec8606/resourceInstances/basicclamp0/artifacts/ff43f4b5-b883-4892-89ec-b47adee43533", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:27.867Z||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 a01de8a5-a541-4346-89f8-9257d9e302e5 2021-11-23T11:12:27.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01de8a5-a541-4346-89f8-9257d9e302e5 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:12:27.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637665830811, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665831911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665833012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665826262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665834015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665835018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665835251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665836026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665837450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665837536, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "aai-ml", "timestamp": 1637665838454, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:27.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a01de8a5-a541-4346-89f8-9257d9e302e5 2021-11-23T11:12:27.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01de8a5-a541-4346-89f8-9257d9e302e5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:12:27.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637665838540, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:27.894Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a01de8a5-a541-4346-89f8-9257d9e302e5 2021-11-23T11:12:27.894Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01de8a5-a541-4346-89f8-9257d9e302e5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:12:27.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:12:27.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665832860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665849744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665850747, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665855824, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665856828, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-23T11:12:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:12:27.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:12:27.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "clamp", "timestamp": 1637665857838, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:27.915Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a01de8a5-a541-4346-89f8-9257d9e302e5 2021-11-23T11:12:27.915Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01de8a5-a541-4346-89f8-9257d9e302e5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:12:37.093Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:12:37.101Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:12:37.103Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:12:37.103Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:12:37.103Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T11:12:37.103Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:12:37.104Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:12:37.108Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T11:13:07.108Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a01de8a5-a541-4346-89f8-9257d9e302e5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T11:13:07.121Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a01de8a5-a541-4346-89f8-9257d9e302e5 and serviceModelVersionId: 41087fcb-5401-460d-9c94-082164ec8606 2021-11-23T11:13:07.121Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60f989ac-f641-49bd-b1ad-64f7b337c85f 2021-11-23T11:13:07.123Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0 2021-11-23T11:13:07.128Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T11:13:07.180Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0|INFO|500||Invoke 2021-11-23T11:13:07.181Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a01de8a5-a541-4346-89f8-9257d9e302e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39422736-e306-4abc-b5df-02f7a2923531], X-ECOMP-RequestID=[a01de8a5-a541-4346-89f8-9257d9e302e5], X-TransactionId=[], X-ONAP-RequestID=[a01de8a5-a541-4346-89f8-9257d9e302e5], Content-Type=[application/merge-patch+json]} 2021-11-23T11:13:07.206Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T11:13:07.436Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211123-11:13:07:212-41847], vertex-id=[499816], Content-Length=[0], Date=[Tue, 23 Nov 2021 11:13:07 GMT], Content-Type=[application/json]} 2021-11-23T11:13:07.436Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-23T11:13:07.437Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f989ac-f641-49bd-b1ad-64f7b337c85f/model-vers/model-ver/41087fcb-5401-460d-9c94-082164ec8606?depth=0|INFO|500||InvokeReturn 2021-11-23T11:13:07.439Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T11:13:07.439Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:13:07.443Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T11:13:07.443Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a01de8a5-a541-4346-89f8-9257d9e302e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T11:13:07.444Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T11:13:07.444Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:13:07.446Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:13:07.446Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665987444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:13:07.546Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:13:07.548Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:13:07.548Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:13:07.565Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:13:07.565Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:13:08.468Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:13:08.468Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:13:08.468Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:13:19.158Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:13:19.159Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:13:19.159Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:13:19.159Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:13:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:13:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:13:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:13:27.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:13:27.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:13:27.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01de8a5-a541-4346-89f8-9257d9e302e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637665987444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:13:27.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:13:28.700Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:13:28.701Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:13:28.701Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:13:28.701Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:13:38.248Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:13:38.249Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:13:38.250Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:13:38.250Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:13:47.802Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:13:47.802Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:13:47.803Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:13:47.803Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:13:57.358Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:13:57.359Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:13:57.360Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:13:57.360Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:14:06.897Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:14:06.898Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:14:06.898Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:14:06.898Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:14:16.445Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:14:27.281Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:14:27.282Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:14:27.282Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:14:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:14:27.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:14:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:14:36.843Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:14:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:15:27.281Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:15:27.282Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:15:27.282Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:15:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:15:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:15:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:15:36.849Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:15:36.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:27.281Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:16:27.283Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:16:27.283Z|a01de8a5-a541-4346-89f8-9257d9e302e5|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:16:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:16:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:16:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:16:27.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:27.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "dcae-sch", "timestamp": 1637666159083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666162860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:16:27.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666159280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:16:27.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666177756, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:16:27.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666178762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666170319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "policy-id", "timestamp": 1637666179765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:16:27.732Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f918268f-ad3c-4769-b940-da613e988d02 2021-11-23T11:16:27.732Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f918268f-ad3c-4769-b940-da613e988d02 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:16:27.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666171363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:16:27.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666180301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:16:27.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666181203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:16:27.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-23T11:16:27.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666182801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "cds", "timestamp": 1637666183624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:16:27.751Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f918268f-ad3c-4769-b940-da613e988d02 2021-11-23T11:16:27.751Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f918268f-ad3c-4769-b940-da613e988d02 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:16:27.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666175421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666184805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "multicloud-k8s-id", "timestamp": 1637666176538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666185381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "clamp", "timestamp": 1637666185807, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:16:27.765Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f918268f-ad3c-4769-b940-da613e988d02 2021-11-23T11:16:27.766Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f918268f-ad3c-4769-b940-da613e988d02 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:16:27.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666186075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:16:27.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666186547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:16:27.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:16:27.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:27.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:16:27.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "aai-ml", "timestamp": 1637666187080, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:16:27.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f918268f-ad3c-4769-b940-da613e988d02 2021-11-23T11:16:27.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f918268f-ad3c-4769-b940-da613e988d02 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:16:27.911Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:27.911Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-23T11:16:27.911Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f918268f-ad3c-4769-b940-da613e988d02","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"737abdbb-5737-47a6-ae09-b63678770f1b","serviceDescription":"service","serviceInvariantUUID":"d02c3e9a-72b6-47a2-befc-483ba8e732f8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ba7c642a-19b0-4618-ad0e-a96c1a75e273","resourceInvariantUUID":"237f4cfb-b0ad-4e52-8acb-c0c8cb6fe97c","resourceCustomizationUUID":"526b8dda-51b2-44b6-b2be-cc5e966734b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTk0YjY5ZWY1M2NkMGVlMzhmMTkyNmQwZjQwODFkZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b32449ac-a7d7-4ba5-b518-5ae71280a0c1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da90199c-2c58-4843-9401-8c2774af755f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7823047e-8df2-4d9d-803b-769bac5d4ce9","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MjAwOTY3MGQ5MWZmMjliMDg2ZDY2ZmNmZGQyYjJkMTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9ca57439-ea7d-4c79-b845-8885b22c4a00","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12607b67-d843-4bfe-9546-f9561c5a4dd3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b966c36-5201-4419-8929-acb957408178","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35b4da5b-796b-449d-aea7-dab53d54998b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODExYjZlZGQ3OWFjYzc0Mjk3ZWI5NWMyODU5ZjNlM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cac7da83-aa80-42c6-862b-5b705e3e9118","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2M0ZDUxM2ZhYmYzYTQ5MGNlYjUyZmJmYmJmOGYwNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc4d7e31-ca9c-4de9-90bb-3f1dcc38ad62","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T11:16:27.914Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:27.914Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:27.917Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:27.918Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:28.017Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:16:28.018Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:28.018Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:28.027Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:28.028Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:28.918Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:28.919Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:28.921Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:28.921Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:29.022Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-23T11:16:29.023Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:29.023Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:29.033Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:29.033Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:29.922Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:29.922Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:29.924Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:29.925Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:30.025Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:16:30.026Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:30.026Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:30.039Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:30.040Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:30.927Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:30.928Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:30.930Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:30.930Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:31.030Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:16:31.031Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:31.031Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:31.041Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:31.041Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:31.931Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:31.932Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:31.933Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:31.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:32.034Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:16:32.034Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:32.035Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:32.045Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:32.045Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:32.934Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:32.935Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:32.936Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:32.936Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:33.037Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:16:33.037Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:33.037Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:33.053Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:33.053Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:33.937Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:33.937Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:33.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:33.939Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:34.039Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:16:34.040Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:34.040Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:34.050Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:34.050Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:34.940Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:34.940Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:34.942Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:34.942Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:16:35.042Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:16:35.043Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:35.043Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:35.053Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:35.053Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:35.943Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:16:35.943Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:35.945Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:35.945Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:16:36.045Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:16:36.046Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:36.046Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:36.057Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:36.058Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:36.946Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "737abdbb-5737-47a6-ae09-b63678770f1b", "serviceDescription": "service", "serviceInvariantUUID": "d02c3e9a-72b6-47a2-befc-483ba8e732f8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "526b8dda-51b2-44b6-b2be-cc5e966734b1", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ba7c642a-19b0-4618-ad0e-a96c1a75e273", "resourceInvariantUUID": "237f4cfb-b0ad-4e52-8acb-c0c8cb6fe97c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "Y2M0ZDUxM2ZhYmYzYTQ5MGNlYjUyZmJmYmJmOGYwNjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bc4d7e31-ca9c-4de9-90bb-3f1dcc38ad62" } ], "workloadContext": "Production" } 2021-11-23T11:16:36.946Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T11:16:36.946Z|a01de8a5-a541-4346-89f8-9257d9e302e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 737abdbb-5737-47a6-ae09-b63678770f1b ASDC 2021-11-23T11:16:36.947Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f918268f-ad3c-4769-b940-da613e988d02 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:737abdbb-5737-47a6-ae09-b63678770f1b ServiceInvariantUUID:d02c3e9a-72b6-47a2-befc-483ba8e732f8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:bc4d7e31-ca9c-4de9-90bb-3f1dcc38ad62 ArtifactChecksum:Y2M0ZDUxM2ZhYmYzYTQ5MGNlYjUyZmJmYmJmOGYwNjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:526b8dda-51b2-44b6-b2be-cc5e966734b1 ResourceInvariantUUID:237f4cfb-b0ad-4e52-8acb-c0c8cb6fe97c ResourceName:test-pnf ResourceType:PNF ResourceUUID:ba7c642a-19b0-4618-ad0e-a96c1a75e273 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-23T11:16:36.947Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 737abdbb-5737-47a6-ae09-b63678770f1b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:16:36.974Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:16:36.974Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:16:36.975Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:16:36.975Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bc4d7e31-ca9c-4de9-90bb-3f1dcc38ad62 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-23T11:16:36.975Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:16:36.975Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-23T11:16:37.254Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:16:37.259Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bc4d7e31-ca9c-4de9-90bb-3f1dcc38ad62 105635 2021-11-23T11:16:37.259Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-23T11:16:37.260Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-23T11:16:37.260Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:16:37.260Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:37.261Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:37.262Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666197259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:16:37.362Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:16:37.362Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:37.362Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:37.372Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:37.373Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:38.262Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:16:38.263Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:16:38.264Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bc4d7e31-ca9c-4de9-90bb-3f1dcc38ad62, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:38.264Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-23T11:16:38.264Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:38.265Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:38.435Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2826160645196484032/Definitions/service-TestPnfMacro-template.yml 2021-11-23T11:16:39.119Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T11:16:39.120Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:16:39.120Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.120Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.121Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.122Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-23T11:16:39.122Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:16:39.122Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:16:39.122Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.122Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.122Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-23T11:16:39.122Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.123Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.124Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.124Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.124Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:737abdbb-5737-47a6-ae09-b63678770f1b Model Version:NULL Model InvariantUuid:d02c3e9a-72b6-47a2-befc-483ba8e732f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T11:16:39.130Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: ba7c642a-19b0-4618-ad0e-a96c1a75e273 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:16:39.134Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||test-pnf 0 2021-11-23T11:16:39.134Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ba7c642a-19b0-4618-ad0e-a96c1a75e273 2021-11-23T11:16:39.135Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 737abdbb-5737-47a6-ae09-b63678770f1b 2021-11-23T11:16:39.135Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 737abdbb-5737-47a6-ae09-b63678770f1b 2021-11-23T11:16:39.135Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ba7c642a-19b0-4618-ad0e-a96c1a75e273 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:16:39.139Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1826c700, org.onap.sdc.toscaparser.api.parameters.Input@4d08847e, org.onap.sdc.toscaparser.api.parameters.Input@343fe6bf, org.onap.sdc.toscaparser.api.parameters.Input@78ece7eb, org.onap.sdc.toscaparser.api.parameters.Input@56dc2131] 2021-11-23T11:16:39.139Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.140Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.140Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 737abdbb-5737-47a6-ae09-b63678770f1b: test-pnf 2021-11-23T11:16:39.140Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||Processing PNF resource: ba7c642a-19b0-4618-ad0e-a96c1a75e273 2021-11-23T11:16:39.140Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:16:39.141Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:16:39.141Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||Resource customization UUID: 526b8dda-51b2-44b6-b2be-cc5e966734b1 is the same as notified resource customizationUUID: 526b8dda-51b2-44b6-b2be-cc5e966734b1 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-23T11:16:39.183Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ba7c642a-19b0-4618-ad0e-a96c1a75e273 0 ASDC deployResourceStructure 2021-11-23T11:16:39.184Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-23T11:16:39.184Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-23T11:16:39.184Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:16:39.184Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:16:39.186Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:16:39.186Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666199184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:16:39.287Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:16:39.287Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:16:39.287Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:16:39.297Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:16:39.297Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:16:40.190Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:16:40.201Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:16:40.203Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:16:40.203Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:16:40.203Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:16:40.203Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:17:10.219Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:17:10.246Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:17:10.249Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:17:10.251Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:17:10.251Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:17:10.252Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:17:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:17:27.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:17:27.289Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:17:27.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:17:27.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:17:27.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "ves-openapi-manager", "timestamp": 1637666187553, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:17:27.322Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f918268f-ad3c-4769-b940-da613e988d02 2021-11-23T11:17:27.322Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f918268f-ad3c-4769-b940-da613e988d02 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:17:40.252Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:17:40.267Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:17:40.269Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:17:40.270Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:17:40.270Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:17:40.270Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:18:10.270Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:18:10.286Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:18:10.289Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:18:10.289Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:18:10.289Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:18:10.289Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:18:27.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:18:27.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:18:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:18:27.319Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:18:27.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:18:27.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:18:27.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:18:40.290Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:18:40.309Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:18:40.311Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:18:40.311Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:18:40.312Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:18:40.312Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:19:10.312Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:19:10.322Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:19:10.328Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:19:10.329Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:19:10.329Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-23T11:19:10.329Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-23T11:19:27.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:19:27.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:19:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:19:27.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:19:27.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666186263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666187281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666196364, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666197259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666198233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:19:27.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:19:27.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666199184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:19:27.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:19:27.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:19:27.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666199236, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:19:27.326Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f918268f-ad3c-4769-b940-da613e988d02 2021-11-23T11:19:27.327Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f918268f-ad3c-4769-b940-da613e988d02 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:19:40.329Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:19:40.342Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:19:40.348Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:19:40.349Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:19:40.349Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:19:40.354Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T11:20:10.355Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f918268f-ad3c-4769-b940-da613e988d02 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T11:20:10.362Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f918268f-ad3c-4769-b940-da613e988d02 and serviceModelVersionId: 737abdbb-5737-47a6-ae09-b63678770f1b 2021-11-23T11:20:10.362Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d02c3e9a-72b6-47a2-befc-483ba8e732f8 2021-11-23T11:20:10.363Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d02c3e9a-72b6-47a2-befc-483ba8e732f8/model-vers/model-ver/737abdbb-5737-47a6-ae09-b63678770f1b?depth=0 2021-11-23T11:20:10.369Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T11:20:10.441Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02c3e9a-72b6-47a2-befc-483ba8e732f8/model-vers/model-ver/737abdbb-5737-47a6-ae09-b63678770f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-23T11:20:10.442Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02c3e9a-72b6-47a2-befc-483ba8e732f8/model-vers/model-ver/737abdbb-5737-47a6-ae09-b63678770f1b?depth=0|INFO|500||Invoke 2021-11-23T11:20:10.479Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02c3e9a-72b6-47a2-befc-483ba8e732f8/model-vers/model-ver/737abdbb-5737-47a6-ae09-b63678770f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T11:20:10.809Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02c3e9a-72b6-47a2-befc-483ba8e732f8/model-vers/model-ver/737abdbb-5737-47a6-ae09-b63678770f1b?depth=0|INFO|500||InvokeReturn 2021-11-23T11:20:10.809Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d02c3e9a-72b6-47a2-befc-483ba8e732f8/model-vers/model-ver/737abdbb-5737-47a6-ae09-b63678770f1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211123-11:20:10:498-52786], vertex-id=[336040], Content-Length=[0], Date=[Tue, 23 Nov 2021 11:20:10 GMT], Content-Type=[application/json]} 2021-11-23T11:20:10.810Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-11-23T11:20:10.810Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T11:20:10.810Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:20:10.816Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T11:20:10.817Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f918268f-ad3c-4769-b940-da613e988d02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T11:20:10.817Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T11:20:10.818Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:10.820Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:10.820Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666410817, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:20:10.920Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:20:10.921Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:10.921Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:10.937Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:10.938Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:20:11.838Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:20:11.838Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:20:11.839Z|f918268f-ad3c-4769-b940-da613e988d02|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:20:16.346Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:16.347Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-23T11:20:16.347Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c81af652-35c2-486c-886b-8e9b40fbde7c","serviceName":"Demo_pNF_2EJGqepJGsfLVycXbJx2","serviceVersion":"1.0","serviceUUID":"922d0257-9dab-44f2-8b7a-517993c3a96d","serviceDescription":"catalog service description","serviceInvariantUUID":"df9f83ee-2d15-4ab0-9e94-3eb0ce46428a","resources":[{"resourceInstanceName":"pNF 100d31df-bad7 0","resourceName":"pNF 100d31df-bad7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab","resourceInvariantUUID":"3e411c08-f10d-4d60-9962-94aeeea3f134","resourceCustomizationUUID":"2b9ddcb0-3a8a-41f7-8da6-de837d50aea9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml","artifactChecksum":"ZTAzZGZmMzEyYzk5M2VlNGNiMzBmZDhiYzNhMzU2OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b041e0f8-490e-475a-873e-12f262a310d2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar","artifactChecksum":"NWZjNWViZTg4MzJjMTA4NzA5OThmZmRiODZmMDI2NWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a943f131-1608-494a-aae6-e2e40546f755","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0011da98-c072-47e2-860b-f21a2db76bd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml","artifactChecksum":"MDU3ODllZDlhNjQ4NmFhYjYyOTZhMTQxYzUyMGQxMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fc35a82-82d6-4b7a-bf59-5f2b41e360ef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67e186bf-d96b-412a-8886-e929b4a7defa","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"189e1cb0-9912-44f3-aa4b-2c605c704c1b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml","artifactChecksum":"NGU4N2U1YzQ3MWM3NmM4YmU1MDRhZGQ2ZDU2OGRmZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c89fa5a-e8be-4e41-8ce2-bd2224627f8a","artifactVersion":"1"},{"artifactName":"service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar","artifactChecksum":"NWU5MWM4MzI2NzYzMGRmNzgxYjdiYjJlOTQ5ZmY2NWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcd797a2-d73e-4234-92c7-20b5e0e3fdff","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-23T11:20:16.349Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:16.350Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:16.351Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:16.351Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:16.451Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:20:16.452Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:16.452Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:16.464Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:16.464Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:20:17.352Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:17.353Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:17.354Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:17.354Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:17.454Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:20:17.455Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:17.455Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:17.467Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:17.467Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:20:18.355Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:18.356Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:18.357Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:18.357Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:18.458Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:20:18.458Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:18.459Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:18.477Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:18.478Z||pool-141-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:20:19.358Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:19.359Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:19.360Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:19.361Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:19.461Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:20:19.461Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:19.462Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:19.471Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:19.472Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:20:20.361Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:20.362Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:20.363Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:20.364Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:20.463Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:20:20.466Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:20.466Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:20.482Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:20.482Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:20:21.364Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:21.365Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:21.366Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:21.367Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:21.467Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:20:21.467Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:21.467Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:21.479Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:21.479Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:20:22.369Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:22.372Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:22.376Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:22.376Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:22.476Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:20:22.477Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:22.477Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:22.502Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:22.503Z||pool-145-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:20:23.377Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-23T11:20:23.378Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:23.380Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:23.380Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:20:23.480Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:20:23.481Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:23.481Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:23.493Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:23.493Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-23T11:20:24.381Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "serviceName": "Demo_pNF_2EJGqepJGsfLVycXbJx2", "serviceVersion": "1.0", "serviceUUID": "922d0257-9dab-44f2-8b7a-517993c3a96d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "df9f83ee-2d15-4ab0-9e94-3eb0ce46428a", "resources": [ { "resourceInstanceName": "pNF 100d31df-bad7 0", "resourceCustomizationUUID": "2b9ddcb0-3a8a-41f7-8da6-de837d50aea9", "resourceName": "pNF 100d31df-bad7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab", "resourceInvariantUUID": "3e411c08-f10d-4d60-9962-94aeeea3f134", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "artifactChecksum": "NWU5MWM4MzI2NzYzMGRmNzgxYjdiYjJlOTQ5ZmY2NWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcd797a2-d73e-4234-92c7-20b5e0e3fdff" } ], "workloadContext": "Production" } 2021-11-23T11:20:24.383Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-23T11:20:24.383Z|f918268f-ad3c-4769-b940-da613e988d02|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 922d0257-9dab-44f2-8b7a-517993c3a96d ASDC 2021-11-23T11:20:24.384Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c81af652-35c2-486c-886b-8e9b40fbde7c ServiceName:Demo_pNF_2EJGqepJGsfLVycXbJx2 ServiceVersion:1.0 ServiceUUID:922d0257-9dab-44f2-8b7a-517993c3a96d ServiceInvariantUUID:df9f83ee-2d15-4ab0-9e94-3eb0ce46428a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar ArtifactUUID:bcd797a2-d73e-4234-92c7-20b5e0e3fdff ArtifactChecksum:NWU5MWM4MzI2NzYzMGRmNzgxYjdiYjJlOTQ5ZmY2NWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 100d31df-bad7 0 ResourceCustomizationUUID:2b9ddcb0-3a8a-41f7-8da6-de837d50aea9 ResourceInvariantUUID:3e411c08-f10d-4d60-9962-94aeeea3f134 ResourceName:pNF 100d31df-bad7 ResourceType:PNF ResourceUUID:e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-23T11:20:24.385Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 922d0257-9dab-44f2-8b7a-517993c3a96d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:20:24.415Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:20:24.415Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:20:24.415Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:20:24.416Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bcd797a2-d73e-4234-92c7-20b5e0e3fdff from URL: /sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:24.416Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-11-23T11:20:24.416Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:24.573Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-11-23T11:20:24.577Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar bcd797a2-d73e-4234-92c7-20b5e0e3fdff 82621 2021-11-23T11:20:24.577Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar ASDC sendASDCNotification 2021-11-23T11:20:24.577Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:24.577Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-23T11:20:24.577Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:24.579Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:24.579Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666424577, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:20:24.679Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-23T11:20:24.680Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:24.680Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:24.690Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:24.690Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:20:25.580Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-23T11:20:25.581Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-11-23T11:20:25.582Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bcd797a2-d73e-4234-92c7-20b5e0e3fdff, URL: /sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar to file: /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:25.582Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:25.582Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:25.583Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:25.692Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9593276852954263518/Definitions/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml 2021-11-23T11:20:26.427Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-23T11:20:26.428Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:20:26.428Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.428Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-23T11:20:26.429Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||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-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.429Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.429Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||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-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.429Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.429Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.429Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 100d31df-bad7 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-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.429Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.430Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-11-23T11:20:26.430Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.430Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.430Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Node template pNF 100d31df-bad7 0 is matching search criteria 2021-11-23T11:20:26.430Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:20:26.431Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 100d31df-bad7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:20:26.431Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.431Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.431Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Node template pNF 100d31df-bad7 0 is matching search criteria 2021-11-23T11:20:26.431Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-11-23T11:20:26.431Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 100d31df-bad7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-23T11:20:26.432Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.432Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.432Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.432Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.432Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.432Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.433Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.433Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.433Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.433Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.433Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_2EJGqepJGsfLVycXbJx2 Description:catalog service description Model UUID:922d0257-9dab-44f2-8b7a-517993c3a96d Model Version:NULL Model InvariantUuid:df9f83ee-2d15-4ab0-9e94-3eb0ce46428a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-23T11:20:26.440Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:20:26.443Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||pNF 100d31df-bad7 0 2021-11-23T11:20:26.443Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab 2021-11-23T11:20:26.443Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 922d0257-9dab-44f2-8b7a-517993c3a96d 2021-11-23T11:20:26.443Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 922d0257-9dab-44f2-8b7a-517993c3a96d 2021-11-23T11:20:26.443Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 100d31df-bad7 0 e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:20:26.447Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71789670, org.onap.sdc.toscaparser.api.parameters.Input@3b792128, org.onap.sdc.toscaparser.api.parameters.Input@1d71bacf, org.onap.sdc.toscaparser.api.parameters.Input@14add489, org.onap.sdc.toscaparser.api.parameters.Input@21d31b7a] 2021-11-23T11:20:26.447Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.448Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.448Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 922d0257-9dab-44f2-8b7a-517993c3a96d: pNF 100d31df-bad7 2021-11-23T11:20:26.448Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||Processing PNF resource: e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab 2021-11-23T11:20:26.448Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-23T11:20:26.448Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2EJGqepJGsfLVycXbJx2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-23T11:20:26.449Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||Resource customization UUID: 2b9ddcb0-3a8a-41f7-8da6-de837d50aea9 is the same as notified resource customizationUUID: 2b9ddcb0-3a8a-41f7-8da6-de837d50aea9 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-23T11:20:26.478Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 100d31df-bad7 e8bf86e2-f3f7-4d49-9a87-0cc7fcac89ab 0 ASDC deployResourceStructure 2021-11-23T11:20:26.479Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar ASDC sendASDCNotification 2021-11-23T11:20:26.479Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar 2021-11-23T11:20:26.479Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-23T11:20:26.479Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:26.481Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:26.481Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666426479, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:20:26.581Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:20:26.582Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:26.582Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:26.593Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:26.593Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-23T11:20:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:20:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:20:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:20:27.333Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:27.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666246365, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666246263, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666260250, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666260248, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666252861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-23T11:20:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "cds", "timestamp": 1637666261281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.357Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c81af652-35c2-486c-886b-8e9b40fbde7c 2021-11-23T11:20:27.357Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81af652-35c2-486c-886b-8e9b40fbde7c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:20:27.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666262095, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:20:27.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637666263099, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.374Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c81af652-35c2-486c-886b-8e9b40fbde7c 2021-11-23T11:20:27.374Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81af652-35c2-486c-886b-8e9b40fbde7c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:20:27.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666255420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666264194, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-23T11:20:27.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "multicloud-k8s-id", "timestamp": 1637666256538, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:20:27.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666265228, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-23T11:20:27.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "ves-openapi-manager", "timestamp": 1637666266232, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c81af652-35c2-486c-886b-8e9b40fbde7c 2021-11-23T11:20:27.393Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81af652-35c2-486c-886b-8e9b40fbde7c and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:20:27.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "dcae-sch", "timestamp": 1637666259083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666259280, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:20:27.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:20:27.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666260318, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:20:27.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-23T11:20:27.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666268020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:20:27.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666269024, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:20:27.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666269055, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:20:27.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "policy-id", "timestamp": 1637666270026, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.409Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c81af652-35c2-486c-886b-8e9b40fbde7c 2021-11-23T11:20:27.409Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81af652-35c2-486c-886b-8e9b40fbde7c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:20:27.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666270810, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:20:27.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666273812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:20:27.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "clamp", "timestamp": 1637666274819, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.421Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c81af652-35c2-486c-886b-8e9b40fbde7c 2021-11-23T11:20:27.421Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81af652-35c2-486c-886b-8e9b40fbde7c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:20:27.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666275553, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:20:27.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:20:27.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-23T11:20:27.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "aai-ml", "timestamp": 1637666276557, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.433Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c81af652-35c2-486c-886b-8e9b40fbde7c 2021-11-23T11:20:27.433Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81af652-35c2-486c-886b-8e9b40fbde7c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-23T11:20:27.481Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81af652-35c2-486c-886b-8e9b40fbde7c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.491Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81af652-35c2-486c-886b-8e9b40fbde7c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.493Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-23T11:20:27.493Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-23T11:20:27.494Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-23T11:20:27.499Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-23T11:20:57.499Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c81af652-35c2-486c-886b-8e9b40fbde7c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-23T11:20:57.505Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c81af652-35c2-486c-886b-8e9b40fbde7c and serviceModelVersionId: 922d0257-9dab-44f2-8b7a-517993c3a96d 2021-11-23T11:20:57.505Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df9f83ee-2d15-4ab0-9e94-3eb0ce46428a 2021-11-23T11:20:57.506Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0 2021-11-23T11:20:57.509Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-11-23T11:20:57.542Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0|INFO|500||Invoke 2021-11-23T11:20:57.543Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c81af652-35c2-486c-886b-8e9b40fbde7c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9836a4f3-cd6e-4060-9ec4-ae45f73233d4], X-ECOMP-RequestID=[c81af652-35c2-486c-886b-8e9b40fbde7c], X-TransactionId=[], X-ONAP-RequestID=[c81af652-35c2-486c-886b-8e9b40fbde7c], Content-Type=[application/merge-patch+json]} 2021-11-23T11:20:57.560Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-23T11:20:58.027Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211123-11:20:57:567-63505], vertex-id=[229456], Content-Length=[0], Date=[Tue, 23 Nov 2021 11:20:57 GMT], Content-Type=[application/json]} 2021-11-23T11:20:58.028Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-23T11:20:58.028Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df9f83ee-2d15-4ab0-9e94-3eb0ce46428a/model-vers/model-ver/922d0257-9dab-44f2-8b7a-517993c3a96d?depth=0|INFO|500||InvokeReturn 2021-11-23T11:20:58.028Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-23T11:20:58.028Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-23T11:20:58.032Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T11:20:58.033Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c81af652-35c2-486c-886b-8e9b40fbde7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-23T11:20:58.033Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-23T11:20:58.033Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-11-23T11:20:58.034Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-23T11:20:58.035Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666458033, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:20:58.135Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-23T11:20:58.135Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-23T11:20:58.135Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ... 2021-11-23T11:20:58.149Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:20:58.150Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-23T11:20:59.047Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:20:59.047Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:20:59.048Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:21:08.591Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:21:08.592Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:21:08.594Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:21:08.594Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:21:18.150Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:21:18.151Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:21:18.151Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:21:18.151Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:21:27.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:21:27.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:21:27.289Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:21:27.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:21:27.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f918268f-ad3c-4769-b940-da613e988d02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666410817, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:21:27.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:21:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:21:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-23T11:21:27.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-23T11:21:27.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-23T11:21:27.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:21:27.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/resourceInstances/pnf100d31dfbad70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-23T11:21:27.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-template.yml", "status": "NOT_NOTIFIED" } 2021-11-23T11:21:27.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666411838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "NOTIFIED" } 2021-11-23T11:21:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-23T11:21:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666424577, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-23T11:21:27.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:21:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-23T11:21:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666426479, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ejgqepjgsflvycxbjx2/1.0/artifacts/service-DemoPnf2ejgqepjgsflvycxbjx2-csar.csar", "status": "DEPLOY_OK" } 2021-11-23T11:21:27.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:21:27.696Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:21:27.697Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:21:27.697Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:21:27.697Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:21:37.302Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:22:27.281Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:22:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:22:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:22:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:22:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:22:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:22:27.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:22:27.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-23T11:22:27.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81af652-35c2-486c-886b-8e9b40fbde7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637666458033, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-23T11:22:27.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-23T11:22:36.848Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:23:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:23:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:23:27.284Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:23:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:23:27.284Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:23:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:23:36.891Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:23:36.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:24:27.281Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:24:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:24:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:24:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:24:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:24:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:24:36.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:24:36.852Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:25:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:25:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:25:27.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:25:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:25:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:25:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:25:36.864Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:25:36.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:26:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:26:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:26:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:26:27.285Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:26:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:26:27.285Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:26:36.841Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:26:36.853Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:27:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:27:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:27:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:27:27.285Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:27:27.286Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:27:27.286Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:27:36.839Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:27:36.852Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:28:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:28:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:28:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:28:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:28:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:28:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:28:36.857Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:28:36.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:29:27.282Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:29:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:29:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:29:27.284Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:29:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:29:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:29:36.839Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:29:36.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:30:27.281Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:30:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:30:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:30:27.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:30:27.285Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:30:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:30:36.846Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:30:36.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:31:27.282Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:31:27.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:31:27.288Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:31:27.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:31:27.288Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:31:27.288Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:31:36.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:31:36.859Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:32:27.282Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:32:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:32:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:32:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:32:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:32:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:32:36.855Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:32:36.855Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:33:27.281Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:33:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:33:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:33:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:33:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:33:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:33:36.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:33:36.859Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:34:27.281Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:34:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:34:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:34:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:34:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:34:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:34:36.883Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:34:36.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:35:27.281Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:35:27.282Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:35:27.282Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:35:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:35:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:35:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:35:36.849Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:35:36.859Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:36:27.282Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:36:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:36:27.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:36:27.285Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:36:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:36:27.285Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:36:36.844Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:36:36.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:37:27.281Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:37:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:37:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:37:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:37:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:37:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:37:36.848Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:37:36.854Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:38:27.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:38:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:38:27.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:38:27.287Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:38:27.288Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:38:27.288Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:38:36.852Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:38:36.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:39:27.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:39:27.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:39:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:39:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:39:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:39:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:39:36.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:39:36.847Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:40:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:40:27.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:40:27.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:40:27.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:40:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:40:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:40:36.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:40:36.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:41:27.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:41:27.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:41:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:41:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:41:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:41:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:41:36.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:41:36.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:42:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:42:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:42:27.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:42:27.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:42:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:42:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:42:36.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:42:36.852Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:43:27.281Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:43:27.282Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:43:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:43:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:43:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:43:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:43:36.844Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:43:36.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:44:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:44:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:44:27.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:44:27.288Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T11:44:27.288Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:44:27.288Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:44:36.860Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:44:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:45:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:45:27.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:45:27.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T11:45:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:45:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:45:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:45:36.846Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:45:36.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:46:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:46:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:46:27.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:46:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:46:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:46:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:46:36.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:46:36.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:47:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:47:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:47:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:47:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:47:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:47:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:47:36.825Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:47:36.853Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:48:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:48:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:48:27.286Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:48:27.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:48:27.286Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:48:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:48:36.856Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:48:36.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:49:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:49:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:49:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:49:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:49:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:49:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:49:36.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:49:36.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:50:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:50:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:50:27.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:50:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:50:27.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:50:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:50:36.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:50:36.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:51:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:51:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:51:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:51:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:51:27.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:51:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:51:36.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:51:36.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:52:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:52:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:52:27.285Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:52:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:52:27.285Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:52:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:52:36.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:52:36.851Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:53:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:53:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:53:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:53:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:53:27.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:53:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:53:36.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:53:36.850Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:54:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:54:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:54:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:54:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:54:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:54:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:54:36.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:54:36.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:55:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:55:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:55:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:55:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:55:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:55:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:55:36.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:55:36.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:56:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:56:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:56:27.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:56:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:56:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:56:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:56:36.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:56:36.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:57:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:57:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:57:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:57:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:57:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:57:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:57:36.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:57:36.839Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:58:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:58:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:58:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:58:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:58:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:58:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:58:36.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:58:36.851Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:59:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:59:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:59:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T11:59:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T11:59:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T11:59:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T11:59:36.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T11:59:36.851Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:00:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:00:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:00:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:00:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:00:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:00:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:00:36.862Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:00:36.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:01:27.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:01:27.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:01:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:01:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:01:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:01:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:01:36.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:01:36.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:02:27.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:02:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:02:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:02:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:02:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:02:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:02:36.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:02:36.848Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:03:27.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:03:27.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:03:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:03:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:03:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:03:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:03:36.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:03:36.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:04:27.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:04:27.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:04:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:04:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:04:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:04:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:04:36.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:04:36.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:05:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:05:27.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:05:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:05:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:05:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:05:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:05:36.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:05:36.845Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:06:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:06:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:06:27.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:06:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:06:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:06:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:06:36.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:06:36.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:07:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:07:27.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:07:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:07:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:07:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:07:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:07:36.851Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:07:36.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:08:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:08:27.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:08:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:08:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:08:27.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:08:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:08:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:08:36.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:09:27.284Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:09:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:09:27.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:09:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:09:27.287Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:09:27.290Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:09:36.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:09:36.846Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:10:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:10:27.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:10:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:10:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:10:27.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:10:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:10:36.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:10:36.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:11:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:11:27.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:11:27.285Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:11:27.285Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:11:27.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:11:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:11:36.848Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:11:36.849Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:12:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:12:27.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:12:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:12:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:12:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:12:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:12:36.847Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:12:36.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:13:27.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:13:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:13:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:13:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:13:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:13:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:13:36.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:13:36.843Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:14:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:14:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:14:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:14:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:14:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:14:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:14:36.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:14:36.849Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:15:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:15:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:15:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:15:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:15:27.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:15:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:15:36.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:15:36.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:16:27.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:16:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:16:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:16:27.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:16:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:16:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:16:36.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:16:36.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:17:27.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:17:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:17:27.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:17:27.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:17:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:17:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:17:36.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:17:36.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:18:27.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:18:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:18:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:18:27.284Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:18:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:18:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:18:36.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:18:36.868Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:19:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:19:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:19:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:19:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:19:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:19:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:19:36.843Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:19:36.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:20:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:20:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:20:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:20:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:20:27.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:20:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:20:36.855Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:20:36.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:21:27.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:21:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:21:27.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:21:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:21:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:21:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:21:36.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:21:36.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:22:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:22:27.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:22:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:22:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:22:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:22:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:22:36.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:22:36.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:23:27.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:23:27.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:23:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:23:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:23:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:23:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:23:36.861Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:23:36.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:24:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:24:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:24:27.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:24:27.290Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:24:27.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:24:27.290Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:24:36.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:24:36.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:25:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:25:27.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:25:27.282Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:25:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:25:27.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:25:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:25:36.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:25:36.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:26:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:26:27.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:26:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:26:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:26:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:26:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:26:36.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:26:36.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:27:27.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:27:27.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:27:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:27:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:27:27.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:27:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:27:36.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:27:36.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:28:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:28:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:28:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:28:27.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:28:27.284Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:28:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:28:36.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:28:36.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:29:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:29:27.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:29:27.283Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:29:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:29:27.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:29:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:29:36.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:29:36.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:30:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:30:27.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:30:27.283Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:30:27.283Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:30:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:30:27.284Z|38b3640e-2779-411d-9242-498fbe00a210|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:30:36.846Z|38b3640e-2779-411d-9242-498fbe00a210|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:30:36.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:31:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:31:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:31:27.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:31:27.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:31:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:31:27.287Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:31:36.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:31:36.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:32:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:32:27.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:32:27.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:32:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:32:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:32:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:32:36.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:32:36.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:33:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:33:27.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:33:27.286Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:33:27.286Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:33:27.286Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:33:27.286Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:33:36.853Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:33:36.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:34:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:34:27.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:34:27.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:34:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:34:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:34:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:34:36.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:34:36.866Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:35:27.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:35:27.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:35:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:35:27.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:35:27.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:35:27.285Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:35:36.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:35:36.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:36:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:36:27.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:36:27.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:36:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:36:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:36:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:36:36.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:36:36.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:37:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:37:27.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:37:27.283Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:37:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:37:27.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:37:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:37:36.849Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:37:36.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:38:27.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:38:27.284Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:38:27.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:38:27.286Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:38:27.286Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:38:27.286Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:38:36.858Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:38:36.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:39:27.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:39:27.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:39:27.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:39:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:39:27.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:39:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:39:36.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:39:36.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:40:27.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:40:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:40:27.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ... 2021-11-23T12:40:27.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:40:27.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:40:27.287Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:40:36.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:40:36.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:41:27.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:41:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:41:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:41:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:41:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:41:27.283Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:41:36.847Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:41:36.852Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:42:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:42:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:42:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:42:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:42:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:42:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:42:36.846Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:42:36.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:43:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:43:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:43:27.289Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:43:27.289Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:43:27.289Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:43:27.289Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:43:36.855Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:43:36.855Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:44:27.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:44:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:44:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:44:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:44:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:44:27.283Z|c81af652-35c2-486c-886b-8e9b40fbde7c|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:44:30.047Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-23T12:44:36.856Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:44:36.856Z|c81af652-35c2-486c-886b-8e9b40fbde7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:45:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:45:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:45:27.286Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:45:27.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:45:27.286Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:45:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:45:36.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:45:36.861Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:46:27.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:46:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:46:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:46:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:46:27.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:46:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:46:36.879Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:46:36.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:47:27.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:47:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:47:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:47:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:47:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:47:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:47:36.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:47:36.862Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:48:27.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:48:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:48:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:48:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:48:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:48:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:48:36.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:48:36.859Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:49:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:49:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:49:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:49:27.283Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:49:27.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:49:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:49:36.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:49:36.872Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:50:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:50:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:50:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:50:27.285Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:50:27.286Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:50:27.286Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:50:36.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:50:36.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:51:27.281Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:51:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:51:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:51:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:51:27.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:51:27.283Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:51:36.855Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:51:36.855Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:52:27.282Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:52:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-23T12:52:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:52:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-23T12:52:27.284Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|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 X9JlgsJbhHBorwop) ... 2021-11-23T12:52:27.284Z||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 X9JlgsJbhHBorwop) ... 2021-11-23T12:52:36.852Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-23T12:52:36.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK