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-10T01:51:37.528Z||main|||||INFO|500||The following profiles are active: basic 2021-11-10T01:51:46.180Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-10T01:51:46.180Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-10T01:51:46.259Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-10T01:51:48.165Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-10T01:51:48.312Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-10T01:51:48.648Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-10T01:51:48.655Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-10T01:51:48.729Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-10T01:51:48.842Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-10T01:51:49.216Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-10T01:51:50.218Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-10T01:51:51.935Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-10T01:51:51.984Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-10T01:51:52.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-10T01:51:52.713Z||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-10T01:51:53.761Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-10T01:51:54.682Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-10T01:51:54.697Z||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$$7aac95c7.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-10T01:51:54.698Z||main|||||WARN|500||The sdc end point is not alive 2021-11-10T01:51:57.195Z||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-10T01:51:59.666Z||main|||||WARN|500||--- 2021-11-10T01:51:59.666Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-10T01:51:59.667Z||main|||||WARN|500||--- 2021-11-10T01:52:00.016Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-10T01:52:03.996Z||main|||||INFO|500||Started Application in 30.621 seconds (JVM running for 31.729) 2021-11-10T01:52:04.023Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T01:52:04.024Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T01:52:04.033Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T01:52:04.054Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T01:52:04.158Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92f6293d-24c4-44c3-919f-1648af09e57e url= /sdc/v1/artifactTypes 2021-11-10T01:52:04.159Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T01:52:04.385Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T01:52:04.415Z||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-10T01:52:04.434Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T01:52:04.441Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-10T01:52:05.901Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:52:05.916Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 204e2974-5454-44ee-8e09-08731151c176 url= /sdc/v1/registerForDistribution 2021-11-10T01:52:07.689Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 204e2974-5454-44ee-8e09-08731151c176 url= /sdc/v1/registerForDistribution 2021-11-10T01:52:07.689Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-10T01:52:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:52:07.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:52:07.703Z||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-10T01:52:07.703Z||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-10T01:52:07.703Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:52:07.703Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:52:07.703Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-10T01:52:21.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:52:22.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:53:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:53:07.697Z||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-10T01:53:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:53:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:53:07.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T01:53:07.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T01:53:17.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:53:17.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:54:07.696Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:54:07.697Z||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-10T01:54:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:54:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:54:07.698Z||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-10T01:54:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:54:17.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:54:17.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:55:07.696Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:55:07.697Z||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-10T01:55:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:55:07.698Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:55:07.699Z||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-10T01:55:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:55:17.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:55:17.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:56:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:56:07.697Z||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-10T01:56:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:56:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:56:07.698Z||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-10T01:56:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:56:17.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:56:17.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:57:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:57:07.697Z||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-10T01:57:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:57:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:57:07.698Z||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-10T01:57:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:57:17.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:57:17.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:58:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:58:07.697Z||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-10T01:58:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:58:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:58:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T01:58:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T01:58:17.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:58:17.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:59:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:59:07.697Z||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-10T01:59:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:59:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T01:59:07.699Z||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-10T01:59:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T01:59:17.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T01:59:17.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:00:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:00:07.697Z||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-10T02:00:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:00:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:00:07.698Z||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-10T02:00:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:00:17.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:00:17.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:01:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:01:07.696Z||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-10T02:01:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:01:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:01:07.698Z||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-10T02:01:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:01:17.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:01:17.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:01:33.802Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-10T02:02:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:02:07.697Z||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-10T02:02:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:02:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:02:07.698Z||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-10T02:02:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:02:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:02:17.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:03:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:03:07.696Z||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-10T02:03:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:03:07.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:03:07.698Z||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-10T02:03:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:03:17.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:03:17.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:04:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:04:07.697Z||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-10T02:04:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:04:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:04:07.698Z||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-10T02:04:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:04:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:04:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:05:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:05:07.697Z||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-10T02:05:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:05:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:05:07.698Z||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-10T02:05:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:05:17.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:05:17.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:06:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:06:07.697Z||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-10T02:06:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:06:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:06:07.698Z||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-10T02:06:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:06:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:06:17.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:07:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:07:07.696Z||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-10T02:07:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:07:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:07:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:07:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:07:17.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:07:17.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:08:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:08:07.697Z||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-10T02:08:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:08:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:08:07.698Z||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-10T02:08:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:08:17.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:08:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:09:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:09:07.697Z||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-10T02:09:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:09:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:09:07.698Z||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-10T02:09:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:09:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:09:17.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:10:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:10:07.696Z||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-10T02:10:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:10:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:10:07.698Z||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-10T02:10:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:10:17.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:10:17.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:11:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:11:07.697Z||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-10T02:11:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:11:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:11:07.698Z||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-10T02:11:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:11:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:11:17.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:12:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:12:07.697Z||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-10T02:12:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:12:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:12:07.698Z||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-10T02:12:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:12:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:12:17.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:13:07.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:13:07.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:13:07.706Z||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-10T02:13:07.706Z||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-10T02:13:07.706Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:13:07.706Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:13:17.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:13:17.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:14:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:14:07.697Z||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-10T02:14:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:14:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:14:07.698Z||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-10T02:14:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:14:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:14:17.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:15:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:15:07.697Z||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-10T02:15:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:15:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:15:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:15:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:15:17.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:15:17.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:16:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:16:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:16:07.698Z||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-10T02:16:07.698Z||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-10T02:16:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:16:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:16:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:16:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:17:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:17:07.697Z||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-10T02:17:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:17:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:17:07.698Z||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-10T02:17:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:17:17.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:17:17.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:18:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:18:07.697Z||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-10T02:18:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:18:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:18:07.698Z||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-10T02:18:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:18:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:18:17.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:19:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:19:07.697Z||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-10T02:19:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:19:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:19:07.698Z||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-10T02:19:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:19:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:19:17.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:20:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:20:07.697Z||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-10T02:20:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:20:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:20:07.698Z||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-10T02:20:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:20:17.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:20:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:21:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:21:07.697Z||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-10T02:21:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:21:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:21:07.698Z||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-10T02:21:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:21:17.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:21:17.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:22:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:22:07.697Z||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-10T02:22:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:22:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:22:07.698Z||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-10T02:22:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:22:17.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:22:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:23:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:23:07.696Z||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-10T02:23:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:23:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:23:07.698Z||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-10T02:23:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:23:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:23:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:24:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:24:07.696Z||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-10T02:24:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:24:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:24:07.698Z||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-10T02:24:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:24:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:24:17.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:25:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:25:07.697Z||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-10T02:25:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:25:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:25:07.698Z||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-10T02:25:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:25:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:25:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:26:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:26:07.697Z||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-10T02:26:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:26:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:26:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:26:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:26:17.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:26:17.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:27:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:27:07.696Z||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-10T02:27:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:27:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:27:07.698Z||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-10T02:27:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:27:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:27:17.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:28:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:28:07.697Z||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-10T02:28:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:28:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:28:07.698Z||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-10T02:28:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:28:17.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:28:17.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:29:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:29:07.697Z||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-10T02:29:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:29:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:29:07.698Z||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-10T02:29:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:29:17.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:29:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:30:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:30:07.696Z||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-10T02:30:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:30:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:30:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:30:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:30:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:30:17.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:31:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:31:07.696Z||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-10T02:31:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:31:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:31:07.698Z||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-10T02:31:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:31:17.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:31:17.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:32:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:32:07.696Z||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-10T02:32:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:32:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:32:07.698Z||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-10T02:32:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:32:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:32:17.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:33:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:33:07.697Z||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-10T02:33:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:33:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:33:07.698Z||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-10T02:33:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:33:17.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:33:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:34:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:34:07.697Z||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-10T02:34:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:34:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:34:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:34:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:34:17.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:34:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:35:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:35:07.697Z||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-10T02:35:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:35:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:35:07.698Z||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-10T02:35:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:35:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:35:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:36:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:36:07.696Z||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-10T02:36:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:36:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:36:07.698Z||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-10T02:36:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:36:17.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:36:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:37:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:37:07.697Z||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-10T02:37:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:37:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:37:07.698Z||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-10T02:37:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:37:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:37:17.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:38:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:38:07.696Z||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-10T02:38:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:38:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:38:07.698Z||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-10T02:38:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:38:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:38:17.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:39:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:39:07.697Z||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-10T02:39:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:39:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:39:07.698Z||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-10T02:39:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:39:17.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:39:17.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:40:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:40:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:40:07.698Z||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-10T02:40:07.698Z||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-10T02:40:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:40:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:40:17.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:40:17.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:41:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:41:07.697Z||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-10T02:41:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:41:07.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:41:07.698Z||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-10T02:41:07.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:41:17.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:41:17.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:42:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:42:07.697Z||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-10T02:42:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:42:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:42:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:42:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:42:17.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:42:17.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:43:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:43:07.697Z||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-10T02:43:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:43:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:43:07.698Z||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-10T02:43:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:43:17.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:43:17.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:44:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:44:07.696Z||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-10T02:44:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:44:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:44:07.698Z||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-10T02:44:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:44:17.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:44:17.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:45:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:45:07.697Z||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-10T02:45:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:45:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:45:07.698Z||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-10T02:45:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:45:17.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:45:17.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:46:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:46:07.697Z||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-10T02:46:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:46:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:46:07.698Z||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-10T02:46:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:46:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:46:17.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:47:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:47:07.696Z||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-10T02:47:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:47:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:47:07.698Z||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-10T02:47:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:47:17.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:47:17.260Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:48:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:48:07.696Z||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-10T02:48:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:48:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:48:07.698Z||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-10T02:48:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:48:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:48:17.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:49:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:49:07.697Z||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-10T02:49:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:49:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:49:07.698Z||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-10T02:49:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:49:17.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:49:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:50:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:50:07.697Z||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-10T02:50:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:50:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:50:07.698Z||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-10T02:50:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:50:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:50:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:51:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:51:07.696Z||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-10T02:51:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:51:07.696Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:51:07.698Z||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-10T02:51:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:51:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:51:17.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:52:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:52:07.696Z||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-10T02:52:07.696Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:52:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:52:07.698Z||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-10T02:52:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:52:17.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:52:17.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:53:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:53:07.696Z||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-10T02:53:07.696Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:53:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:53:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:53:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:53:17.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:53:17.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:54:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:54:07.697Z||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-10T02:54:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:54:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:54:07.698Z||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-10T02:54:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:54:17.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:54:17.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:55:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:55:07.697Z||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-10T02:55:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:55:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:55:07.698Z||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-10T02:55:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:55:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:55:17.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:56:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:56:07.697Z||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-10T02:56:07.698Z||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-10T02:56:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:08.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:08.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c79249c1-1ca5-4f1c-b79c-f61c6a88b46b","serviceName":"vFW 2021-11-10 02-53-52","serviceVersion":"1.0","serviceUUID":"816b204e-cc01-492b-958c-8e16bec36dac","serviceDescription":"catalog service description","serviceInvariantUUID":"10fb2e37-a02b-4a41-8297-7dfeecb3af43","resources":[{"resourceInstanceName":"vFW 24d36b97-c0fb 0","resourceName":"vFW 24d36b97-c0fb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29a4257f-395a-482d-a150-d54f3bab0201","resourceInvariantUUID":"a3478300-41d5-49bb-a394-3fa608bc2d27","resourceCustomizationUUID":"ac6fa783-9fd8-41a1-a48c-212fd253fc74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml","artifactChecksum":"NWU1M2I3YmFjNjdiM2MxZWQ3OTFlYjQ3MWY5ZjVlNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df0b84ad-3f1f-4748-9e78-b09ff01fa76f","artifactVersion":"1"},{"artifactName":"vfw24d36b97c0fb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json","artifactChecksum":"YjYzZDEwOGU2ODMwOTMwZjI0NTJiNmZkZTU2YzVkNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d673f61b-a4e7-4eab-8a4b-924456623ddd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ae98d5b-6560-41ea-a4d7-e9f913343f1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml","artifactChecksum":"NjBmMDQyNjMyYWM2MzVmNjMwODVjZTAwYzgzY2I5Nzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14f19619-5b45-45b2-8893-d3cfb16b4380","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb976452-08a7-4744-a124-348a1195791c","artifactVersion":"2","generatedFromUUID":"0ae98d5b-6560-41ea-a4d7-e9f913343f1d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211110025352-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml","artifactChecksum":"NDZiNzU5OTM5YzVhYzVlYTkyNmU5NTcyNTVhZDM5Nzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b861073-607a-4afc-ad87-850765cf32e8","artifactVersion":"1"},{"artifactName":"service-Vfw20211110025352-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar","artifactChecksum":"ZTUzNDA3MDVlZDgyNjM5NThhMmQ2MDk4ZDNiNDMyNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f729310d-693d-455e-9369-2750e4283e30","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T02:56:08.331Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:08.333Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:56:08.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "ves-openapi-manager", "timestamp": 1636512939390, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.339Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:08.350Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:08.350Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "dcae-sch", "timestamp": 1636512942320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512937795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512937477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512941963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "ves-openapi-manager", "timestamp": 1636512939390, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "dcae-sch", "timestamp": 1636512942320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512937795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOTIFIED" } 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512937477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512941963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "ves-openapi-manager", "timestamp": 1636512939390, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "dcae-sch", "timestamp": 1636512942320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512937795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512937477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512941963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "ves-openapi-manager", "timestamp": 1636512939390, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "dcae-sch", "timestamp": 1636512942320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512937795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512937477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512941963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "ves-openapi-manager", "timestamp": 1636512939390, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "dcae-sch", "timestamp": 1636512942320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512937795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512937477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512941963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512947674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "ves-openapi-manager", "timestamp": 1636512939390, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "dcae-sch", "timestamp": 1636512942320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512937795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512937477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512941963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512947674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "ves-openapi-manager", "timestamp": 1636512939390, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "dcae-sch", "timestamp": 1636512942320, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512937795, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512937477, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512941963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512947674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512950960, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512951003, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512950988, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512947674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "cds", "timestamp": 1636512952016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-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-10T02:56:08.450Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-10T02:56:08.453Z||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-10T02:56:08.453Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:08.468Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:08.469Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T02:56:08.541Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 2021-11-10T02:56:08.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 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-10T02:56:08.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512951993, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:56:08.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512952081, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512947674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "policy-id", "timestamp": 1636512952996, "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-10T02:56:08.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 2021-11-10T02:56:08.588Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 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-10T02:56:08.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512947674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512953378, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512947674, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512954393, "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-10T02:56:08.597Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 2021-11-10T02:56:08.598Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 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-10T02:56:08.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "multicloud-k8s-id", "timestamp": 1636512955396, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512954800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512955620, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512954800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOTIFIED" } 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512956180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512954800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512956180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512954800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512956180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512954800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512956180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512954800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512956180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512954800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512956180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512956180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512964090, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512967281, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:56:08.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:56:09.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:56:09.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:09.357Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:09.357Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOTIFIED" } 2021-11-10T02:56:09.457Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:09.458Z||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-10T02:56:09.458Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:09.469Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:09.470Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:10.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:56:10.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:10.361Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:10.361Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T02:56:10.461Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:10.462Z||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-10T02:56:10.462Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:10.473Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:10.473Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:11.361Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:56:11.362Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:11.364Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:11.364Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:11.464Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:11.465Z||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-10T02:56:11.465Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:11.477Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:11.477Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:12.365Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:56:12.366Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:12.368Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:12.368Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-10T02:56:12.468Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:12.469Z||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-10T02:56:12.469Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:12.481Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:12.481Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:13.368Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:56:13.369Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:13.370Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:13.371Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:56:13.471Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:13.472Z||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-10T02:56:13.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:13.492Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:13.492Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-11-10T02:56:14.371Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:56:14.372Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:14.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:14.374Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:56:14.474Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:14.475Z||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-10T02:56:14.475Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:14.488Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:14.488Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:15.376Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "serviceName": "vFW 2021-11-10 02-53-52", "serviceVersion": "1.0", "serviceUUID": "816b204e-cc01-492b-958c-8e16bec36dac", "serviceDescription": "catalog service description", "serviceInvariantUUID": "10fb2e37-a02b-4a41-8297-7dfeecb3af43", "resources": [ { "resourceInstanceName": "vFW 24d36b97-c0fb 0", "resourceCustomizationUUID": "ac6fa783-9fd8-41a1-a48c-212fd253fc74", "resourceName": "vFW 24d36b97-c0fb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "29a4257f-395a-482d-a150-d54f3bab0201", "resourceInvariantUUID": "a3478300-41d5-49bb-a394-3fa608bc2d27", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw24d36b97c0fb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "artifactChecksum": "YjYzZDEwOGU2ODMwOTMwZjI0NTJiNmZkZTU2YzVkNjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d673f61b-a4e7-4eab-8a4b-924456623ddd", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0ae98d5b-6560-41ea-a4d7-e9f913343f1d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bb976452-08a7-4744-a124-348a1195791c", "generatedFromUUID": "0ae98d5b-6560-41ea-a4d7-e9f913343f1d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bb976452-08a7-4744-a124-348a1195791c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211110025352-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "artifactChecksum": "ZTUzNDA3MDVlZDgyNjM5NThhMmQ2MDk4ZDNiNDMyNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f729310d-693d-455e-9369-2750e4283e30" } ], "workloadContext": "Production" } 2021-11-10T02:56:15.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T02:56:15.377Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 816b204e-cc01-492b-958c-8e16bec36dac ASDC 2021-11-10T02:56:15.487Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c79249c1-1ca5-4f1c-b79c-f61c6a88b46b ServiceName:vFW 2021-11-10 02-53-52 ServiceVersion:1.0 ServiceUUID:816b204e-cc01-492b-958c-8e16bec36dac ServiceInvariantUUID:10fb2e37-a02b-4a41-8297-7dfeecb3af43 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211110025352-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar ArtifactUUID:f729310d-693d-455e-9369-2750e4283e30 ArtifactChecksum:ZTUzNDA3MDVlZDgyNjM5NThhMmQ2MDk4ZDNiNDMyNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 24d36b97-c0fb 0 ResourceCustomizationUUID:ac6fa783-9fd8-41a1-a48c-212fd253fc74 ResourceInvariantUUID:a3478300-41d5-49bb-a394-3fa608bc2d27 ResourceName:vFW 24d36b97-c0fb ResourceType:VF ResourceUUID:29a4257f-395a-482d-a150-d54f3bab0201 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw24d36b97c0fb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json ArtifactUUID:d673f61b-a4e7-4eab-8a4b-924456623ddd ArtifactChecksum:YjYzZDEwOGU2ODMwOTMwZjI0NTJiNmZkZTU2YzVkNjI= 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/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml ArtifactUUID:0ae98d5b-6560-41ea-a4d7-e9f913343f1d 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/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env ArtifactUUID:bb976452-08a7-4744-a124-348a1195791c 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/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env ArtifactUUID:bb976452-08a7-4744-a124-348a1195791c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T02:56:15.487Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 816b204e-cc01-492b-958c-8e16bec36dac 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-10T02:56:15.546Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T02:56:15.547Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T02:56:15.547Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T02:56:15.548Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f729310d-693d-455e-9369-2750e4283e30 from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:15.548Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:56:15.549Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:15.685Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:56:15.701Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar f729310d-693d-455e-9369-2750e4283e30 98975 2021-11-10T02:56:15.702Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar ASDC sendASDCNotification 2021-11-10T02:56:15.702Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:15.703Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:56:15.703Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:15.705Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:15.705Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512975701, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:15.805Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:15.806Z||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-10T02:56:15.806Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:15.820Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:15.820Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:16.705Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T02:56:16.706Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T02:56:16.707Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f729310d-693d-455e-9369-2750e4283e30, URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar to file: /app/ASDC/1/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:16.707Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211110025352-csar.csar 2021-11-10T02:56:16.767Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:16.767Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:17.246Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP505762411724747828/Definitions/service-Vfw20211110025352-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-11-10T02:56:19.717Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 24d36b97-c0fb 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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-Vfw20211110025352-csar.csar 2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T02:56:19.729Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.730Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:19.733Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:19.734Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T02:56:19.735Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T02:56:19.736Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:19.740Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.740Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T02:56:19.743Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=365ed214-6e52-465b-8cbd-4f2e38086b82 2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=323f4568-cb29-4fcc-8cb7-3a754f3547ee 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria 2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7a2561d-94cd-4b6f-b55b-18fd6877c004 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:19.751Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:19.751Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:19.751Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-10 02-53-52 Description:catalog service description Model UUID:816b204e-cc01-492b-958c-8e16bec36dac Model Version:NULL Model InvariantUuid:10fb2e37-a02b-4a41-8297-7dfeecb3af43 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 24d36b97-c0fb Model UUID:6c487b4e-ed4e-460e-8bf2-ec5cd41d0046 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a3478300-41d5-49bb-a394-3fa608bc2d27 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ac6fa783-9fd8-41a1-a48c-212fd253fc74 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:776c5f2f-5e30-4ced-a229-df1c5a8b4553 ModelName:Vfw24d36b97C0fb..base_vfw..module-0 ModelUuid:a52c020a-181b-4ded-aba7-be0558386d4d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:365ed214-6e52-465b-8cbd-4f2e38086b82 ModelInvariantUuid:76488e22-78ff-4110-970b-26a83233b942 ModelName:vFW 24d36b97-c0fb-nodes.vfwCvfc ModelUuid:2e3b7f34-ed92-4617-80b4-1b991459eef9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f35a7cbd-d894-41d3-8d5f-f0095097c1e3 ModelInvariantUuid:dbfa54c6-ac35-428b-92a5-1922ed7776a5 ModelName:Vfw24d36b97C0fb.compute.nodes.heat.vfw ModelUuid:4ff24467-712d-480e-8f2a-bf51b13ab9d9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:323f4568-cb29-4fcc-8cb7-3a754f3547ee ModelInvariantUuid:0cc10c09-6f8f-4a32-8f8b-4fef915c9fe7 ModelName:vFW 24d36b97-c0fb-nodes.vsnCvfc ModelUuid:65574beb-0a54-4e9e-b9b6-94dbadcc4c8d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d5707751-5c1f-4e89-b27c-6eba3acb2be0 ModelInvariantUuid:a7b29fd9-f8a5-4b5e-a1b5-ea3367cdc646 ModelName:Vfw24d36b97C0fb.compute.nodes.heat.vsn ModelUuid:496ab230-3c00-40ab-97dd-5ee0c25ef268 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e7a2561d-94cd-4b6f-b55b-18fd6877c004 ModelInvariantUuid:829b725d-6000-4618-9801-aea6fda05b49 ModelName:vFW 24d36b97-c0fb-nodes.vpgCvfc ModelUuid:1799307e-9f48-4a5f-871f-622dc96b905b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9aa51fda-070d-406a-b3c2-9d6cd4564846 ModelInvariantUuid:537e17de-45fe-4d9f-a982-9bccb94aa54e ModelName:Vfw24d36b97C0fb.compute.nodes.heat.vpg ModelUuid:4a479949-cb04-4f3d-ba58-1de1fd5e577b 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-10T02:56:19.759Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 29a4257f-395a-482d-a150-d54f3bab0201 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-10T02:56:19.839Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||vFW 24d36b97-c0fb 0 2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29a4257f-395a-482d-a150-d54f3bab0201 2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d673f61b-a4e7-4eab-8a4b-924456623ddd from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json 2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json 2021-11-10T02:56:19.968Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json d673f61b-a4e7-4eab-8a4b-924456623ddd 785 2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json ASDC sendASDCNotification 2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json 2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:19.971Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:19.971Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512979969, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:20.072Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:20.072Z||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-10T02:56:20.073Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:20.084Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:20.084Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:20.973Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw24d36b97C0fb..base_vfw..module-0", "vfModuleModelInvariantUUID": "776c5f2f-5e30-4ced-a229-df1c5a8b4553", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a52c020a-181b-4ded-aba7-be0558386d4d", "vfModuleModelCustomizationUUID": "059c39c3-9894-4a04-803d-4bb112cc305c", "isBase": true, "artifacts": [ "0ae98d5b-6560-41ea-a4d7-e9f913343f1d", "bb976452-08a7-4744-a124-348a1195791c" ], "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-10T02:56:20.985Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw24d36b97C0fb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a52c020a-181b-4ded-aba7-be0558386d4d VfModuleModelInvariantUUID:776c5f2f-5e30-4ced-a229-df1c5a8b4553 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ae98d5b-6560-41ea-a4d7-e9f913343f1d , bb976452-08a7-4744-a124-348a1195791c } 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-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw24d36b97C0fb..base_vfw..module-0", "vfModuleModelInvariantUUID": "776c5f2f-5e30-4ced-a229-df1c5a8b4553", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a52c020a-181b-4ded-aba7-be0558386d4d", "vfModuleModelCustomizationUUID": "059c39c3-9894-4a04-803d-4bb112cc305c", "isBase": true, "artifacts": [ "0ae98d5b-6560-41ea-a4d7-e9f913343f1d", "bb976452-08a7-4744-a124-348a1195791c" ], "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-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw24d36b97C0fb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a52c020a-181b-4ded-aba7-be0558386d4d VfModuleModelInvariantUUID:776c5f2f-5e30-4ced-a229-df1c5a8b4553 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ae98d5b-6560-41ea-a4d7-e9f913343f1d , bb976452-08a7-4744-a124-348a1195791c } 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-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0ae98d5b-6560-41ea-a4d7-e9f913343f1d from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml 2021-11-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml 2021-11-10T02:56:21.025Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:56:21.026Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml 0ae98d5b-6560-41ea-a4d7-e9f913343f1d 20368 2021-11-10T02:56:21.026Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-10T02:56:21.027Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml 2021-11-10T02:56:21.027Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:56:21.027Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:21.028Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:21.029Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512981026, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:21.129Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:21.129Z||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-10T02:56:21.130Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:21.141Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:21.141Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-10T02:56:22.030Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb976452-08a7-4744-a124-348a1195791c from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env 2021-11-10T02:56:22.030Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:56:22.030Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env 2021-11-10T02:56:22.067Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env bb976452-08a7-4744-a124-348a1195791c 2098 2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env 2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:22.070Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:22.071Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512982068, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-10T02:56:22.171Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:22.172Z||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-10T02:56:22.172Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:22.183Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:22.183Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:23.071Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 816b204e-cc01-492b-958c-8e16bec36dac 2021-11-10T02:56:23.072Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 24d36b97-c0fb 0 29a4257f-395a-482d-a150-d54f3bab0201 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-10T02:56:23.101Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58304104, org.onap.sdc.toscaparser.api.parameters.Input@780eab71, org.onap.sdc.toscaparser.api.parameters.Input@6ad9d887, org.onap.sdc.toscaparser.api.parameters.Input@340d7c83, org.onap.sdc.toscaparser.api.parameters.Input@6eef3367] 2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ac6fa783-9fd8-41a1-a48c-212fd253fc74 2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac6fa783-9fd8-41a1-a48c-212fd253fc74 matches Tosca VF Customization UUID: ac6fa783-9fd8-41a1-a48c-212fd253fc74 2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ac6fa783-9fd8-41a1-a48c-212fd253fc74 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-10T02:56:23.109Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.109Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.110Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ac6fa783-9fd8-41a1-a48c-212fd253fc74: {\"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-10T02:56:23.110Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43cb4b6d 2021-11-10T02:56:23.110Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.111Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T02:56:23.111Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 059c39c3-9894-4a04-803d-4bb112cc305c 2021-11-10T02:56:23.112Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 059c39c3-9894-4a04-803d-4bb112cc305c 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-10T02:56:23.116Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.116Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:23.116Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria 2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T02:56:23.119Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.119Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=365ed214-6e52-465b-8cbd-4f2e38086b82 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-10T02:56:23.123Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria 2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.126Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=323f4568-cb29-4fcc-8cb7-3a754f3547ee 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-10T02:56:23.127Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.127Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:23.127Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:23.129Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria 2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7a2561d-94cd-4b6f-b55b-18fd6877c004 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-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria 2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=ac6fa783-9fd8-41a1-a48c-212fd253fc74 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-10T02:56:23.135Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.135Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.135Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 816b204e-cc01-492b-958c-8e16bec36dac: vFW 24d36b97-c0fb 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.137Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:56:23.137Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:56:23.137Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-11-10 02-53-52 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-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 24d36b97-c0fb 29a4257f-395a-482d-a150-d54f3bab0201 1 ASDC deployResourceStructure 2021-11-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json ASDC sendASDCNotification 2021-11-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json 2021-11-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:56:23.319Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:23.320Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:23.320Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512983318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T02:56:23.420Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:23.421Z||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-10T02:56:23.421Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:23.433Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:23.433Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:24.321Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-10T02:56:24.321Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml 2021-11-10T02:56:24.322Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:56:24.322Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:24.324Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:24.324Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512984321, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-10T02:56:24.424Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:24.425Z||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-10T02:56:24.425Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:24.437Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:24.437Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env 2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:25.327Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:25.327Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512985324, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-10T02:56:25.427Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:25.428Z||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-10T02:56:25.428Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:25.440Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:25.440Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar ASDC sendASDCNotification 2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar 2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:56:26.330Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:56:26.330Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512986327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:56:26.430Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:56:26.431Z||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-10T02:56:26.431Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:56:26.443Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:56:26.443Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:56:27.332Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T02:56:27.346Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T02:56:27.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T02:56:27.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T02:56:27.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T02:56:57.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T02:56:57.357Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T02:56:57.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T02:56:57.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T02:56:57.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T02:57:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:57:07.698Z||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-10T02:57:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:57:08.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:57:08.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:57:08.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "aai-ml", "timestamp": 1636512968286, "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-10T02:57:08.153Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 2021-11-10T02:57:08.153Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 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-10T02:57:27.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T02:57:27.368Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T02:57:57.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T02:57:57.379Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T02:58:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:58:07.698Z||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-10T02:58:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:58:07.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:58:07.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:58:07.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:58:07.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512968675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:58:07.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "NOTIFIED" } 2021-11-10T02:58:07.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636512969679, "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-10T02:58:07.731Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 2021-11-10T02:58:07.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 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-10T02:58:07.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512971473, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512973485, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512967696, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "clamp", "timestamp": 1636512974488, "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-10T02:58:07.742Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 2021-11-10T02:58:07.742Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 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-10T02:58:07.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512975701, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:58:07.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512979969, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T02:58:07.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512981026, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T02:58:07.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512982068, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-10T02:58:07.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512983318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T02:58:07.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512984321, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-10T02:58:07.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512985324, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-10T02:58:07.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:07.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T02:58:07.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636512986327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:58:07.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:58:27.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T02:58:27.389Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T02:58:27.391Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T02:58:27.391Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-10T02:58:27.395Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T02:58:57.396Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b 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-10T02:58:57.405Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and serviceModelVersionId: 816b204e-cc01-492b-958c-8e16bec36dac 2021-11-10T02:58:57.405Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10fb2e37-a02b-4a41-8297-7dfeecb3af43 2021-11-10T02:59:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:59:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T02:59:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:08.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:08.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513031963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513031963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513031963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513031963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513037477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513037674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513037795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513031963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513037477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513037674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513037795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOTIFIED" } 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513031963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "ves-openapi-manager", "timestamp": 1636513039390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513037477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513037674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513037795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513031963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "ves-openapi-manager", "timestamp": 1636513039390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513037477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513037674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513037795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513041897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "ves-openapi-manager", "timestamp": 1636513039390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513037477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513037674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513037795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T02:59:08.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "cds", "timestamp": 1636513042901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-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-10T02:59:08.247Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835 2021-11-10T02:59:08.247Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 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-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "dcae-sch", "timestamp": 1636513042320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "ves-openapi-manager", "timestamp": 1636513039390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513037477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513037674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513037795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "dcae-sch", "timestamp": 1636513042320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "ves-openapi-manager", "timestamp": 1636513039390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513037477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513037674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513037795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "dcae-sch", "timestamp": 1636513042320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "ves-openapi-manager", "timestamp": 1636513039390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513045198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513045398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513044800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513045568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "dcae-sch", "timestamp": 1636513042320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "ves-openapi-manager", "timestamp": 1636513039390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513046202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513044800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOTIFIED" } 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513046614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513046180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "dcae-sch", "timestamp": 1636513042320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "policy-id", "timestamp": 1636513047205, "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-10T02:59:08.261Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835 2021-11-10T02:59:08.261Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 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-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513044800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513047648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513046180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "dcae-sch", "timestamp": 1636513042320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513044800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513048656, "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-10T02:59:08.277Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835 2021-11-10T02:59:08.277Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 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-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513046180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "dcae-sch", "timestamp": 1636513042320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513044800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "multicloud-k8s-id", "timestamp": 1636513049659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513046180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513044800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513046180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513044800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513046180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513052757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:59:08.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513046180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:59:08.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "aai-ml", "timestamp": 1636513053760, "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-10T02:59:08.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835 2021-11-10T02:59:08.287Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 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-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513053987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513056420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:59:08.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513057424, "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-10T02:59:08.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835 2021-11-10T02:59:08.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 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-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513059476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:08.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513061484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:59:08.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "clamp", "timestamp": 1636513062487, "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-10T02:59:08.329Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835 2021-11-10T02:59:08.330Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 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-10T02:59:09.404Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0 2021-11-10T02:59:09.500Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T02:59:09.964Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?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-10T02:59:09.968Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0|INFO|500||Invoke 2021-11-10T02:59:10.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T02:59:10.365Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0|INFO|500||InvokeReturn 2021-11-10T02:59:10.366Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211110-02:59:10:134-95106], vertex-id=[159872], Content-Length=[0], Date=[Wed, 10 Nov 2021 02:59:10 GMT], Content-Type=[application/json]} 2021-11-10T02:59:10.366Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-10T02:59:10.369Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T02:59:10.369Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-10T02:59:10.374Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-10T02:59:10.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T02:59:10.382Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T02:59:10.382Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:10.384Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:10.384Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513150381, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T02:59:10.484Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:10.486Z||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-10T02:59:10.486Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:10.498Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:10.498Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-10T02:59:11.393Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T02:59:11.394Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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-10T02:59:11.394Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:16.199Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:16.200Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T02:59:16.200Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"697b9235-bdd8-42d2-8151-fb1038e2b835","serviceName":"basic_onboard_JZVLns","serviceVersion":"1.0","serviceUUID":"9dd7593b-cf97-40fc-abd4-8bc4b4aa238d","serviceDescription":"service","serviceInvariantUUID":"a904ba33-df82-454e-ad4d-e1ec9f68f1ba","resources":[{"resourceInstanceName":"basic_onboard_JZVLns 0","resourceName":"basic_onboard_JZVLns","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a2ce299-6675-402b-a8d0-9cd53cc124d5","resourceInvariantUUID":"07780eb0-968d-4470-93ab-ccf568ec3c1c","resourceCustomizationUUID":"1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml","artifactChecksum":"YWE4ZDdhOTk2ZmYzOWQ3NjM1NWZkNTNhZWUwOWI0NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cff9cbb1-fc98-4fc2-84f1-5452fcc754ad","artifactVersion":"1"},{"artifactName":"basic_onboard_jzvlns0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json","artifactChecksum":"NDA3Yzk3NmJjNjk2M2Y5YTMxNDgyODM2YWMwMGEzNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dea6072b-c567-4e5f-932e-e623a4cbda9d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fad22133-90c7-4348-b36c-f39ec1822d50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d6bef01-0a6b-4eb7-bb47-505c65481747","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c736b1ab-408f-4081-89fb-0f82400c7d51","artifactVersion":"2","generatedFromUUID":"fad22133-90c7-4348-b36c-f39ec1822d50"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJzvlns-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml","artifactChecksum":"YzFmMTI1ZGRmODQ4ODk5NTc2NjQyMTNmZjI4MDM2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dccaa62-3dfd-4dde-87b0-4d8e40e25e24","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJzvlns-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar","artifactChecksum":"OTM0ZWJmYmZkZTQzNWU3YmI0YTY1MGM2NDVjOWI3NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4046b593-04bc-440a-a9bc-dbc558475700","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T02:59:16.202Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:59:16.203Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:16.204Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:16.204Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:16.304Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:16.305Z||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-10T02:59:16.305Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:16.318Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:16.318Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-10T02:59:17.205Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:59:17.205Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:17.207Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:17.207Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOTIFIED" } 2021-11-10T02:59:17.307Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:17.308Z||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-10T02:59:17.308Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:17.320Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:17.321Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:18.208Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:59:18.209Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:18.211Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:18.211Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T02:59:18.311Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:18.311Z||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-10T02:59:18.312Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:18.323Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:18.323Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-10T02:59:19.211Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:59:19.212Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:19.213Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:19.213Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:19.314Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T02:59:19.315Z||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-10T02:59:19.316Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:19.328Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:19.328Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:20.214Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:59:20.215Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:20.216Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:20.216Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T02:59:20.317Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T02:59:20.318Z||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-10T02:59:20.318Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:20.331Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:20.332Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:21.217Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:59:21.218Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:21.220Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:21.220Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T02:59:21.320Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:21.321Z||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-10T02:59:21.321Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:21.352Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:21.353Z||pool-24-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:22.220Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T02:59:22.221Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:22.223Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:22.223Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T02:59:22.323Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:22.324Z||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-10T02:59:22.324Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:22.337Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:22.337Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:23.224Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "serviceName": "basic_onboard_JZVLns", "serviceVersion": "1.0", "serviceUUID": "9dd7593b-cf97-40fc-abd4-8bc4b4aa238d", "serviceDescription": "service", "serviceInvariantUUID": "a904ba33-df82-454e-ad4d-e1ec9f68f1ba", "resources": [ { "resourceInstanceName": "basic_onboard_JZVLns 0", "resourceCustomizationUUID": "1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe", "resourceName": "basic_onboard_JZVLns", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2a2ce299-6675-402b-a8d0-9cd53cc124d5", "resourceInvariantUUID": "07780eb0-968d-4470-93ab-ccf568ec3c1c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jzvlns0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "artifactChecksum": "NDA3Yzk3NmJjNjk2M2Y5YTMxNDgyODM2YWMwMGEzNTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dea6072b-c567-4e5f-932e-e623a4cbda9d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fad22133-90c7-4348-b36c-f39ec1822d50", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c736b1ab-408f-4081-89fb-0f82400c7d51", "generatedFromUUID": "fad22133-90c7-4348-b36c-f39ec1822d50" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c736b1ab-408f-4081-89fb-0f82400c7d51", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJzvlns-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "artifactChecksum": "OTM0ZWJmYmZkZTQzNWU3YmI0YTY1MGM2NDVjOWI3NmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4046b593-04bc-440a-a9bc-dbc558475700" } ], "workloadContext": "Production" } 2021-11-10T02:59:23.224Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T02:59:23.224Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d ASDC 2021-11-10T02:59:23.225Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:697b9235-bdd8-42d2-8151-fb1038e2b835 ServiceName:basic_onboard_JZVLns ServiceVersion:1.0 ServiceUUID:9dd7593b-cf97-40fc-abd4-8bc4b4aa238d ServiceInvariantUUID:a904ba33-df82-454e-ad4d-e1ec9f68f1ba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJzvlns-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar ArtifactUUID:4046b593-04bc-440a-a9bc-dbc558475700 ArtifactChecksum:OTM0ZWJmYmZkZTQzNWU3YmI0YTY1MGM2NDVjOWI3NmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_JZVLns 0 ResourceCustomizationUUID:1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe ResourceInvariantUUID:07780eb0-968d-4470-93ab-ccf568ec3c1c ResourceName:basic_onboard_JZVLns ResourceType:VF ResourceUUID:2a2ce299-6675-402b-a8d0-9cd53cc124d5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jzvlns0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json ArtifactUUID:dea6072b-c567-4e5f-932e-e623a4cbda9d ArtifactChecksum:NDA3Yzk3NmJjNjk2M2Y5YTMxNDgyODM2YWMwMGEzNTE= 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/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml ArtifactUUID:fad22133-90c7-4348-b36c-f39ec1822d50 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/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env ArtifactUUID:c736b1ab-408f-4081-89fb-0f82400c7d51 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/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env ArtifactUUID:c736b1ab-408f-4081-89fb-0f82400c7d51 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T02:59:23.225Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d 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-10T02:59:23.254Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4046b593-04bc-440a-a9bc-dbc558475700 from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:23.368Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar 4046b593-04bc-440a-a9bc-dbc558475700 71559 2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar ASDC sendASDCNotification 2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:59:23.372Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:23.373Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:23.373Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513163371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:23.473Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:23.474Z||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-10T02:59:23.474Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:23.488Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:23.488Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:24.374Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4046b593-04bc-440a-a9bc-dbc558475700, URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar to file: /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:24.376Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:24.576Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8614819979632009458/Definitions/service-BasicOnboardJzvlns-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-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JZVLns 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-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is not matching search criteria 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is not matching search criteria 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f74239f-15c8-4e35-bed0-8267bdee8f55 2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_JZVLns Description:service Model UUID:9dd7593b-cf97-40fc-abd4-8bc4b4aa238d Model Version:NULL Model InvariantUuid:a904ba33-df82-454e-ad4d-e1ec9f68f1ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_JZVLns Model UUID:42aad92a-8b70-48ad-b1ea-1737ac74a223 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:07780eb0-968d-4470-93ab-ccf568ec3c1c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:50422ea9-9abf-4800-ab42-01abf741e179 ModelName:BasicOnboardJzvlns..base_ubuntu18..module-0 ModelUuid:1dc1eec4-5195-453a-b7eb-6b3cf40827d0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9f74239f-15c8-4e35-bed0-8267bdee8f55 ModelInvariantUuid:05b5cd74-6897-4ca5-a3d4-eb67f642eff0 ModelName:basic_onboard_JZVLns-nodes.ubuntu18Cvfc ModelUuid:e324d618-37ee-40d6-8cc6-d5e072863aab ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1cb810ec-7ca4-44f7-b172-cc99f82197ce ModelInvariantUuid:6b9ce9e8-38fc-4c2f-8c72-236674c37681 ModelName:BasicOnboardJzvlns.compute.nodes.heat.ubuntu18 ModelUuid:51a3e8b3-38e2-4bc6-8051-cf66963eec5c 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-10T02:59:25.831Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a2ce299-6675-402b-a8d0-9cd53cc124d5 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-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||basic_onboard_JZVLns 0 2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a2ce299-6675-402b-a8d0-9cd53cc124d5 2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dea6072b-c567-4e5f-932e-e623a4cbda9d from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json 2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json 2021-11-10T02:59:25.967Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json dea6072b-c567-4e5f-932e-e623a4cbda9d 798 2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json ASDC sendASDCNotification 2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json 2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:25.970Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:25.970Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513165968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:26.070Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:26.070Z||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-10T02:59:26.071Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:26.082Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:26.083Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:26.970Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJzvlns..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "50422ea9-9abf-4800-ab42-01abf741e179", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1dc1eec4-5195-453a-b7eb-6b3cf40827d0", "vfModuleModelCustomizationUUID": "47b114bf-21bb-407c-a481-5b3bb866946c", "isBase": true, "artifacts": [ "fad22133-90c7-4348-b36c-f39ec1822d50", "c736b1ab-408f-4081-89fb-0f82400c7d51" ], "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-10T02:59:26.975Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJzvlns..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1dc1eec4-5195-453a-b7eb-6b3cf40827d0 VfModuleModelInvariantUUID:50422ea9-9abf-4800-ab42-01abf741e179 VfModuleModelDescription:NULL Artifacts UUID List:{ fad22133-90c7-4348-b36c-f39ec1822d50 , c736b1ab-408f-4081-89fb-0f82400c7d51 } 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-10T02:59:26.977Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJzvlns..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "50422ea9-9abf-4800-ab42-01abf741e179", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1dc1eec4-5195-453a-b7eb-6b3cf40827d0", "vfModuleModelCustomizationUUID": "47b114bf-21bb-407c-a481-5b3bb866946c", "isBase": true, "artifacts": [ "fad22133-90c7-4348-b36c-f39ec1822d50", "c736b1ab-408f-4081-89fb-0f82400c7d51" ], "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-10T02:59:26.977Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJzvlns..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1dc1eec4-5195-453a-b7eb-6b3cf40827d0 VfModuleModelInvariantUUID:50422ea9-9abf-4800-ab42-01abf741e179 VfModuleModelDescription:NULL Artifacts UUID List:{ fad22133-90c7-4348-b36c-f39ec1822d50 , c736b1ab-408f-4081-89fb-0f82400c7d51 } 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-10T02:59:26.977Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fad22133-90c7-4348-b36c-f39ec1822d50 from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml 2021-11-10T02:59:26.978Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:59:26.978Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml 2021-11-10T02:59:27.008Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:59:27.008Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml fad22133-90c7-4348-b36c-f39ec1822d50 5033 2021-11-10T02:59:27.008Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T02:59:27.009Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml 2021-11-10T02:59:27.009Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:59:27.009Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:27.011Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:27.011Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513167008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:27.111Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:27.112Z||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-10T02:59:27.112Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:27.126Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:27.127Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:28.011Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c736b1ab-408f-4081-89fb-0f82400c7d51 from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env 2021-11-10T02:59:28.012Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T02:59:28.012Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env 2021-11-10T02:59:28.045Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env c736b1ab-408f-4081-89fb-0f82400c7d51 909 2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env 2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:28.048Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:28.048Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513168046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T02:59:28.148Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:28.148Z||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-10T02:59:28.149Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:28.162Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:28.162Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:29.048Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d 2021-11-10T02:59:29.049Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JZVLns 0 2a2ce299-6675-402b-a8d0-9cd53cc124d5 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-10T02:59:29.057Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f64a2c2, org.onap.sdc.toscaparser.api.parameters.Input@c724b63, org.onap.sdc.toscaparser.api.parameters.Input@4bdc5005, org.onap.sdc.toscaparser.api.parameters.Input@3fafb8db, org.onap.sdc.toscaparser.api.parameters.Input@55b76f5e] 2021-11-10T02:59:29.058Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.058Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe 2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe matches Tosca VF Customization UUID: 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe 2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe 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-10T02:59:29.060Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.060Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe: {\"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-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20de3720 2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47b114bf-21bb-407c-a481-5b3bb866946c 2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47b114bf-21bb-407c-a481-5b3bb866946c 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-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is not matching search criteria 2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f74239f-15c8-4e35-bed0-8267bdee8f55 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-10T02:59:29.065Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.065Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:29.065Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T02:59:29.066Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.066Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria 2021-11-10T02:59:29.066Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe 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-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d: basic_onboard_JZVLns 2021-11-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T02:59:29.069Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_JZVLns 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-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JZVLns 2a2ce299-6675-402b-a8d0-9cd53cc124d5 1 ASDC deployResourceStructure 2021-11-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json ASDC sendASDCNotification 2021-11-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json 2021-11-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:59:29.119Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:29.120Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:29.120Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513169118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T02:59:29.220Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:29.221Z||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-10T02:59:29.221Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:29.234Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:29.234Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:30.121Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T02:59:30.121Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml 2021-11-10T02:59:30.121Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:59:30.122Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:30.123Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:30.123Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513170121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T02:59:30.224Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:30.226Z||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-10T02:59:30.227Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:30.240Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:30.240Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env 2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:31.127Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:31.127Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513171125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T02:59:31.227Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:31.228Z||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-10T02:59:31.228Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:31.240Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:31.240Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:32.128Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar ASDC sendASDCNotification 2021-11-10T02:59:32.129Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar 2021-11-10T02:59:32.129Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T02:59:32.129Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T02:59:32.131Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T02:59:32.131Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513172128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T02:59:32.231Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T02:59:32.232Z||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-10T02:59:32.232Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T02:59:32.244Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T02:59:32.249Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-10T02:59:33.131Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 697b9235-bdd8-42d2-8151-fb1038e2b835 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T02:59:33.140Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 697b9235-bdd8-42d2-8151-fb1038e2b835 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T02:59:33.147Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T03:00:03.148Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 697b9235-bdd8-42d2-8151-fb1038e2b835 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-10T03:00:03.152Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 697b9235-bdd8-42d2-8151-fb1038e2b835 and serviceModelVersionId: 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d 2021-11-10T03:00:03.152Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a904ba33-df82-454e-ad4d-e1ec9f68f1ba 2021-11-10T03:00:03.153Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0 2021-11-10T03:00:03.157Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T03:00:03.204Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|INFO|500||Invoke 2021-11-10T03:00:03.204Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[697b9235-bdd8-42d2-8151-fb1038e2b835], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d578e0d3-05d5-44ea-bd68-f552e55bfd7b], X-ECOMP-RequestID=[697b9235-bdd8-42d2-8151-fb1038e2b835], X-TransactionId=[], X-ONAP-RequestID=[697b9235-bdd8-42d2-8151-fb1038e2b835], Content-Type=[application/merge-patch+json]} 2021-11-10T03:00:03.226Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T03:00:03.314Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?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/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-03:00:03:228-35534], vertex-id=[532592], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:00:03 GMT], Content-Type=[application/json]} 2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|INFO|500||InvokeReturn 2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:00:03.319Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:00:03.319Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 697b9235-bdd8-42d2-8151-fb1038e2b835 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T03:00:03.320Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T03:00:03.320Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:00:03.322Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:00:03.322Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513203319, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:00:03.422Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:00:03.423Z||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-10T03:00:03.423Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:00:03.437Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:00:03.437Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-10T03:00:04.331Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:00:04.331Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:00:04.331Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:00:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:00:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:00:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:00:08.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:00:08.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513150381, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513151393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513163371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513165968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513167008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513168046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513169118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513170121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513171125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513172128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513203319, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:00:08.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:00:13.871Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:00:13.871Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:00:13.872Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:00:13.872Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:00:23.413Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:00:23.414Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:00:23.414Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:00:23.414Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:00:32.954Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:01:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:01:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:01:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:01:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:01:07.698Z||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-10T03:01:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:01:17.240Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:01:17.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:02:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:02:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:02:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:02:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:02:07.698Z||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-10T03:02:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:02:17.242Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:02:17.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:03:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:03:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:03:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:03:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:03:07.698Z||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-10T03:03:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:03:17.244Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:03:17.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:04:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:04:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:04:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:04:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:04:07.698Z||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-10T03:04:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:04:17.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:04:17.242Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:05:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:05:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:05:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:05:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:05:07.698Z||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-10T03:05:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:05:17.240Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:05:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:06:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:06:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:06:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:06:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:06:07.698Z||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-10T03:06:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:06:17.239Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:06:17.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:07:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:07:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:07:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:07:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:07:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:07:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:07:17.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:07:17.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:08:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:08:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:08:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:08:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:08:07.698Z||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-10T03:08:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:08:17.238Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:08:17.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:09:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:09:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:09:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:09:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:09:07.698Z||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-10T03:09:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:09:17.243Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:09:17.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:10:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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-10T03:10:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:10:07.698Z||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-10T03:10:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:07.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513787674, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513781962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "dcae-sch", "timestamp": 1636513782320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513797995, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513798004, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "cds", "timestamp": 1636513798999, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-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-10T03:10:07.845Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489 2021-11-10T03:10:07.845Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513801521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513794800, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "aai-ml", "timestamp": 1636513802524, "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-10T03:10:07.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489 2021-11-10T03:10:07.857Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513796180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513804967, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513797477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "multicloud-k8s-id", "timestamp": 1636513797795, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513806201, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513806629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:10:07.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513799390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:07.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513807204, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:10:07.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:10:08.328Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:08.329Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T03:10:08.329Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"98b0a7d0-40f1-4abf-8aae-0674b14f3489","serviceName":"Demo_pNF_9RbLiA6Q9BqOdQd8Uneb","serviceVersion":"1.0","serviceUUID":"0def40e3-d492-4bd3-b201-8b2e17bfb558","serviceDescription":"catalog service description","serviceInvariantUUID":"8e95ded5-2aa3-4abd-affd-cc3541d29c17","resources":[{"resourceInstanceName":"pNF bf48a28c-f23b 0","resourceName":"pNF bf48a28c-f23b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6af8453f-fc4d-402b-9f6a-4e1e20e56b8e","resourceInvariantUUID":"539c00d7-0ee3-4034-a090-fb53dd651295","resourceCustomizationUUID":"45914a52-5621-47bc-bcfd-b33e97bf8ae4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml","artifactChecksum":"YjRlNWQ4ZDM1ODQ2YjYxMjc2YWRlYjdkM2NmMTcxMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7b8a06b-cb1f-43b5-bf60-c33fa3949fbc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar","artifactChecksum":"OGVhNDBjZjcyYmFlNjdhYjA2MGQwYmNkMmQwOWM0YTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"286ba730-b491-45d7-ba51-d558cd6884fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ad3ed71-746a-482f-9f53-bb4552305c67","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGQ5ZWZhNjkzYTRjNGUwZmM2OWI0M2JiMTg1MGY2ZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8719033f-e139-4dc3-a104-2301934cac5e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d057f2d-34c5-4e89-9f6b-3e5acb9faafb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e560fbcb-b092-4b6e-b166-624836f749f2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9rblia6q9bqodqd8uneb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml","artifactChecksum":"MjdjOGVmNjVmMGQzNDY5OGMwYjY1MmFhMDcxOGQzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2974526-c930-43de-b1af-964d6d68bfab","artifactVersion":"1"},{"artifactName":"service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar","artifactChecksum":"MmMwN2UwMzg0ZTQyMTVhOWZmMTA1Njg1MDRiNzUzYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cb43ff3-3ac2-4077-b20d-da9179faeff8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T03:10:08.330Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:08.330Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:08.332Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:08.332Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:08.432Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:08.433Z||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-10T03:10:08.433Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:08.445Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:08.445Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:09.333Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:09.334Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:09.335Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:09.335Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:09.436Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:09.436Z||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-10T03:10:09.437Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:09.449Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:09.449Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:10.336Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:10.336Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:10.338Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:10.338Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:10.438Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:10.439Z||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-10T03:10:10.439Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:10.450Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:10.451Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:11.339Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:11.339Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:11.341Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:11.341Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:11.441Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:11.442Z||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-10T03:10:11.442Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:11.455Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:11.455Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:10:12.342Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:12.342Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:12.344Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:12.344Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:12.444Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:12.445Z||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-10T03:10:12.445Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:12.456Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:12.456Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:13.345Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:13.345Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:13.347Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:13.347Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:13.447Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:13.448Z||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-10T03:10:13.448Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:13.461Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:13.461Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:14.348Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:14.348Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:14.350Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:14.350Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:10:14.450Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:14.451Z||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-10T03:10:14.451Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:14.461Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:14.462Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:15.350Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:10:15.351Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:15.353Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:15.353Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:10:15.453Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:15.454Z||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-10T03:10:15.454Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:15.465Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:15.466Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:16.354Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "serviceName": "Demo_pNF_9RbLiA6Q9BqOdQd8Uneb", "serviceVersion": "1.0", "serviceUUID": "0def40e3-d492-4bd3-b201-8b2e17bfb558", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8e95ded5-2aa3-4abd-affd-cc3541d29c17", "resources": [ { "resourceInstanceName": "pNF bf48a28c-f23b 0", "resourceCustomizationUUID": "45914a52-5621-47bc-bcfd-b33e97bf8ae4", "resourceName": "pNF bf48a28c-f23b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6af8453f-fc4d-402b-9f6a-4e1e20e56b8e", "resourceInvariantUUID": "539c00d7-0ee3-4034-a090-fb53dd651295", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "artifactChecksum": "MmMwN2UwMzg0ZTQyMTVhOWZmMTA1Njg1MDRiNzUzYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8cb43ff3-3ac2-4077-b20d-da9179faeff8" } ], "workloadContext": "Production" } 2021-11-10T03:10:16.354Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T03:10:16.354Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0def40e3-d492-4bd3-b201-8b2e17bfb558 ASDC 2021-11-10T03:10:16.354Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:98b0a7d0-40f1-4abf-8aae-0674b14f3489 ServiceName:Demo_pNF_9RbLiA6Q9BqOdQd8Uneb ServiceVersion:1.0 ServiceUUID:0def40e3-d492-4bd3-b201-8b2e17bfb558 ServiceInvariantUUID:8e95ded5-2aa3-4abd-affd-cc3541d29c17 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar ArtifactUUID:8cb43ff3-3ac2-4077-b20d-da9179faeff8 ArtifactChecksum:MmMwN2UwMzg0ZTQyMTVhOWZmMTA1Njg1MDRiNzUzYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bf48a28c-f23b 0 ResourceCustomizationUUID:45914a52-5621-47bc-bcfd-b33e97bf8ae4 ResourceInvariantUUID:539c00d7-0ee3-4034-a090-fb53dd651295 ResourceName:pNF bf48a28c-f23b ResourceType:PNF ResourceUUID:6af8453f-fc4d-402b-9f6a-4e1e20e56b8e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-10T03:10:16.354Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0def40e3-d492-4bd3-b201-8b2e17bfb558 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-10T03:10:16.372Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:10:16.372Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:10:16.372Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:10:16.373Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8cb43ff3-3ac2-4077-b20d-da9179faeff8 from URL: /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:16.373Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:10:16.373Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:16.474Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:10:16.477Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 8cb43ff3-3ac2-4077-b20d-da9179faeff8 82621 2021-11-10T03:10:16.477Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar ASDC sendASDCNotification 2021-11-10T03:10:16.477Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:16.478Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:10:16.478Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:16.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:16.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513816477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:10:16.580Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:16.581Z||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-10T03:10:16.581Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:16.592Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:16.592Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:17.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:10:17.481Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:10:17.481Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8cb43ff3-3ac2-4077-b20d-da9179faeff8, URL: /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar to file: /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:17.482Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:17.482Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:17.482Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:17.637Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17235718910781999541/Definitions/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml 2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bf48a28c-f23b 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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Node template pNF bf48a28c-f23b 0 is matching search criteria 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bf48a28c-f23b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Node template pNF bf48a28c-f23b 0 is matching search criteria 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bf48a28c-f23b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9RbLiA6Q9BqOdQd8Uneb Description:catalog service description Model UUID:0def40e3-d492-4bd3-b201-8b2e17bfb558 Model Version:NULL Model InvariantUuid:8e95ded5-2aa3-4abd-affd-cc3541d29c17 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-10T03:10:18.245Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e 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-10T03:10:18.247Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||pNF bf48a28c-f23b 0 2021-11-10T03:10:18.247Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e 2021-11-10T03:10:18.247Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0def40e3-d492-4bd3-b201-8b2e17bfb558 2021-11-10T03:10:18.248Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0def40e3-d492-4bd3-b201-8b2e17bfb558 2021-11-10T03:10:18.248Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bf48a28c-f23b 0 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e 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-10T03:10:18.250Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56b24630, org.onap.sdc.toscaparser.api.parameters.Input@4219b9ec, org.onap.sdc.toscaparser.api.parameters.Input@7c645a68, org.onap.sdc.toscaparser.api.parameters.Input@71fefe85, org.onap.sdc.toscaparser.api.parameters.Input@3539a54c] 2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0def40e3-d492-4bd3-b201-8b2e17bfb558: pNF bf48a28c-f23b 2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Processing PNF resource: 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e 2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:10:18.252Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:10:18.252Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Resource customization UUID: 45914a52-5621-47bc-bcfd-b33e97bf8ae4 is the same as notified resource customizationUUID: 45914a52-5621-47bc-bcfd-b33e97bf8ae4 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-10T03:10:18.291Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bf48a28c-f23b 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e 0 ASDC deployResourceStructure 2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar ASDC sendASDCNotification 2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:10:18.293Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:10:18.294Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513818292, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:10:18.394Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:10:18.394Z||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-10T03:10:18.395Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:10:18.405Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:10:18.405Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:10:19.294Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:10:19.301Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T03:10:49.304Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:10:49.311Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T03:11:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:11:07.698Z||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-10T03:11:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:11:07.721Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:11:07.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:11:07.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513807632, "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-10T03:11:07.726Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489 2021-11-10T03:11:07.726Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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-10T03:11:19.314Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:11:19.321Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-10T03:11:19.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T03:11:49.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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-10T03:11:49.330Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and serviceModelVersionId: 0def40e3-d492-4bd3-b201-8b2e17bfb558 2021-11-10T03:11:49.331Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e95ded5-2aa3-4abd-affd-cc3541d29c17 2021-11-10T03:11:49.332Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0 2021-11-10T03:11:49.336Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T03:11:49.369Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|INFO|500||Invoke 2021-11-10T03:11:49.369Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98b0a7d0-40f1-4abf-8aae-0674b14f3489], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f75e90ff-e327-4e2d-8f2f-3f4fbd570cbd], X-ECOMP-RequestID=[98b0a7d0-40f1-4abf-8aae-0674b14f3489], X-TransactionId=[], X-ONAP-RequestID=[98b0a7d0-40f1-4abf-8aae-0674b14f3489], Content-Type=[application/merge-patch+json]} 2021-11-10T03:11:49.389Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T03:11:49.463Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?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/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211110-03:11:49:391-96828], vertex-id=[204936], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:11:49 GMT], Content-Type=[application/json]} 2021-11-10T03:11:49.463Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T03:11:49.464Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|INFO|500||InvokeReturn 2021-11-10T03:11:49.464Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T03:11:49.464Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-10T03:11:49.467Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-10T03:11:49.467Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T03:11:49.467Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T03:11:49.468Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:11:49.469Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:11:49.469Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513909467, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:11:49.569Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:11:49.570Z||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-10T03:11:49.570Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:11:49.586Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:11:49.587Z||pool-45-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-10T03:11:50.479Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:11:50.479Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-10T03:11:50.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:12:00.019Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:12:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:12:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-10T03:12:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:12:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:12:07.698Z||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-10T03:12:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:12:07.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:12:07.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:12:07.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513808155, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:12:07.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:12:17.235Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:13:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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-10T03:13:07.697Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:13:07.698Z||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-10T03:13:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:07.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:07.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "policy-id", "timestamp": 1636513808206, "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-10T03:13:07.726Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489 2021-11-10T03:13:07.726Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513809355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "ves-openapi-manager", "timestamp": 1636513810357, "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-10T03:13:07.736Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489 2021-11-10T03:13:07.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:07.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513811562, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513813569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "clamp", "timestamp": 1636513814572, "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-10T03:13:07.746Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489 2021-11-10T03:13:07.746Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513807696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:13:07.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513816477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:13:07.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:13:07.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:13:07.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513818292, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:13:07.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:13:08.321Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:08.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T03:13:08.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"83d2e785-5ab4-4cd3-aa7c-6359e17cfc74","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"27b1de38-81ab-49fc-a7fc-8e6931e79677","serviceDescription":"service","serviceInvariantUUID":"9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"922dc579-6a69-4aaf-b034-f14e9b3dd89c","resourceInvariantUUID":"bd4583ab-f776-4c96-a342-8d112a504ac2","resourceCustomizationUUID":"3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d","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":"NTg5ZDc4YjZhMGFkMWQwZjJlM2JmZDg5N2VhOGIxOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58f6a545-553c-45e3-b51d-dba3e9e70ec9","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":"YmE1YTVlOTllOWM4OTZjY2VmM2Q3ZWI4OTk4YzE3YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ff32130-4391-4d37-aae3-9b6b0003602e","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":"d915d7ac-535f-4883-98ff-4bcd9a6a88d1","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":"25d28f45-e6a9-4e5f-9a2e-4fe22df607cb","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":"55c13472-cff9-40d9-8dbc-c131949bfae9","artifactVersion":"2","generatedFromUUID":"d915d7ac-535f-4883-98ff-4bcd9a6a88d1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWMxNjViMzQ0YmIxYTkwODA2ZjcxMTRkOWFmMWQ1MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bdb305d-f6e3-430d-bd7f-922ccb1fd9ad","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzU2NDMwZThjM2RlZmQ0ZDFiMjhlZjVlNWQ1NTcyMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a11178f-5ad9-4979-b091-f9de0a1356d1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T03:13:08.325Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:13:08.325Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:08.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:08.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:08.427Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:08.427Z||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-10T03:13:08.427Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:08.440Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:08.440Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:09.327Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:13:09.328Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:09.330Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:09.330Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:13:09.430Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T03:13:09.431Z||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-10T03:13:09.431Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:09.442Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:09.442Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:10.331Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:13:10.332Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:10.334Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:10.334Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:13:10.434Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:10.434Z||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-10T03:13:10.434Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:10.446Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:10.446Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:11.334Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:13:11.335Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:11.337Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:11.337Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:11.437Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:11.438Z||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-10T03:13:11.438Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:11.451Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:11.451Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:12.337Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:13:12.338Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:12.340Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:12.340Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T03:13:12.440Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:12.441Z||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-10T03:13:12.441Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:12.453Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:12.453Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:13.340Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:13:13.341Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:13.343Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:13.343Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:13:13.443Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:13.444Z||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-10T03:13:13.444Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:13.455Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:13.456Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:14.344Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:13:14.344Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:14.346Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:14.346Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:13:14.446Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:14.447Z||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-10T03:13:14.447Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:14.458Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:14.458Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:15.347Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "27b1de38-81ab-49fc-a7fc-8e6931e79677", "serviceDescription": "service", "serviceInvariantUUID": "9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "922dc579-6a69-4aaf-b034-f14e9b3dd89c", "resourceInvariantUUID": "bd4583ab-f776-4c96-a342-8d112a504ac2", "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": "YmE1YTVlOTllOWM4OTZjY2VmM2Q3ZWI4OTk4YzE3YTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7ff32130-4391-4d37-aae3-9b6b0003602e", "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": "d915d7ac-535f-4883-98ff-4bcd9a6a88d1", "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": "55c13472-cff9-40d9-8dbc-c131949bfae9", "generatedFromUUID": "d915d7ac-535f-4883-98ff-4bcd9a6a88d1" }, "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": "55c13472-cff9-40d9-8dbc-c131949bfae9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MzU2NDMwZThjM2RlZmQ0ZDFiMjhlZjVlNWQ1NTcyMDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a11178f-5ad9-4979-b091-f9de0a1356d1" } ], "workloadContext": "Production" } 2021-11-10T03:13:15.347Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T03:13:15.347Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27b1de38-81ab-49fc-a7fc-8e6931e79677 ASDC 2021-11-10T03:13:15.348Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:27b1de38-81ab-49fc-a7fc-8e6931e79677 ServiceInvariantUUID:9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f 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:1a11178f-5ad9-4979-b091-f9de0a1356d1 ArtifactChecksum:MzU2NDMwZThjM2RlZmQ0ZDFiMjhlZjVlNWQ1NTcyMDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d ResourceInvariantUUID:bd4583ab-f776-4c96-a342-8d112a504ac2 ResourceName:basic_vm ResourceType:VF ResourceUUID:922dc579-6a69-4aaf-b034-f14e9b3dd89c 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:7ff32130-4391-4d37-aae3-9b6b0003602e ArtifactChecksum:YmE1YTVlOTllOWM4OTZjY2VmM2Q3ZWI4OTk4YzE3YTU= 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:d915d7ac-535f-4883-98ff-4bcd9a6a88d1 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:55c13472-cff9-40d9-8dbc-c131949bfae9 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:55c13472-cff9-40d9-8dbc-c131949bfae9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T03:13:15.348Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27b1de38-81ab-49fc-a7fc-8e6931e79677 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-10T03:13:15.370Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1a11178f-5ad9-4979-b091-f9de0a1356d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T03:13:15.554Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:13:15.557Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1a11178f-5ad9-4979-b091-f9de0a1356d1 71045 2021-11-10T03:13:15.557Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-10T03:13:15.557Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T03:13:15.558Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:13:15.558Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:15.559Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:15.559Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513995557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:13:15.660Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:15.661Z||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-10T03:13:15.661Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:15.672Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:15.672Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:16.560Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:13:16.561Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:13:16.561Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1a11178f-5ad9-4979-b091-f9de0a1356d1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:16.562Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-10T03:13:16.562Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:16.562Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:16.706Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4738585096297449242/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-10T03:13:17.570Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56e8fdee-0a6e-4176-b15e-4b7db67409b6 2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:27b1de38-81ab-49fc-a7fc-8e6931e79677 Model Version:NULL Model InvariantUuid:9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:1bff2cd7-ad0a-441a-9392-37776bf48cab Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bd4583ab-f776-4c96-a342-8d112a504ac2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e0baed8f-f761-4770-b11a-4535e311242c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e82ebfd9-ee5d-447b-8fde-d67772374de9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:56e8fdee-0a6e-4176-b15e-4b7db67409b6 ModelInvariantUuid:b1b7a934-6579-48f3-945a-240c5e302a83 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4daef9c8-022f-4d92-b325-f5e71f9c06aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:5a209050-d55e-444b-b4b5-3acee8e106bb ModelInvariantUuid:27fc7445-3482-4c4e-8021-15da318d54ee ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0aa10872-239c-4787-949a-8ff05cf19fad 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-10T03:13:17.584Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 922dc579-6a69-4aaf-b034-f14e9b3dd89c 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-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 922dc579-6a69-4aaf-b034-f14e9b3dd89c 2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ff32130-4391-4d37-aae3-9b6b0003602e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7ff32130-4391-4d37-aae3-9b6b0003602e 787 2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T03:13:17.779Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:13:17.779Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:17.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:17.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513997778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:13:17.881Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:17.882Z||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-10T03:13:17.882Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:17.895Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:17.896Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:13:18.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e0baed8f-f761-4770-b11a-4535e311242c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e82ebfd9-ee5d-447b-8fde-d67772374de9", "vfModuleModelCustomizationUUID": "7bc64ccf-f390-49f5-a925-3f1d987c5d16", "isBase": true, "artifacts": [ "d915d7ac-535f-4883-98ff-4bcd9a6a88d1", "55c13472-cff9-40d9-8dbc-c131949bfae9" ], "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-10T03:13:18.785Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e82ebfd9-ee5d-447b-8fde-d67772374de9 VfModuleModelInvariantUUID:e0baed8f-f761-4770-b11a-4535e311242c VfModuleModelDescription:NULL Artifacts UUID List:{ d915d7ac-535f-4883-98ff-4bcd9a6a88d1 , 55c13472-cff9-40d9-8dbc-c131949bfae9 } 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-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e0baed8f-f761-4770-b11a-4535e311242c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e82ebfd9-ee5d-447b-8fde-d67772374de9", "vfModuleModelCustomizationUUID": "7bc64ccf-f390-49f5-a925-3f1d987c5d16", "isBase": true, "artifacts": [ "d915d7ac-535f-4883-98ff-4bcd9a6a88d1", "55c13472-cff9-40d9-8dbc-c131949bfae9" ], "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-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e82ebfd9-ee5d-447b-8fde-d67772374de9 VfModuleModelInvariantUUID:e0baed8f-f761-4770-b11a-4535e311242c VfModuleModelDescription:NULL Artifacts UUID List:{ d915d7ac-535f-4883-98ff-4bcd9a6a88d1 , 55c13472-cff9-40d9-8dbc-c131949bfae9 } 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-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d915d7ac-535f-4883-98ff-4bcd9a6a88d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T03:13:18.951Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d915d7ac-535f-4883-98ff-4bcd9a6a88d1 5033 2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:13:18.953Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:18.954Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:18.954Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513998952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:13:19.054Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T03:13:19.055Z||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-10T03:13:19.055Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:19.069Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:19.069Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:19.955Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55c13472-cff9-40d9-8dbc-c131949bfae9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T03:13:19.955Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:13:19.956Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T03:13:20.071Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:13:20.071Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 55c13472-cff9-40d9-8dbc-c131949bfae9 903 2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:20.073Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:20.074Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514000072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:13:20.174Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:20.174Z||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-10T03:13:20.175Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:20.238Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:20.238Z||pool-56-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:21.074Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 27b1de38-81ab-49fc-a7fc-8e6931e79677 2021-11-10T03:13:21.075Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 922dc579-6a69-4aaf-b034-f14e9b3dd89c 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-10T03:13:21.083Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70c6021c, org.onap.sdc.toscaparser.api.parameters.Input@13dde5e5, org.onap.sdc.toscaparser.api.parameters.Input@188fd898, org.onap.sdc.toscaparser.api.parameters.Input@16df692d, org.onap.sdc.toscaparser.api.parameters.Input@56494f08] 2021-11-10T03:13:21.084Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.084Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.084Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-10T03:13:21.084Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d 2021-11-10T03:13:21.085Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d matches Tosca VF Customization UUID: 3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d 2021-11-10T03:13:21.085Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d 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-10T03:13:21.086Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.086Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.087Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d: {\"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-10T03:13:21.087Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2111b290 2021-11-10T03:13:21.087Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.087Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T03:13:21.087Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7bc64ccf-f390-49f5-a925-3f1d987c5d16 2021-11-10T03:13:21.087Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7bc64ccf-f390-49f5-a925-3f1d987c5d16 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-10T03:13:21.089Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.089Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:21.089Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:13:21.089Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.089Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:21.089Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:13:21.090Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.090Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-10T03:13:21.090Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T03:13:21.090Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T03:13:21.090Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56e8fdee-0a6e-4176-b15e-4b7db67409b6 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-10T03:13:21.091Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.092Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:21.092Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:13:21.092Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.092Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T03:13:21.092Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d 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-10T03:13:21.093Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.093Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 27b1de38-81ab-49fc-a7fc-8e6931e79677: basic_vm 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.094Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.095Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:13:21.095Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:13:21.095Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||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-10T03:13:21.142Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 922dc579-6a69-4aaf-b034-f14e9b3dd89c 1 ASDC deployResourceStructure 2021-11-10T03:13:21.143Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-10T03:13:21.143Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T03:13:21.143Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:13:21.143Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:21.144Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:21.145Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514001143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:13:21.245Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:21.245Z||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-10T03:13:21.245Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:21.256Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:21.257Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:22.146Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T03:13:22.146Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T03:13:22.146Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:13:22.146Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:22.148Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:22.148Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514002145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:13:22.248Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:22.249Z||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-10T03:13:22.249Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:22.259Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:22.259Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:23.149Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T03:13:23.149Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T03:13:23.150Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:13:23.150Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:23.151Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:23.152Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514003149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T03:13:23.252Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:23.252Z||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-10T03:13:23.253Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:23.263Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:23.264Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:24.153Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-10T03:13:24.153Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T03:13:24.153Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:13:24.153Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:13:24.155Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:13:24.155Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514004152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:13:24.255Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:13:24.256Z||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-10T03:13:24.256Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:13:24.268Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:13:24.269Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:13:25.156Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:13:25.163Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:13:25.164Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:13:25.164Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T03:13:25.164Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T03:13:55.164Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:13:55.172Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:13:55.177Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:13:55.177Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T03:13:55.178Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T03:14:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:14:07.699Z||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-10T03:14:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:14:07.721Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:14:07.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:14:07.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513909467, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:14:07.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:14:25.178Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:14:25.185Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:14:25.187Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:14:25.187Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T03:14:25.187Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T03:14:55.188Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:14:55.194Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:14:55.196Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:14:55.196Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T03:14:55.196Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T03:15:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:15:07.698Z||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-10T03:15:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:15:07.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:15:07.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513957795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "ves-openapi-manager", "timestamp": 1636513959390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513957477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "ves-openapi-manager", "timestamp": 1636513959390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513957795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:15:07.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513957477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "ves-openapi-manager", "timestamp": 1636513959390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513957795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513957477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "ves-openapi-manager", "timestamp": 1636513959390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513957795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513957477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "ves-openapi-manager", "timestamp": 1636513959390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513957795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513957477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "ves-openapi-manager", "timestamp": 1636513959390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513957795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513957477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "ves-openapi-manager", "timestamp": 1636513959390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513957795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513957477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513966782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513966790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513967794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513967824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "policy-id", "timestamp": 1636513968798, "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-10T03:15:07.741Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 2021-11-10T03:15:07.741Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 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-10T03:15:07.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513968867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513969755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513969874, "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-10T03:15:07.750Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 2021-11-10T03:15:07.750Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 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-10T03:15:07.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-10T03:15:07.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "cds", "timestamp": 1636513970759, "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-10T03:15:07.757Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 2021-11-10T03:15:07.757Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 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-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "multicloud-k8s-id", "timestamp": 1636513970877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513975489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513962320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513961963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513979089, "artifactURL": "/sdc/v1/catalog/services/ffdacf11-4dc7-4ed7-9c9a-71397124079a/resourceInstances/basicclamp0/artifacts/25e329b6-d0e9-4655-8c1b-65ef1c3508fa", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513979894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513980322, "artifactURL": "/sdc/v1/catalog/services/ffdacf11-4dc7-4ed7-9c9a-71397124079a/resourceInstances/basicclamp0/artifacts/25e329b6-d0e9-4655-8c1b-65ef1c3508fa", "status": "DEPLOY_OK" } 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "cds", "timestamp": 1636513980897, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:15:07.777Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 2021-11-10T03:15:07.777Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:15:07.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513981152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "dcae-sch", "timestamp": 1636513981326, "artifactURL": "/sdc/v1/catalog/services/ffdacf11-4dc7-4ed7-9c9a-71397124079a/resourceInstances/basicclamp0/artifacts/25e329b6-d0e9-4655-8c1b-65ef1c3508fa", "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-10T03:15:07.786Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 2021-11-10T03:15:07.786Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "aai-ml", "timestamp": 1636513982156, "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-10T03:15:07.796Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 2021-11-10T03:15:07.796Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 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-10T03:15:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513983893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513977477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513977795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513986055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513986094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513986393, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "ves-openapi-manager", "timestamp": 1636513979390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513987059, "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-10T03:15:07.808Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 2021-11-10T03:15:07.809Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 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-10T03:15:07.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513987097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:07.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:15:07.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:15:07.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513987434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:15:07.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:15:25.196Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:15:25.203Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:15:25.205Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:15:25.205Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T03:15:25.205Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T03:15:25.205Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T03:15:25.205Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:15:25.205Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:15:25.205Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:15:25.206Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:15:25.206Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:15:25.206Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|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-10T03:15:25.209Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T03:15:55.209Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 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-10T03:15:55.215Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 and serviceModelVersionId: 27b1de38-81ab-49fc-a7fc-8e6931e79677 2021-11-10T03:15:55.215Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f 2021-11-10T03:15:55.215Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0 2021-11-10T03:15:55.220Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T03:15:55.254Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0|INFO|500||Invoke 2021-11-10T03:15:55.255Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83d2e785-5ab4-4cd3-aa7c-6359e17cfc74], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[609f4558-d077-4d34-9373-613423c1e128], X-ECOMP-RequestID=[83d2e785-5ab4-4cd3-aa7c-6359e17cfc74], X-TransactionId=[], X-ONAP-RequestID=[83d2e785-5ab4-4cd3-aa7c-6359e17cfc74], Content-Type=[application/merge-patch+json]} 2021-11-10T03:15:55.271Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T03:15:55.764Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?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/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-03:15:55:273-11955], vertex-id=[229384], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:15:55 GMT], Content-Type=[application/json]} 2021-11-10T03:15:55.764Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T03:15:55.764Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f/model-vers/model-ver/27b1de38-81ab-49fc-a7fc-8e6931e79677?depth=0|INFO|500||InvokeReturn 2021-11-10T03:15:55.765Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T03:15:55.765Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|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-10T03:15:55.768Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|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-10T03:15:55.768Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T03:15:55.768Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T03:15:55.769Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:15:55.770Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:15:55.770Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514155768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:15:55.871Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:15:55.871Z||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-10T03:15:55.871Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:15:55.887Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:15:55.887Z||pool-61-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-10T03:15:56.780Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T03:15:56.780Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ffdacf11-4dc7-4ed7-9c9a-71397124079a","serviceDescription":"service","serviceInvariantUUID":"05775179-5d6a-4bd1-aa97-f018777b0c58","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3868ef40-7d73-48e5-ab40-8bb5b03da74e","resourceInvariantUUID":"1b3acc57-d4d8-4a30-a160-61ad23e9df23","resourceCustomizationUUID":"dc38da39-24b4-446a-b788-2d30440cdc54","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":"25e329b6-d0e9-4655-8c1b-65ef1c3508fa","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":"NzcxYzMwYThhYjQxNjJlYTY4ZjQ2OThmYzg3NjM2MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a09c4da6-f779-4ea8-8041-066d0452b777","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":"ZmU4ODY4M2ZiODQ4NGIzYzY3M2VhZGY1ODhkNjJhYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5c8ce3bf-4fbb-4763-a46c-0a433743989f","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":"5a90262b-7f18-4d3f-8c76-ccba64783ffc","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":"b5f76778-be87-4bac-9500-57409c8b52ca","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":"721aafb1-fa52-4833-bb9e-60b02bfd6034","artifactVersion":"2","generatedFromUUID":"5a90262b-7f18-4d3f-8c76-ccba64783ffc"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Mjk1ZDU4MWYzZGRlZDI0MzM4YzVjZDA2MDk3ZmE1OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cd0cbd9-48a0-4f28-bf03-8734c3512896","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmYzZjkxZGEwMzYzMGIwOGIzNDRhMzk4NzEzMTlkMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0b418a1-b506-40e3-9308-d993acf7a4ce","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T03:15:56.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:15:56.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:15:56.782Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:15:56.782Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:56.882Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:15:56.883Z||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-10T03:15:56.883Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:15:56.896Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:15:56.896Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:15:57.783Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:15:57.784Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:15:57.785Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:15:57.785Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:15:57.886Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T03:15:57.886Z||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-10T03:15:57.886Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:15:57.898Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:15:57.898Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:15:58.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:15:58.787Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:15:58.789Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:15:58.789Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:15:58.889Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:15:58.889Z||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-10T03:15:58.889Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:15:58.900Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:15:58.900Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:15:59.789Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:15:59.790Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:15:59.792Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:15:59.792Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T03:15:59.892Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:15:59.892Z||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-10T03:15:59.892Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:15:59.904Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:15:59.904Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:00.792Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:00.793Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:00.794Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:00.794Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:00.895Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:00.895Z||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-10T03:16:00.895Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:00.906Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:00.907Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:01.795Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:01.796Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:01.797Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:01.797Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T03:16:01.898Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:01.898Z||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-10T03:16:01.898Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:01.909Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:01.910Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:02.798Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:02.798Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:02.800Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:02.800Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:02.900Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:02.901Z||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-10T03:16:02.901Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:02.914Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:02.914Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:03.801Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:03.801Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:03.803Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:03.803Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:03.903Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:03.904Z||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-10T03:16:03.904Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:03.917Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:03.918Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:16:04.804Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "ffdacf11-4dc7-4ed7-9c9a-71397124079a", "serviceDescription": "service", "serviceInvariantUUID": "05775179-5d6a-4bd1-aa97-f018777b0c58", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "dc38da39-24b4-446a-b788-2d30440cdc54", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3868ef40-7d73-48e5-ab40-8bb5b03da74e", "resourceInvariantUUID": "1b3acc57-d4d8-4a30-a160-61ad23e9df23", "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": "ZmU4ODY4M2ZiODQ4NGIzYzY3M2VhZGY1ODhkNjJhYjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c8ce3bf-4fbb-4763-a46c-0a433743989f", "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": "5a90262b-7f18-4d3f-8c76-ccba64783ffc", "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": "721aafb1-fa52-4833-bb9e-60b02bfd6034", "generatedFromUUID": "5a90262b-7f18-4d3f-8c76-ccba64783ffc" }, "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": "721aafb1-fa52-4833-bb9e-60b02bfd6034", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MmYzZjkxZGEwMzYzMGIwOGIzNDRhMzk4NzEzMTlkMGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0b418a1-b506-40e3-9308-d993acf7a4ce" } ], "workloadContext": "Production" } 2021-11-10T03:16:04.804Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T03:16:04.804Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffdacf11-4dc7-4ed7-9c9a-71397124079a ASDC 2021-11-10T03:16:04.805Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:ffdacf11-4dc7-4ed7-9c9a-71397124079a ServiceInvariantUUID:05775179-5d6a-4bd1-aa97-f018777b0c58 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:f0b418a1-b506-40e3-9308-d993acf7a4ce ArtifactChecksum:MmYzZjkxZGEwMzYzMGIwOGIzNDRhMzk4NzEzMTlkMGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:dc38da39-24b4-446a-b788-2d30440cdc54 ResourceInvariantUUID:1b3acc57-d4d8-4a30-a160-61ad23e9df23 ResourceName:basicclamp ResourceType:VF ResourceUUID:3868ef40-7d73-48e5-ab40-8bb5b03da74e 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:5c8ce3bf-4fbb-4763-a46c-0a433743989f ArtifactChecksum:ZmU4ODY4M2ZiODQ4NGIzYzY3M2VhZGY1ODhkNjJhYjg= 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:5a90262b-7f18-4d3f-8c76-ccba64783ffc 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:721aafb1-fa52-4833-bb9e-60b02bfd6034 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:721aafb1-fa52-4833-bb9e-60b02bfd6034 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T03:16:04.805Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffdacf11-4dc7-4ed7-9c9a-71397124079a 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-10T03:16:04.826Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:16:04.827Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:16:04.827Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:16:04.827Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0b418a1-b506-40e3-9308-d993acf7a4ce from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T03:16:04.827Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:04.827Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T03:16:05.182Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:05.184Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f0b418a1-b506-40e3-9308-d993acf7a4ce 73651 2021-11-10T03:16:05.185Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-10T03:16:05.185Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T03:16:05.185Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:05.185Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:05.186Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:05.186Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514165185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:05.287Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:05.287Z||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-10T03:16:05.287Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:05.300Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:05.300Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:06.187Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:16:06.188Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:16:06.188Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f0b418a1-b506-40e3-9308-d993acf7a4ce, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:06.188Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-10T03:16:06.188Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:06.189Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:06.273Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7732835836541739728/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-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.111Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.112Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:07.113Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:07.113Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:16:07.113Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:16:07.113Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.113Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:07.113Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:07.114Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:16:07.114Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:16:07.114Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.114Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:07.114Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.114Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-10T03:16:07.114Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-10T03:16:07.115Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-10T03:16:07.115Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-10T03:16:07.115Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T03:16:07.115Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T03:16:07.115Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.115Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T03:16:07.115Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.116Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:07.116Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:07.116Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.116Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:07.116Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:07.116Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.117Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:07.117Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:07.117Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.117Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-10T03:16:07.117Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T03:16:07.117Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T03:16:07.117Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=893482bc-7723-43c3-92ed-283cd659c721 2021-11-10T03:16:07.118Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.118Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:07.118Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.118Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:07.118Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.118Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:07.118Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:07.119Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:07.119Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:ffdacf11-4dc7-4ed7-9c9a-71397124079a Model Version:NULL Model InvariantUuid:05775179-5d6a-4bd1-aa97-f018777b0c58 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:e373d008-1585-422f-a466-bcaac328cd24 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b3acc57-d4d8-4a30-a160-61ad23e9df23 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dc38da39-24b4-446a-b788-2d30440cdc54 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f2c5610-00ab-4db1-89c2-aa045f82b824 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:630b4d94-a5ce-4487-9a14-0d13c4c8d8cf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:893482bc-7723-43c3-92ed-283cd659c721 ModelInvariantUuid:2b7d3624-116c-4d68-b3be-80fac5d7caaa ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:909bcf2c-80a3-4237-8bae-1126539d91ff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:348f6605-a00e-431d-8d04-da4fd7686304 ModelInvariantUuid:58153e7f-fdc0-4773-9091-24f2d8f2c33f ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:02552059-9ace-4db5-be28-a01cb54fecb7 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-10T03:16:07.124Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3868ef40-7d73-48e5-ab40-8bb5b03da74e 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-10T03:16:07.126Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-11-10T03:16:07.126Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3868ef40-7d73-48e5-ab40-8bb5b03da74e 2021-11-10T03:16:07.126Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5c8ce3bf-4fbb-4763-a46c-0a433743989f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T03:16:07.126Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:07.126Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T03:16:07.156Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:07.156Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5c8ce3bf-4fbb-4763-a46c-0a433743989f 790 2021-11-10T03:16:07.157Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-10T03:16:07.157Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T03:16:07.157Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:07.157Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:07.159Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:07.159Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514167157, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.259Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:07.260Z||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-10T03:16:07.260Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:07.273Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:07.273Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:16:07.698Z||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-10T03:16:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:07.715Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:07.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "policy-id", "timestamp": 1636513988099, "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-10T03:16:07.731Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 2021-11-10T03:16:07.731Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:16:07.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513988469, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:16:07.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513989476, "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-10T03:16:07.743Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 2021-11-10T03:16:07.743Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:16:07.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513967674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "multicloud-k8s-id", "timestamp": 1636513990479, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513991270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513981900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "dcae-sch", "timestamp": 1636513982330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513994583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513976180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513995557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513995562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513996168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513997157, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "cds", "timestamp": 1636513997558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T03:16:07.762Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 2021-11-10T03:16:07.762Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 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-10T03:16:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513997585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513997778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513998115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "aai-ml", "timestamp": 1636513998160, "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-10T03:16:07.771Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 2021-11-10T03:16:07.771Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:16:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "clamp", "timestamp": 1636513998589, "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-10T03:16:07.780Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 2021-11-10T03:16:07.780Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d2e785-5ab4-4cd3-aa7c-6359e17cfc74 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-10T03:16:07.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513998952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636513999117, "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-10T03:16:07.789Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 2021-11-10T03:16:07.789Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:16:07.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514000072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:16:07.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514001143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514002145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T03:16:07.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514003149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514004152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636513997477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636513997795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636514006285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636514006577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636513974800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636513999163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636514007287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "ves-openapi-manager", "timestamp": 1636513999390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636514007622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636514007848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "policy-id", "timestamp": 1636514008289, "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-10T03:16:07.810Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 2021-11-10T03:16:07.810Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 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-10T03:16:07.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636514008677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636514009685, "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-10T03:16:07.820Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 2021-11-10T03:16:07.820Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 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-10T03:16:07.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "multicloud-k8s-id", "timestamp": 1636514010688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636514011587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636514012590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514006180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514015079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636514015657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "aai-ml", "timestamp": 1636514016659, "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-10T03:16:07.831Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 2021-11-10T03:16:07.831Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 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-10T03:16:07.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636514016690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514017098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636514017692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514018100, "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-10T03:16:07.845Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 2021-11-10T03:16:07.846Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 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-10T03:16:07.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "clamp", "timestamp": 1636514018695, "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-10T03:16:07.853Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 2021-11-10T03:16:07.853Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:16:07.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514019699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514031589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514034593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "clamp", "timestamp": 1636514035597, "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-10T03:16:07.864Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 2021-11-10T03:16:07.864Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 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-10T03:16:07.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514036180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "aai-ml", "timestamp": 1636514027674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "clamp", "timestamp": 1636514036601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "cds", "timestamp": 1636514036963, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "aai-ml", "timestamp": 1636514027674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514036180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "policy-id", "timestamp": 1636514037478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "clamp", "timestamp": 1636514036601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "multicloud-k8s-id", "timestamp": 1636514037795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "cds", "timestamp": 1636514036963, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514039002, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "aai-ml", "timestamp": 1636514039072, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "policy-id", "timestamp": 1636514037478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "multicloud-k8s-id", "timestamp": 1636514037795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:07.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "cds", "timestamp": 1636514039697, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "ves-openapi-manager", "timestamp": 1636514039390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "policy-id", "timestamp": 1636514040281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514040415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "cds", "timestamp": 1636514040701, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:16:07.881Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0677a57c-b2db-4766-ac26-1bbecb6966c8 2021-11-10T03:16:07.881Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0677a57c-b2db-4766-ac26-1bbecb6966c8 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-10T03:16:07.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "ves-openapi-manager", "timestamp": 1636514039390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "policy-id", "timestamp": 1636514041284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636514041418, "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-10T03:16:07.890Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0677a57c-b2db-4766-ac26-1bbecb6966c8 2021-11-10T03:16:07.890Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0677a57c-b2db-4766-ac26-1bbecb6966c8 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-10T03:16:07.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "aai-ml", "timestamp": 1636514041959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "policy-id", "timestamp": 1636514042286, "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-10T03:16:07.899Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0677a57c-b2db-4766-ac26-1bbecb6966c8 2021-11-10T03:16:07.899Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0677a57c-b2db-4766-ac26-1bbecb6966c8 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-10T03:16:07.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "dcae-sch", "timestamp": 1636514042320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "aai-ml", "timestamp": 1636514042961, "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-10T03:16:07.907Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0677a57c-b2db-4766-ac26-1bbecb6966c8 2021-11-10T03:16:07.907Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0677a57c-b2db-4766-ac26-1bbecb6966c8 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-10T03:16:07.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "dcae-sch", "timestamp": 1636514042320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:07.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:16:07.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "clamp", "timestamp": 1636514044594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:07.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:07.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:16:07.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "clamp", "timestamp": 1636514046600, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:07.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:16:08.160Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f2c5610-00ab-4db1-89c2-aa045f82b824", "vfModuleModelVersion": "1", "vfModuleModelUUID": "630b4d94-a5ce-4487-9a14-0d13c4c8d8cf", "vfModuleModelCustomizationUUID": "b323c0af-62ae-4e9a-bfcb-e957dd0a0e83", "isBase": true, "artifacts": [ "5a90262b-7f18-4d3f-8c76-ccba64783ffc", "721aafb1-fa52-4833-bb9e-60b02bfd6034" ], "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-10T03:16:08.164Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:630b4d94-a5ce-4487-9a14-0d13c4c8d8cf VfModuleModelInvariantUUID:1f2c5610-00ab-4db1-89c2-aa045f82b824 VfModuleModelDescription:NULL Artifacts UUID List:{ 5a90262b-7f18-4d3f-8c76-ccba64783ffc , 721aafb1-fa52-4833-bb9e-60b02bfd6034 } 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-10T03:16:08.167Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f2c5610-00ab-4db1-89c2-aa045f82b824", "vfModuleModelVersion": "1", "vfModuleModelUUID": "630b4d94-a5ce-4487-9a14-0d13c4c8d8cf", "vfModuleModelCustomizationUUID": "b323c0af-62ae-4e9a-bfcb-e957dd0a0e83", "isBase": true, "artifacts": [ "5a90262b-7f18-4d3f-8c76-ccba64783ffc", "721aafb1-fa52-4833-bb9e-60b02bfd6034" ], "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-10T03:16:08.167Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:630b4d94-a5ce-4487-9a14-0d13c4c8d8cf VfModuleModelInvariantUUID:1f2c5610-00ab-4db1-89c2-aa045f82b824 VfModuleModelDescription:NULL Artifacts UUID List:{ 5a90262b-7f18-4d3f-8c76-ccba64783ffc , 721aafb1-fa52-4833-bb9e-60b02bfd6034 } 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-10T03:16:08.167Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a90262b-7f18-4d3f-8c76-ccba64783ffc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T03:16:08.167Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:08.168Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T03:16:08.202Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:08.202Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5a90262b-7f18-4d3f-8c76-ccba64783ffc 5033 2021-11-10T03:16:08.202Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T03:16:08.202Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T03:16:08.202Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:08.202Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:08.204Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:08.204Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514168202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:08.304Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:08.305Z||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-10T03:16:08.305Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:08.318Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:08.318Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:09.205Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 721aafb1-fa52-4833-bb9e-60b02bfd6034 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T03:16:09.205Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:09.206Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T03:16:09.238Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:09.239Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 721aafb1-fa52-4833-bb9e-60b02bfd6034 909 2021-11-10T03:16:09.239Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T03:16:09.239Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T03:16:09.239Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:09.239Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:09.241Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:09.241Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514169239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:09.341Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:09.342Z||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-10T03:16:09.342Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:09.353Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:09.353Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:10.241Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ffdacf11-4dc7-4ed7-9c9a-71397124079a 2021-11-10T03:16:10.242Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3868ef40-7d73-48e5-ab40-8bb5b03da74e 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-10T03:16:10.250Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dc8fc7b, org.onap.sdc.toscaparser.api.parameters.Input@43b4785d, org.onap.sdc.toscaparser.api.parameters.Input@169db93c, org.onap.sdc.toscaparser.api.parameters.Input@3968a4cb, org.onap.sdc.toscaparser.api.parameters.Input@53a9acb9] 2021-11-10T03:16:10.251Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.251Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.252Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-10T03:16:10.252Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= dc38da39-24b4-446a-b788-2d30440cdc54 2021-11-10T03:16:10.252Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc38da39-24b4-446a-b788-2d30440cdc54 matches Tosca VF Customization UUID: dc38da39-24b4-446a-b788-2d30440cdc54 2021-11-10T03:16:10.252Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: dc38da39-24b4-446a-b788-2d30440cdc54 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-10T03:16:10.253Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.253Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.254Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id dc38da39-24b4-446a-b788-2d30440cdc54: {\"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-10T03:16:10.254Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34a2f026 2021-11-10T03:16:10.254Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.254Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T03:16:10.254Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b323c0af-62ae-4e9a-bfcb-e957dd0a0e83 2021-11-10T03:16:10.254Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b323c0af-62ae-4e9a-bfcb-e957dd0a0e83 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-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.256Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-10T03:16:10.257Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T03:16:10.257Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T03:16:10.257Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=893482bc-7723-43c3-92ed-283cd659c721 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-10T03:16:10.258Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.258Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:10.258Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:10.258Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.259Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T03:16:10.259Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=dc38da39-24b4-446a-b788-2d30440cdc54 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-10T03:16:10.260Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.260Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.260Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ffdacf11-4dc7-4ed7-9c9a-71397124079a: basicclamp 2021-11-10T03:16:10.260Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.260Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:10.261Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T03:16:10.315Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 3868ef40-7d73-48e5-ab40-8bb5b03da74e 1 ASDC deployResourceStructure 2021-11-10T03:16:10.315Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-10T03:16:10.315Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T03:16:10.315Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:16:10.315Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:10.317Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:10.317Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514170315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:16:10.417Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:10.418Z||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-10T03:16:10.418Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:10.430Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:10.430Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:16:11.318Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T03:16:11.318Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T03:16:11.318Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:16:11.319Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:11.320Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:11.320Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514171317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:16:11.421Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T03:16:11.421Z||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-10T03:16:11.422Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:11.432Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:11.432Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:12.321Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T03:16:12.322Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T03:16:12.322Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:16:12.322Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:12.323Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:12.324Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514172321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T03:16:12.424Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:12.424Z||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-10T03:16:12.424Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:12.436Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:12.436Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:13.324Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-10T03:16:13.325Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T03:16:13.325Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:16:13.325Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:13.326Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:13.326Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514173324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:16:13.427Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:13.427Z||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-10T03:16:13.427Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:13.438Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:13.438Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:16:14.327Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:16:14.334Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:16:14.336Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:16:14.337Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:16:14.337Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:16:14.337Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:16:14.337Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|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-10T03:16:14.340Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T03:16:44.340Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d 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-10T03:16:44.343Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d and serviceModelVersionId: ffdacf11-4dc7-4ed7-9c9a-71397124079a 2021-11-10T03:16:44.343Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05775179-5d6a-4bd1-aa97-f018777b0c58 2021-11-10T03:16:44.344Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05775179-5d6a-4bd1-aa97-f018777b0c58/model-vers/model-ver/ffdacf11-4dc7-4ed7-9c9a-71397124079a?depth=0 2021-11-10T03:16:44.347Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T03:16:44.374Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05775179-5d6a-4bd1-aa97-f018777b0c58/model-vers/model-ver/ffdacf11-4dc7-4ed7-9c9a-71397124079a?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-10T03:16:44.375Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05775179-5d6a-4bd1-aa97-f018777b0c58/model-vers/model-ver/ffdacf11-4dc7-4ed7-9c9a-71397124079a?depth=0|INFO|500||Invoke 2021-11-10T03:16:44.391Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05775179-5d6a-4bd1-aa97-f018777b0c58/model-vers/model-ver/ffdacf11-4dc7-4ed7-9c9a-71397124079a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T03:16:44.591Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05775179-5d6a-4bd1-aa97-f018777b0c58/model-vers/model-ver/ffdacf11-4dc7-4ed7-9c9a-71397124079a?depth=0|INFO|500||InvokeReturn 2021-11-10T03:16:44.591Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05775179-5d6a-4bd1-aa97-f018777b0c58/model-vers/model-ver/ffdacf11-4dc7-4ed7-9c9a-71397124079a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211110-03:16:44:392-87693], vertex-id=[618608], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:16:44 GMT], Content-Type=[application/json]} 2021-11-10T03:16:44.591Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-10T03:16:44.592Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T03:16:44.592Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|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-10T03:16:44.595Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|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-10T03:16:44.595Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T03:16:44.596Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T03:16:44.596Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:44.597Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:44.598Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514204596, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:16:44.698Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:44.698Z||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-10T03:16:44.699Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:44.713Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:44.714Z||pool-78-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-10T03:16:45.607Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T03:16:45.607Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5b4697a6-1a43-4ba0-9efb-326e684b84a4","serviceDescription":"service","serviceInvariantUUID":"4d440984-82ab-4696-9794-b62499110216","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e452be3-2d24-4980-9d9c-e5a7cca82427","resourceInvariantUUID":"fc666179-f8e6-411c-bca7-5b4873afb13f","resourceCustomizationUUID":"f6ce2402-8932-41af-af56-3b5d5789518d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Y2U5MDM2YmVlNWEzMmE5ZThiNjU0YzA2ZmUzMzM5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31c3ad78-6f18-418d-ba38-1ea2df256ffb","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZjFiZDlhZDYxZTA3YzlkZWIxMjVmYWRjMDYyMTEyYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7af53e0d-e54f-4ffb-8cca-2b226f329f60","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"204aab93-a7f0-4972-a232-02b48a73f22c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"007033a8-1871-4a19-968b-afb1768f68e8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c604e3a-7173-4a81-9955-dcded27ad45a","artifactVersion":"2","generatedFromUUID":"204aab93-a7f0-4972-a232-02b48a73f22c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MDBlMTlmMjkyYjI3ZjIwMzMwMGM3NTFlN2Y1NGRmNjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cf25a9e6-76cf-4f91-9b6a-4cc33ca8e100","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"Y2Y2OTgwMzFjZjNmNjIwMDYwZmFmYzVhYjNkOWQ2YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a392b647-8511-4658-ad2c-fe857a0993bc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTk3NjAwZWIxMjgzYjE4ZGZmYmNiNmRkN2MxOGM0NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2da21e1-4b93-4cc4-b2b9-f369e2753fba","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T03:16:45.608Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:45.608Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:45.609Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:45.609Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:45.710Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T03:16:45.710Z||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-10T03:16:45.710Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:45.722Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:45.722Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:46.610Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:46.611Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:46.612Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:46.612Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:16:46.713Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T03:16:46.714Z||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-10T03:16:46.714Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:46.726Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:46.726Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:47.613Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:47.614Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:47.615Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:47.615Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:16:47.716Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:47.716Z||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-10T03:16:47.717Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:47.728Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:47.729Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:48.616Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:48.617Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:48.618Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:48.619Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:48.719Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:48.719Z||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-10T03:16:48.719Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:48.732Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:48.732Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:49.619Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:49.620Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:49.622Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:49.622Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T03:16:49.722Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:49.722Z||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-10T03:16:49.722Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:49.735Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:49.735Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:50.622Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:50.623Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:50.624Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:50.624Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:50.725Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:50.725Z||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-10T03:16:50.725Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:50.736Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:50.736Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:51.625Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:51.626Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:51.627Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:51.627Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:16:51.727Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:51.728Z||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-10T03:16:51.728Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:51.738Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:51.739Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:52.628Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:16:52.628Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:52.630Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:52.630Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:16:52.730Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:52.731Z||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-10T03:16:52.731Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:52.742Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:52.742Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:53.631Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5b4697a6-1a43-4ba0-9efb-326e684b84a4", "serviceDescription": "service", "serviceInvariantUUID": "4d440984-82ab-4696-9794-b62499110216", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f6ce2402-8932-41af-af56-3b5d5789518d", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7e452be3-2d24-4980-9d9c-e5a7cca82427", "resourceInvariantUUID": "fc666179-f8e6-411c-bca7-5b4873afb13f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZjFiZDlhZDYxZTA3YzlkZWIxMjVmYWRjMDYyMTEyYzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7af53e0d-e54f-4ffb-8cca-2b226f329f60", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "204aab93-a7f0-4972-a232-02b48a73f22c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c604e3a-7173-4a81-9955-dcded27ad45a", "generatedFromUUID": "204aab93-a7f0-4972-a232-02b48a73f22c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c604e3a-7173-4a81-9955-dcded27ad45a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OTk3NjAwZWIxMjgzYjE4ZGZmYmNiNmRkN2MxOGM0NjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2da21e1-4b93-4cc4-b2b9-f369e2753fba" } ], "workloadContext": "Production" } 2021-11-10T03:16:53.632Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T03:16:53.632Z|e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b4697a6-1a43-4ba0-9efb-326e684b84a4 ASDC 2021-11-10T03:16:53.632Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5b4697a6-1a43-4ba0-9efb-326e684b84a4 ServiceInvariantUUID:4d440984-82ab-4696-9794-b62499110216 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:b2da21e1-4b93-4cc4-b2b9-f369e2753fba ArtifactChecksum:OTk3NjAwZWIxMjgzYjE4ZGZmYmNiNmRkN2MxOGM0NjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f6ce2402-8932-41af-af56-3b5d5789518d ResourceInvariantUUID:fc666179-f8e6-411c-bca7-5b4873afb13f ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7e452be3-2d24-4980-9d9c-e5a7cca82427 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:7af53e0d-e54f-4ffb-8cca-2b226f329f60 ArtifactChecksum:ZjFiZDlhZDYxZTA3YzlkZWIxMjVmYWRjMDYyMTEyYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:204aab93-a7f0-4972-a232-02b48a73f22c ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:3c604e3a-7173-4a81-9955-dcded27ad45a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:3c604e3a-7173-4a81-9955-dcded27ad45a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T03:16:53.632Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b4697a6-1a43-4ba0-9efb-326e684b84a4 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-10T03:16:53.653Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:16:53.654Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:16:53.654Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:16:53.654Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b2da21e1-4b93-4cc4-b2b9-f369e2753fba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T03:16:53.654Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:53.654Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T03:16:54.681Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:54.684Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b2da21e1-4b93-4cc4-b2b9-f369e2753fba 78792 2021-11-10T03:16:54.684Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-10T03:16:54.684Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T03:16:54.684Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:54.684Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:54.686Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:54.686Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514214684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:54.786Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:54.786Z||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-10T03:16:54.787Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:54.798Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:54.799Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:55.686Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:16:55.687Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:16:55.687Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b2da21e1-4b93-4cc4-b2b9-f369e2753fba, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:55.687Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-10T03:16:55.688Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:55.688Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:55.769Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5368377849986881224/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-10T03:16:56.590Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T03:16:56.591Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:16:56.591Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:56.591Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T03:16:56.591Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:56.591Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:56.591Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-BasicVmMacro-csar.csar 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-BasicVmMacro-csar.csar 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-BasicVmMacro-csar.csar 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-BasicVmMacro-csar.csar 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-BasicVmMacro-csar.csar 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.592Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:56.593Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:16:56.593Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:16:56.593Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:16:56.593Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.593Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:56.593Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:16:56.593Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:16:56.594Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:16:56.594Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.594Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:56.594Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.594Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-10T03:16:56.594Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-10T03:16:56.594Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-10T03:16:56.595Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-10T03:16:56.595Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T03:16:56.595Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T03:16:56.595Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.595Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T03:16:56.595Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.595Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:16:56.596Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:56.596Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.596Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:16:56.596Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:56.596Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.596Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:16:56.597Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:16:56.597Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.597Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-10T03:16:56.597Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T03:16:56.597Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T03:16:56.597Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6136fe84-8aff-4e75-b528-d070bbe5a4b8 2021-11-10T03:16:56.597Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.598Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:56.598Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.598Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:56.598Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.598Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:56.598Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:16:56.598Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:16:56.599Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5b4697a6-1a43-4ba0-9efb-326e684b84a4 Model Version:NULL Model InvariantUuid:4d440984-82ab-4696-9794-b62499110216 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:40a2c7e4-3b58-40e9-862e-89fc89b11f55 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fc666179-f8e6-411c-bca7-5b4873afb13f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f6ce2402-8932-41af-af56-3b5d5789518d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fc3243ae-dabb-4351-876e-d24563bc57c3 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:913fca8e-85fe-4836-9022-6ad21853523c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6136fe84-8aff-4e75-b528-d070bbe5a4b8 ModelInvariantUuid:adb950ec-0b6a-449f-8d5a-48711df91710 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:82391c03-9075-4cf2-9f03-2683fb7c85ea ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a41b8c3c-f474-4950-822d-3a07a634f397 ModelInvariantUuid:cf3f1ad1-9cd5-413d-8bd4-2105e29224a3 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:f0c7b43f-422f-41b7-bdb2-26fbcf7c7313 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-10T03:16:56.603Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e452be3-2d24-4980-9d9c-e5a7cca82427 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-10T03:16:56.605Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-11-10T03:16:56.605Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e452be3-2d24-4980-9d9c-e5a7cca82427 2021-11-10T03:16:56.605Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7af53e0d-e54f-4ffb-8cca-2b226f329f60 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T03:16:56.605Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:56.605Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T03:16:56.660Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:56.660Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7af53e0d-e54f-4ffb-8cca-2b226f329f60 792 2021-11-10T03:16:56.660Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-10T03:16:56.661Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T03:16:56.661Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:56.661Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:56.662Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:56.662Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514216660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:56.763Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:56.763Z||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-10T03:16:56.763Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:56.775Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:56.775Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:16:57.663Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fc3243ae-dabb-4351-876e-d24563bc57c3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "913fca8e-85fe-4836-9022-6ad21853523c", "vfModuleModelCustomizationUUID": "718d12ea-c03b-46e0-9cc2-f03545629695", "isBase": true, "artifacts": [ "204aab93-a7f0-4972-a232-02b48a73f22c", "3c604e3a-7173-4a81-9955-dcded27ad45a" ], "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-10T03:16:57.666Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:913fca8e-85fe-4836-9022-6ad21853523c VfModuleModelInvariantUUID:fc3243ae-dabb-4351-876e-d24563bc57c3 VfModuleModelDescription:NULL Artifacts UUID List:{ 204aab93-a7f0-4972-a232-02b48a73f22c , 3c604e3a-7173-4a81-9955-dcded27ad45a } 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-10T03:16:57.667Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fc3243ae-dabb-4351-876e-d24563bc57c3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "913fca8e-85fe-4836-9022-6ad21853523c", "vfModuleModelCustomizationUUID": "718d12ea-c03b-46e0-9cc2-f03545629695", "isBase": true, "artifacts": [ "204aab93-a7f0-4972-a232-02b48a73f22c", "3c604e3a-7173-4a81-9955-dcded27ad45a" ], "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-10T03:16:57.667Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:913fca8e-85fe-4836-9022-6ad21853523c VfModuleModelInvariantUUID:fc3243ae-dabb-4351-876e-d24563bc57c3 VfModuleModelDescription:NULL Artifacts UUID List:{ 204aab93-a7f0-4972-a232-02b48a73f22c , 3c604e3a-7173-4a81-9955-dcded27ad45a } 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-10T03:16:57.667Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 204aab93-a7f0-4972-a232-02b48a73f22c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T03:16:57.668Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:57.668Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T03:16:57.953Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:57.953Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 204aab93-a7f0-4972-a232-02b48a73f22c 5033 2021-11-10T03:16:57.953Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T03:16:57.953Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T03:16:57.953Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:57.954Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:57.955Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:57.955Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514217953, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:58.056Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:58.056Z||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-10T03:16:58.056Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:58.068Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:58.069Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:16:58.956Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3c604e3a-7173-4a81-9955-dcded27ad45a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T03:16:58.957Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:16:58.957Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T03:16:59.075Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:16:59.076Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3c604e3a-7173-4a81-9955-dcded27ad45a 903 2021-11-10T03:16:59.076Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T03:16:59.076Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T03:16:59.076Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:16:59.076Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:16:59.078Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:16:59.078Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514219076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:16:59.178Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:16:59.179Z||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-10T03:16:59.179Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:16:59.193Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:16:59.193Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:17:00.078Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5b4697a6-1a43-4ba0-9efb-326e684b84a4 2021-11-10T03:17:00.079Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7e452be3-2d24-4980-9d9c-e5a7cca82427 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-10T03:17:00.088Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38e53d40, org.onap.sdc.toscaparser.api.parameters.Input@3639d3db, org.onap.sdc.toscaparser.api.parameters.Input@625abfab, org.onap.sdc.toscaparser.api.parameters.Input@1ce8013c, org.onap.sdc.toscaparser.api.parameters.Input@df620dc] 2021-11-10T03:17:00.089Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.090Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.090Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-10T03:17:00.090Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f6ce2402-8932-41af-af56-3b5d5789518d 2021-11-10T03:17:00.090Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6ce2402-8932-41af-af56-3b5d5789518d matches Tosca VF Customization UUID: f6ce2402-8932-41af-af56-3b5d5789518d 2021-11-10T03:17:00.090Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f6ce2402-8932-41af-af56-3b5d5789518d 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-10T03:17:00.091Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.092Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.092Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f6ce2402-8932-41af-af56-3b5d5789518d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-11-10T03:17:00.092Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e84dbd1 2021-11-10T03:17:00.092Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.092Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T03:17:00.092Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 718d12ea-c03b-46e0-9cc2-f03545629695 2021-11-10T03:17:00.093Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 718d12ea-c03b-46e0-9cc2-f03545629695 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-10T03:17:00.094Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.094Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:17:00.094Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:17:00.094Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.095Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:17:00.095Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:17:00.095Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.095Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-10T03:17:00.095Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T03:17:00.095Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T03:17:00.095Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6136fe84-8aff-4e75-b528-d070bbe5a4b8 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-10T03:17:00.097Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.097Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:17:00.097Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T03:17:00.097Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.097Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T03:17:00.098Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f6ce2402-8932-41af-af56-3b5d5789518d 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-10T03:17:00.099Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.099Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.099Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5b4697a6-1a43-4ba0-9efb-326e684b84a4: basic_vm_macro 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.100Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:00.101Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:00.101Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T03:17:00.156Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7e452be3-2d24-4980-9d9c-e5a7cca82427 1 ASDC deployResourceStructure 2021-11-10T03:17:00.156Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-10T03:17:00.156Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T03:17:00.156Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:17:00.157Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:00.159Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:00.159Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514220156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:17:00.259Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:17:00.260Z||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-10T03:17:00.260Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:00.272Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:00.273Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:17:01.160Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T03:17:01.160Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T03:17:01.160Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:17:01.161Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:01.162Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:01.162Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514221160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:17:01.262Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T03:17:01.263Z||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-10T03:17:01.264Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:01.276Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:01.276Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:17:02.163Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T03:17:02.164Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T03:17:02.164Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:17:02.164Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:02.165Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:02.165Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514222163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T03:17:02.266Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T03:17:02.266Z||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-10T03:17:02.266Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:02.278Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:02.278Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:17:03.166Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-10T03:17:03.167Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T03:17:03.167Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:17:03.167Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:03.168Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:03.168Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514223166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:17:03.269Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:17:03.269Z||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-10T03:17:03.269Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:03.282Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:03.283Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:17:04.169Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:17:04.177Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:04.179Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-10T03:17:04.183Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T03:17:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:17:07.698Z||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-10T03:17:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:07.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:07.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:17:07.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "clamp", "timestamp": 1636514047602, "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-10T03:17:07.723Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0677a57c-b2db-4766-ac26-1bbecb6966c8 2021-11-10T03:17:07.723Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0677a57c-b2db-4766-ac26-1bbecb6966c8 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-10T03:17:34.183Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e 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-10T03:17:34.187Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e and serviceModelVersionId: 5b4697a6-1a43-4ba0-9efb-326e684b84a4 2021-11-10T03:17:34.187Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d440984-82ab-4696-9794-b62499110216 2021-11-10T03:17:34.188Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0 2021-11-10T03:17:34.192Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T03:17:34.224Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0|INFO|500||Invoke 2021-11-10T03:17:34.225Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbbcc0ef-3384-409e-8919-0cf75bcd1582], X-ECOMP-RequestID=[0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e], X-TransactionId=[], X-ONAP-RequestID=[0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e], Content-Type=[application/merge-patch+json]} 2021-11-10T03:17:34.241Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T03:17:34.756Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?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/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-03:17:34:243-98681], vertex-id=[639088], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:17:34 GMT], Content-Type=[application/json]} 2021-11-10T03:17:34.756Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T03:17:34.756Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d440984-82ab-4696-9794-b62499110216/model-vers/model-ver/5b4697a6-1a43-4ba0-9efb-326e684b84a4?depth=0|INFO|500||InvokeReturn 2021-11-10T03:17:34.757Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T03:17:34.757Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-10T03:17:34.760Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-10T03:17:34.760Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T03:17:34.760Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T03:17:34.761Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:34.762Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:34.762Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514254760, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:17:34.862Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:17:34.863Z||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-10T03:17:34.863Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:34.880Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:34.880Z||pool-95-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-10T03:17:35.772Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:17:35.772Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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-10T03:17:35.772Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:40.129Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:40.130Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T03:17:40.130Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0677a57c-b2db-4766-ac26-1bbecb6966c8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b","serviceDescription":"service","serviceInvariantUUID":"1beea1ed-cd4d-46d3-9361-9d0af40e41e7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cbcb647d-c652-4f7d-b713-e1ca565d16a9","resourceInvariantUUID":"5159bb98-edce-4e47-83b4-996fa2f9fb79","resourceCustomizationUUID":"3eeda44a-b2d6-43bb-afc1-faf7ffe722b6","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":"NzM0ODAxZDlkYmM4Njg2ZGI5MGYzNGJhMTNjMTQyNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e219474-f6c8-433c-83d2-d46bc8784cb1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2M3Y2U0Y2ZkZWMzNTJiNTYyMjhlYjBiOTUzZGI0ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcc25175-4456-44c6-91fa-a763b9f28ec5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T03:17:40.131Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:17:40.131Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:40.133Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:40.133Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514255772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:17:40.233Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:17:40.234Z||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-10T03:17:40.234Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:40.248Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:40.248Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:17:41.134Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T03:17:41.134Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:41.136Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:41.136Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514255772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:17:41.236Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:17:41.237Z||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-10T03:17:41.237Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:41.250Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:41.250Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:17:42.137Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b", "serviceDescription": "service", "serviceInvariantUUID": "1beea1ed-cd4d-46d3-9361-9d0af40e41e7", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "3eeda44a-b2d6-43bb-afc1-faf7ffe722b6", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "cbcb647d-c652-4f7d-b713-e1ca565d16a9", "resourceInvariantUUID": "5159bb98-edce-4e47-83b4-996fa2f9fb79", "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": "Y2M3Y2U0Y2ZkZWMzNTJiNTYyMjhlYjBiOTUzZGI0ODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcc25175-4456-44c6-91fa-a763b9f28ec5" } ], "workloadContext": "Production" } 2021-11-10T03:17:42.138Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T03:17:42.138Z|0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b ASDC 2021-11-10T03:17:42.138Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:0677a57c-b2db-4766-ac26-1bbecb6966c8 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b ServiceInvariantUUID:1beea1ed-cd4d-46d3-9361-9d0af40e41e7 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:bcc25175-4456-44c6-91fa-a763b9f28ec5 ArtifactChecksum:Y2M3Y2U0Y2ZkZWMzNTJiNTYyMjhlYjBiOTUzZGI0ODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:3eeda44a-b2d6-43bb-afc1-faf7ffe722b6 ResourceInvariantUUID:5159bb98-edce-4e47-83b4-996fa2f9fb79 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:cbcb647d-c652-4f7d-b713-e1ca565d16a9 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-10T03:17:42.138Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b 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-10T03:17:42.155Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:17:42.155Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:17:42.156Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:17:42.156Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcc25175-4456-44c6-91fa-a763b9f28ec5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T03:17:42.156Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T03:17:42.156Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T03:17:42.248Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T03:17:42.250Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bcc25175-4456-44c6-91fa-a763b9f28ec5 52487 2021-11-10T03:17:42.250Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-10T03:17:42.250Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T03:17:42.250Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T03:17:42.250Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:42.252Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:42.252Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514262250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:17:42.352Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:17:42.353Z||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-10T03:17:42.353Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:42.364Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:42.364Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-10T03:17:43.252Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T03:17:43.254Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T03:17:43.254Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bcc25175-4456-44c6-91fa-a763b9f28ec5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.254Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-10T03:17:43.255Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.255Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.327Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14665407786243489106/Definitions/service-BasicNetwork-template.yml 2021-11-10T03:17:43.653Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T03:17:43.653Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:17:43.653Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.653Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.654Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.655Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.656Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b Model Version:NULL Model InvariantUuid:1beea1ed-cd4d-46d3-9361-9d0af40e41e7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:5159bb98-edce-4e47-83b4-996fa2f9fb79 Model UUID:6471e03e-5d62-450b-a61a-e929fcdd3993 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:3eeda44a-b2d6-43bb-afc1-faf7ffe722b6 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-10T03:17:43.661Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: cbcb647d-c652-4f7d-b713-e1ca565d16a9 2021-11-10T03:17:43.661Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||No resources found for Service: 36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b 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-10T03:17:43.664Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| 2021-11-10T03:17:43.664Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-10T03:17:43.664Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b 2021-11-10T03:17:43.664Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b 2021-11-10T03:17:43.664Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-10T03:17:43.664Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-10T03:17:43.667Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a350b08, org.onap.sdc.toscaparser.api.parameters.Input@ce32552, org.onap.sdc.toscaparser.api.parameters.Input@409f27c, org.onap.sdc.toscaparser.api.parameters.Input@4efce5b9, org.onap.sdc.toscaparser.api.parameters.Input@6cb3ca25] 2021-11-10T03:17:43.668Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.669Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.669Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.669Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.669Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b: Generic NeutronNet 2021-11-10T03:17:43.669Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.669Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.670Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.670Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-10T03:17:43.688Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.689Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.689Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.689Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.689Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T03:17:43.689Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T03:17:43.690Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||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-10T03:17:43.721Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-10T03:17:43.722Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-10T03:17:43.722Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T03:17:43.722Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T03:17:43.722Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:17:43.724Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:17:43.724Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514263722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:17:43.824Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:17:43.824Z||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-10T03:17:43.825Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:17:43.837Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:17:43.838Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T03:17:44.725Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0677a57c-b2db-4766-ac26-1bbecb6966c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T03:17:44.732Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0677a57c-b2db-4766-ac26-1bbecb6966c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T03:17:44.734Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:17:44.737Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T03:18:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:18:07.698Z||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-10T03:18:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:18:07.721Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:18:07.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514155768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:18:07.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:18:07.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T03:18:07.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:18:07.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:18:07.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514165185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514167157, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:18:07.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:18:14.738Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0677a57c-b2db-4766-ac26-1bbecb6966c8 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-10T03:18:14.742Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0677a57c-b2db-4766-ac26-1bbecb6966c8 and serviceModelVersionId: 36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b 2021-11-10T03:18:14.742Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1beea1ed-cd4d-46d3-9361-9d0af40e41e7 2021-11-10T03:18:14.743Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1beea1ed-cd4d-46d3-9361-9d0af40e41e7/model-vers/model-ver/36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b?depth=0 2021-11-10T03:18:14.747Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T03:18:14.779Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1beea1ed-cd4d-46d3-9361-9d0af40e41e7/model-vers/model-ver/36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b?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-10T03:18:14.780Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1beea1ed-cd4d-46d3-9361-9d0af40e41e7/model-vers/model-ver/36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b?depth=0|INFO|500||Invoke 2021-11-10T03:18:14.797Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1beea1ed-cd4d-46d3-9361-9d0af40e41e7/model-vers/model-ver/36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T03:18:15.068Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1beea1ed-cd4d-46d3-9361-9d0af40e41e7/model-vers/model-ver/36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b?depth=0|INFO|500||InvokeReturn 2021-11-10T03:18:15.069Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1beea1ed-cd4d-46d3-9361-9d0af40e41e7/model-vers/model-ver/36d354d4-40e8-4a8f-ac5a-b2c0fd1e520b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-03:18:14:799-64509], vertex-id=[663664], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:18:14 GMT], Content-Type=[application/json]} 2021-11-10T03:18:15.069Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-10T03:18:15.069Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T03:18:15.069Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:18:15.073Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:18:15.073Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0677a57c-b2db-4766-ac26-1bbecb6966c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T03:18:15.073Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T03:18:15.073Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T03:18:15.075Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T03:18:15.075Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514295073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:18:15.175Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T03:18:15.176Z||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-10T03:18:15.176Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:18:15.190Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:18:15.190Z||pool-100-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-10T03:18:16.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:18:16.084Z||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-10T03:18:16.084Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:18:25.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:18:25.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:18:25.625Z||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-10T03:18:25.626Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:18:35.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:18:35.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:18:35.171Z||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-10T03:18:35.172Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:18:44.715Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:18:44.715Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:18:44.715Z||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-10T03:18:44.716Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:18:54.256Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:19:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:19:07.696Z||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-10T03:19:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:19:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:19:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:19:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:19:07.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:19:07.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514168202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514169239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514170315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514171317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514172321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514173324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f3dbb6-9fbd-49b3-854f-3e48f4b4cf8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514204596, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636513987696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514214684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514216660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514217953, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514219076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514220156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514221160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514222163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:19:07.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514223166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:19:07.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:19:17.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:20:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:20:07.696Z||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-10T03:20:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:20:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:20:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:20:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:20:07.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:20:07.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:20:07.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a7df4a0-e7ab-4e15-b7eb-f1ce32baec1e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514254760, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514255772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514255772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514262250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:20:07.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514263722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T03:20:07.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:20:17.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:21:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:21:07.697Z||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-10T03:21:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:21:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:21:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:21:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:21:08.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:21:08.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T03:21:08.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0677a57c-b2db-4766-ac26-1bbecb6966c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636514295073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T03:21:08.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T03:21:17.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:22:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:22:07.696Z||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-10T03:22:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:22:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:22:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:22:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:22:17.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:22:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:23:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:23:07.696Z||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-10T03:23:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:23:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:23:07.698Z||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-10T03:23:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:23:17.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:23:17.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:24:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:24:07.696Z||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-10T03:24:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:24:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:24:07.698Z||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-10T03:24:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:24:17.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:24:17.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:25:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:25:07.697Z||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-10T03:25:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:25:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:25:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:25:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:25:17.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:25:17.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:26:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:26:07.696Z||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-10T03:26:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:26:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:26:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:26:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:26:17.239Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:26:17.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:27:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:27:07.696Z||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-10T03:27:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:27:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:27:07.698Z||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-10T03:27:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:27:17.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:27:17.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:28:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:28:07.696Z||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-10T03:28:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:28:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:28:07.698Z||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-10T03:28:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:28:17.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:28:17.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:29:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:29:07.696Z||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-10T03:29:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:29:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:29:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:29:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:29:17.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:29:17.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:30:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:30:07.697Z||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-10T03:30:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:30:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:30:07.698Z||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-10T03:30:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:30:17.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:30:17.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:31:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:31:07.696Z||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-10T03:31:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:31:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:31:07.698Z||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-10T03:31:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:31:17.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:31:17.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:32:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:32:07.696Z||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-10T03:32:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:32:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:32:07.698Z||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-10T03:32:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:32:17.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:32:17.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:33:07.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:33:07.696Z||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-10T03:33:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:33:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:33:07.698Z||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-10T03:33:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:33:17.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:33:17.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:34:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:34:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:34:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:34:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:34:07.698Z||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-10T03:34:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:34:17.245Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:34:17.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:35:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:35:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:35:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:35:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:35:07.698Z||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-10T03:35:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:35:17.243Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:35:17.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:36:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:36:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:36:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:36:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:36:07.698Z||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-10T03:36:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:36:17.239Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:36:17.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:37:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:37:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:37:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:37:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:37:07.698Z||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-10T03:37:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:37:17.241Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:37:17.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:38:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:38:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:38:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:38:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:38:07.697Z||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-10T03:38:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:38:17.242Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:38:17.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:39:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:39:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:39:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:39:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:39:07.698Z||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-10T03:39:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:39:17.258Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:39:17.258Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:40:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:40:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:40:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:40:07.698Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:40:07.699Z||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-10T03:40:07.699Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:40:17.256Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:40:17.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:41:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:41:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:41:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:41:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:41:07.698Z||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-10T03:41:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:41:17.241Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:41:17.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:42:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:42:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:42:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:42:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:42:07.697Z||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-10T03:42:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:42:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:42:17.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:43:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:43:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:43:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:43:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:43:07.698Z||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-10T03:43:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:43:17.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:43:17.261Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:44:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:44:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:44:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:44:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:44:07.698Z||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-10T03:44:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:44:17.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:44:17.241Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:45:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:45:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:45:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:45:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:45:07.697Z||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-10T03:45:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:45:17.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:45:17.239Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:46:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:46:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:46:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:46:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:46:07.698Z||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-10T03:46:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:46:17.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:46:17.241Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:47:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:47:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:47:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:47:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:47:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:47:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:47:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:47:17.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:48:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:48:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:48:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:48:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:48:07.698Z||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-10T03:48:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:48:17.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:48:17.246Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:49:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:49:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:49:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:49:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:49:07.697Z||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-10T03:49:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:49:17.242Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:49:17.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:50:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:50:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:50:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:50:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:50:07.697Z||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-10T03:50:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:50:17.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:50:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:51:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:51:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:51:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:51:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:51:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:51:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:51:17.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:51:17.246Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:52:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:52:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:52:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:52:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:52:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:52:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:52:17.238Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:52:17.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:53:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:53:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:53:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:53:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:53:07.697Z||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-10T03:53:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:53:17.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:53:17.241Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:54:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:54:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:54:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:54:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:54:07.697Z||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-10T03:54:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:54:17.242Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:54:17.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:55:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:55:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:55:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:55:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:55:07.697Z||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-10T03:55:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:55:17.241Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:55:17.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:56:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:56:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:56:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:56:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:56:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T03:56:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T03:56:17.241Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:56:17.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:57:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:57:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:57:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:57:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:57:07.698Z||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-10T03:57:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:57:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:57:17.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:58:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:58:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:58:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:58:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:58:07.697Z||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-10T03:58:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:58:17.235Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:58:17.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:59:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:59:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T03:59:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:59:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T03:59:07.698Z||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-10T03:59:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T03:59:17.243Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T03:59:17.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:00:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:00:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:00:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:00:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:00:07.697Z||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-10T04:00:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:00:17.239Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:00:17.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:01:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:01:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:01:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:01:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:01:07.698Z||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-10T04:01:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:01:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:01:17.244Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:02:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:02:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:02:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:02:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:02:07.697Z||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-10T04:02:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:02:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:02:17.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:03:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:03:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:03:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:03:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:03:07.697Z||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-10T04:03:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:03:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:03:17.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:04:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:04:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:04:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:04:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:04:07.697Z||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-10T04:04:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T04:04:17.234Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:04:17.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:05:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:05:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:05:07.696Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:05:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:05:07.698Z||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-10T04:05:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:05:17.243Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:05:17.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:06:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:06:07.696Z||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-10T04:06:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:06:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:06:07.698Z||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-10T04:06:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:06:17.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:06:17.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:07:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:07:07.696Z||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-10T04:07:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:07:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:07:07.698Z||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-10T04:07:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:07:17.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:07:17.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:08:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:08:07.696Z||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-10T04:08:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:08:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:08:07.697Z||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-10T04:08:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T04:08:17.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:08:17.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:09:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:09:07.696Z||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-10T04:09:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:09:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:09:07.698Z||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-10T04:09:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:09:17.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:09:17.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:10:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:10:07.696Z||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-10T04:10:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:10:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:10:07.697Z||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-10T04:10:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:10:17.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:10:17.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:11:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:11:07.696Z||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-10T04:11:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:11:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:11:07.697Z||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-10T04:11:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:11:17.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:11:17.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:12:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:12:07.696Z||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-10T04:12:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:12:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:12:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T04:12:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T04:12:17.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:12:17.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:13:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:13:07.696Z||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-10T04:13:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:13:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:13:07.698Z||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-10T04:13:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:13:17.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:13:17.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:14:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:14:07.696Z||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-10T04:14:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:14:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:14:07.698Z||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-10T04:14:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:14:17.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:14:17.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:15:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:15:07.696Z||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-10T04:15:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:15:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:15:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:15:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:15:17.243Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:15:17.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:16:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:16:07.696Z||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-10T04:16:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:16:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:16:07.697Z||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-10T04:16:07.698Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ... 2021-11-10T04:16:17.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:16:17.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:17:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:17:07.696Z||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-10T04:17:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:17:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:17:07.697Z||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-10T04:17:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:17:17.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:17:17.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:18:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:18:07.696Z||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-10T04:18:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:18:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:18:07.697Z||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-10T04:18:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:18:17.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:18:17.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:19:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:19:07.696Z||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-10T04:19:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:19:07.697Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:19:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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-10T04:19:07.698Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:19:17.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:19:17.240Z|0677a57c-b2db-4766-ac26-1bbecb6966c8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:20:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:20:07.696Z||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-10T04:20:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:20:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:20:07.697Z||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-10T04:20:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:20:17.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:20:17.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:21:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:21:07.696Z||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-10T04:21:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:21:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:21:07.698Z||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-10T04:21:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:21:17.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:21:17.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:22:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:22:07.696Z||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-10T04:22:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:22:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:22:07.698Z||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-10T04:22:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:22:17.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:22:17.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:23:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:23:07.696Z||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-10T04:23:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:23:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:23:07.698Z||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-10T04:23:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:23:17.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:23:17.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:24:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:24:07.696Z||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-10T04:24:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:24:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:24:07.698Z||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-10T04:24:07.698Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:24:17.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:24:17.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:25:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:25:07.696Z||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-10T04:25:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:25:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:25:07.697Z||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-10T04:25:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:25:17.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:25:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:26:07.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:26:07.696Z||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-10T04:26:07.696Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:26:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T04:26:07.697Z||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-10T04:26:07.697Z||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 EgYp8JyW4M3YhMhh) ... 2021-11-10T04:26:17.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T04:26:17.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK