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-08-30T08:10:03.934Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-sjsjx with PID 14 (/app/app.jar started by so in /app) 2021-08-30T08:10:03.943Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-30T08:10:03.944Z||main|||||INFO|500||The following profiles are active: basic 2021-08-30T08:10:18.387Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-30T08:10:18.390Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-30T08:10:18.784Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-30T08:10:25.139Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-30T08:10:25.511Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-30T08:10:27.139Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-30T08:10:27.148Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-30T08:10:27.823Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-30T08:10:29.911Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-30T08:10:31.828Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-30T08:10:38.376Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-30T08:10:41.231Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-30T08:10:41.291Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-30T08:10:41.914Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-30T08:10:42.070Z||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-08-30T08:10:43.410Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-30T08:10:44.519Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-30T08:10:44.548Z||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$$1fdb4479.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-08-30T08:10:44.550Z||main|||||WARN|500||The sdc end point is not alive 2021-08-30T08:10:47.486Z||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-08-30T08:10:50.052Z||main|||||WARN|500||--- 2021-08-30T08:10:50.053Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-30T08:10:50.054Z||main|||||WARN|500||--- 2021-08-30T08:10:50.466Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-30T08:10:54.608Z||main|||||INFO|500||Started Application in 53.848 seconds (JVM running for 60.265) 2021-08-30T08:10:54.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-30T08:10:54.614Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-30T08:10:54.642Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-30T08:10:54.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-30T08:10:54.834Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c897a440-a367-49a3-9a1e-aa839117d36a url= /sdc/v1/artifactTypes 2021-08-30T08:10:54.836Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-30T08:10:55.709Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-30T08:10:55.743Z||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-08-30T08:10:55.763Z||scheduling-1|||||DEBUG|500||create keys 2021-08-30T08:10:55.770Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-30T08:10:55.799Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:10:55.815Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6f06f352-7d27-4a7f-a56a-abeca98c9cf7 url= /sdc/v1/registerForDistribution 2021-08-30T08:10:56.063Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6f06f352-7d27-4a7f-a56a-abeca98c9cf7 url= /sdc/v1/registerForDistribution 2021-08-30T08:10:56.063Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-30T08:10:56.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:10:56.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:10:56.122Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-30T08:10:56.128Z||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-08-30T08:10:56.128Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:10:56.129Z||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-08-30T08:10:56.129Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:11:06.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:11:06.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:11:56.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:11:56.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:11:56.095Z||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-08-30T08:11:56.095Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:11:56.103Z||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-08-30T08:11:56.106Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:12:05.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:12:05.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:12:56.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:12:56.077Z||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-08-30T08:12:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:12:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:12:56.091Z||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-08-30T08:12:56.091Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:13:05.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:13:05.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:13:56.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:13:56.076Z||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-08-30T08:13:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:13:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:13:56.084Z||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-08-30T08:13:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:14:05.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:14:05.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:14:56.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:14:56.075Z||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-08-30T08:14:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:14:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:14:56.084Z||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-08-30T08:14:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:15:05.656Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:15:05.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:15:56.074Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:15:56.079Z||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-08-30T08:15:56.080Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:15:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:15:56.085Z||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-08-30T08:15:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:16:05.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:16:05.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:16:56.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:16:56.076Z||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-08-30T08:16:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:16:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:16:56.084Z||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-08-30T08:16:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:17:05.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:17:05.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:17:56.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:17:56.078Z||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-08-30T08:17:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:17:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:17:56.084Z||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-08-30T08:17:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:18:05.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:18:05.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:18:56.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:18:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:18:56.088Z||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-08-30T08:18:56.088Z||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-08-30T08:18:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:18:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:19:05.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:19:05.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:19:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:19:56.075Z||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-08-30T08:19:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:19:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:19:56.085Z||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-08-30T08:19:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:20:05.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:20:05.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:20:18.571Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-30T08:20:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:20:56.075Z||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-08-30T08:20:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:20:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:20:56.084Z||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-08-30T08:20:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:21:05.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:21:05.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:21:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:21:56.076Z||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-08-30T08:21:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:21:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:21:56.085Z||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-08-30T08:21:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:22:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:22:05.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:22:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:22:56.077Z||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-08-30T08:22:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:22:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:22:56.084Z||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-08-30T08:22:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:23:05.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:23:05.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:23:56.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:23:56.081Z||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-08-30T08:23:56.081Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:23:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:23:56.085Z||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-08-30T08:23:56.086Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:24:05.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:24:05.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:24:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:24:56.076Z||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-08-30T08:24:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:24:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:24:56.084Z||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-08-30T08:24:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:25:05.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:25:05.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:25:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:25:56.075Z||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-08-30T08:25:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:25:56.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:25:56.087Z||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-08-30T08:25:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:26:05.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:26:05.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:26:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:26:56.078Z||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-08-30T08:26:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:26:56.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:26:56.085Z||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-08-30T08:26:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:27:05.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:27:05.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:27:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:27:56.077Z||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-08-30T08:27:56.081Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:27:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:27:56.084Z||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-08-30T08:27:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:28:05.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:28:05.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:28:56.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:28:56.079Z||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-08-30T08:28:56.080Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:28:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:28:56.084Z||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-08-30T08:28:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:29:05.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:29:05.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:29:56.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:29:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:29:56.083Z||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-08-30T08:29:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:29:56.083Z||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-08-30T08:29:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:30:05.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:30:05.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:30:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:30:56.076Z||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-08-30T08:30:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:30:56.083Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:30:56.084Z||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-08-30T08:30:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:31:05.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:31:05.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:31:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:31:56.075Z||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-08-30T08:31:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:31:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:31:56.084Z||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-08-30T08:31:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:32:05.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:32:05.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:32:56.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:32:56.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:32:56.092Z||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-08-30T08:32:56.092Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:32:56.118Z||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-08-30T08:32:56.119Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:33:05.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:33:05.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:33:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:33:56.078Z||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-08-30T08:33:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:33:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:33:56.084Z||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-08-30T08:33:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:34:05.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:34:05.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:34:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:34:56.077Z||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-08-30T08:34:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:34:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:34:56.083Z||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-08-30T08:34:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:35:05.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:35:05.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:35:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:35:56.076Z||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-08-30T08:35:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:35:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:35:56.084Z||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-08-30T08:35:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:36:05.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:36:05.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:36:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:36:56.077Z||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-08-30T08:36:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:36:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:36:56.085Z||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-08-30T08:36:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:37:05.653Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:37:05.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:37:56.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:37:56.080Z||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-08-30T08:37:56.080Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:37:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:37:56.084Z||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-08-30T08:37:56.086Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:38:05.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:38:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:38:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:38:56.078Z||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-08-30T08:38:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:38:56.083Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:38:56.084Z||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-08-30T08:38:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:39:05.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:39:05.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:39:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:39:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:39:56.087Z||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-08-30T08:39:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:39:56.087Z||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-08-30T08:39:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:40:05.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:40:05.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:40:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:40:56.076Z||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-08-30T08:40:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:40:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:40:56.084Z||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-08-30T08:40:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:41:05.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:41:05.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:41:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:41:56.077Z||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-08-30T08:41:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:41:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:41:56.084Z||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-08-30T08:41:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:42:05.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:42:05.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:42:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:42:56.077Z||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-08-30T08:42:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:42:56.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:42:56.097Z||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-08-30T08:42:56.097Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:43:05.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:43:05.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:43:56.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:43:56.078Z||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-08-30T08:43:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:43:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:43:56.085Z||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-08-30T08:43:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:44:05.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:44:05.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:44:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:44:56.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:44:56.089Z||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-08-30T08:44:56.089Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:44:56.090Z||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-08-30T08:44:56.094Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:45:05.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:45:05.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:45:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:45:56.075Z||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-08-30T08:45:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:45:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:45:56.084Z||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-08-30T08:45:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:46:05.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:46:05.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:46:56.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:46:56.078Z||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-08-30T08:46:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:46:56.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:46:56.087Z||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-08-30T08:46:56.095Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:47:05.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:47:05.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:47:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:47:56.074Z||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-08-30T08:47:56.074Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:47:56.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:47:56.088Z||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-08-30T08:47:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:48:05.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:48:05.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:48:56.074Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:48:56.079Z||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-08-30T08:48:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:48:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:48:56.084Z||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-08-30T08:48:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:49:05.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:49:05.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:49:56.074Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:49:56.078Z||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-08-30T08:49:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:49:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:49:56.083Z||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-08-30T08:49:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:50:05.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:50:05.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:50:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:50:56.079Z||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-08-30T08:50:56.080Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:50:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:50:56.084Z||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-08-30T08:50:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:51:05.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:51:05.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:51:56.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:51:56.073Z||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-08-30T08:51:56.074Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:51:56.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:51:56.087Z||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-08-30T08:51:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:52:05.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:52:05.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:52:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:52:56.075Z||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-08-30T08:52:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:52:56.083Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:52:56.084Z||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-08-30T08:52:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:53:05.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:53:05.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:53:56.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:53:56.077Z||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-08-30T08:53:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:53:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:53:56.085Z||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-08-30T08:53:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:54:05.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:54:05.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:54:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:54:56.076Z||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-08-30T08:54:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:54:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:54:56.083Z||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-08-30T08:54:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:55:05.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:55:05.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:55:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:55:56.075Z||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-08-30T08:55:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:55:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:55:56.084Z||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-08-30T08:55:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:56:05.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:56:05.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:56:56.074Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:56:56.078Z||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-08-30T08:56:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:56:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:56:56.083Z||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-08-30T08:56:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:57:05.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:57:05.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:57:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:57:56.076Z||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-08-30T08:57:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:57:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:57:56.083Z||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-08-30T08:57:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:58:05.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:58:05.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:58:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:58:56.077Z||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-08-30T08:58:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:58:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:58:56.083Z||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-08-30T08:58:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:59:05.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:59:05.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T08:59:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:59:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T08:59:56.086Z||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-08-30T08:59:56.086Z||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-08-30T08:59:56.086Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T08:59:56.086Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:00:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:00:05.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:00:56.074Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:00:56.078Z||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-08-30T09:00:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:00:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:00:56.095Z||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-08-30T09:00:56.095Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:01:05.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:01:05.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:01:56.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:01:56.076Z||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-08-30T09:01:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:01:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:01:56.084Z||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-08-30T09:01:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:02:05.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:02:05.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:02:56.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:02:56.073Z||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-08-30T09:02:56.073Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:02:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:02:56.084Z||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-08-30T09:02:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:03:05.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:03:05.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:03:56.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:03:56.078Z||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-08-30T09:03:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:03:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:03:56.084Z||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-08-30T09:03:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:04:05.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:04:05.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:04:56.074Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:04:56.078Z||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-08-30T09:04:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:04:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:04:56.084Z||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-08-30T09:04:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:05:05.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:05:05.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:05:56.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:05:56.080Z||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-08-30T09:05:56.081Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:05:56.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:05:56.091Z||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-08-30T09:05:56.091Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:06:05.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:06:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:06:56.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:06:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:06:56.085Z||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-08-30T09:06:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:06:56.085Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T09:06:56.086Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T09:07:05.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:07:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:07:56.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:07:56.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T09:07:56.075Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T09:07:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:07:56.085Z||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-08-30T09:07:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:08:05.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:08:05.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:08:56.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:08:56.079Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T09:08:56.080Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T09:08:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:08:56.083Z||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-08-30T09:08:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:09:05.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:09:05.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:09:56.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:09:56.076Z||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-08-30T09:09:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:09:56.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:09:56.087Z||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-08-30T09:09:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:10:05.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:10:05.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:10:56.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:10:56.076Z||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-08-30T09:10:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:10:56.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:10:56.088Z||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-08-30T09:10:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:11:05.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:11:05.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:11:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:11:56.077Z||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-08-30T09:11:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:11:56.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:11:56.090Z||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-08-30T09:11:56.090Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:12:05.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:12:05.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:12:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:12:56.076Z||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-08-30T09:12:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:12:56.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:12:56.087Z||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-08-30T09:12:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:13:05.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:13:05.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:13:56.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:13:56.078Z||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-08-30T09:13:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:13:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:13:56.084Z||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-08-30T09:13:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:14:05.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:14:05.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:14:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:14:56.079Z||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-08-30T09:14:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:14:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:14:56.085Z||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-08-30T09:14:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:15:05.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:15:05.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:15:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:15:56.076Z||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-08-30T09:15:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:15:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:15:56.083Z||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-08-30T09:15:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:16:05.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:16:05.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:16:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:16:56.076Z||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-08-30T09:16:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:16:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:16:56.083Z||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-08-30T09:16:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:17:05.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:17:05.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:17:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:17:56.077Z||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-08-30T09:17:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:17:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:17:56.084Z||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-08-30T09:17:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:18:05.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:18:05.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:18:56.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:18:56.073Z||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-08-30T09:18:56.073Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:18:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:18:56.083Z||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-08-30T09:18:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:19:05.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:19:05.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:19:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:19:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:19:56.096Z||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-08-30T09:19:56.097Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:19:56.096Z||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-08-30T09:19:56.097Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:20:05.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:20:05.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:20:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:20:56.076Z||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-08-30T09:20:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:20:56.085Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:20:56.091Z||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-08-30T09:20:56.092Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:21:05.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:21:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:21:56.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:21:56.083Z||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-08-30T09:21:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:21:56.086Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:21:56.087Z||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-08-30T09:21:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:22:05.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:22:05.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:22:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:22:56.073Z||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-08-30T09:22:56.073Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:22:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:22:56.083Z||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-08-30T09:22:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:23:05.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:23:05.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:23:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:23:56.075Z||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-08-30T09:23:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:23:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:23:56.084Z||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-08-30T09:23:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:24:05.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:24:05.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:24:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:24:56.077Z||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-08-30T09:24:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:24:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:24:56.083Z||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-08-30T09:24:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:25:05.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:25:05.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:25:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:25:56.081Z||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-08-30T09:25:56.082Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:25:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:25:56.084Z||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-08-30T09:25:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:26:05.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:26:05.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:26:56.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:26:56.077Z||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-08-30T09:26:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:26:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:26:56.083Z||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-08-30T09:26:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:27:05.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:27:05.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:27:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:27:56.078Z||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-08-30T09:27:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:27:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:27:56.084Z||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-08-30T09:27:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:28:05.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:28:05.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:28:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:28:56.079Z||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-08-30T09:28:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:28:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:28:56.084Z||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-08-30T09:28:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:29:05.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:29:05.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:29:56.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:29:56.077Z||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-08-30T09:29:56.077Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:29:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:29:56.083Z||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-08-30T09:29:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:30:05.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:30:05.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:30:56.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:30:56.076Z||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-08-30T09:30:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:30:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:30:56.084Z||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-08-30T09:30:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:30:56.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:30:56.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"21ef9c2c-0a82-4194-992a-e61978c8d232","serviceName":"basic_onboard_GBakXN","serviceVersion":"1.0","serviceUUID":"e68bae3d-fb22-4462-a9b7-8f7b830b92ce","serviceDescription":"service","serviceInvariantUUID":"626b0378-7670-4120-bb53-60869558860a","resources":[{"resourceInstanceName":"basic_onboard_GBakXN 0","resourceName":"basic_onboard_GBakXN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7","resourceInvariantUUID":"86934322-82a5-440e-a21a-bfcb6966ecb9","resourceCustomizationUUID":"d4d3233b-8632-4520-bcee-769ab526a2ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml","artifactChecksum":"NTRiN2RjNWUxZWFiYTc2NGM3YTQ3MjJiNWQyYTc2ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc4bc7b4-8687-4aaf-8ee7-94625226fb99","artifactVersion":"1"},{"artifactName":"basic_onboard_gbakxn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json","artifactChecksum":"MDMyNGM2MTZkMjE0ZDY4NDVkYzhhNDYyNTg3ZTUzZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9e784363-37a0-423d-9ac1-7a8132f800c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e45b98dd-c2a8-4d95-a13f-53defed952a7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11911e58-8391-47cd-96a7-0f2dce170607","artifactVersion":"2","generatedFromUUID":"9e784363-37a0-423d-9ac1-7a8132f800c0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGbakxn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml","artifactChecksum":"MWJlYzdkZDU0YjhlYTNiZGM1Nzg3ZmYyZmMwZjNlZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e664a89-f19f-4046-a6d4-81a98a07d770","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGbakxn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar","artifactChecksum":"NGY3YTM0MjMzZDExOTYwNmIzYjdjNDZlZDUzYjlhMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b718b16d-6a61-4776-8c84-e7ac47887d3e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-30T09:30:56.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:30:56.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315818557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:30:56.797Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:30:56.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315814701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "ves-openapi-manager", "timestamp": 1630315811412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315818595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315818557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315814701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:30:56.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "ves-openapi-manager", "timestamp": 1630315811412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315818595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "dcae-sch", "timestamp": 1630315821483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.819Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315818557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.819Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315821936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "ves-openapi-manager", "timestamp": 1630315811412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315814701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315818595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-30T09:30:56.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "dcae-sch", "timestamp": 1630315821483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315818557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315821936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315814701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "ves-openapi-manager", "timestamp": 1630315811412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315818595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "dcae-sch", "timestamp": 1630315821483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315818557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315821936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "ves-openapi-manager", "timestamp": 1630315811412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315814701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315818595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315824169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "dcae-sch", "timestamp": 1630315821483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315818557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315821936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315814701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "ves-openapi-manager", "timestamp": 1630315811412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315818595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315824169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "dcae-sch", "timestamp": 1630315821483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315818557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:30:56.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315821936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "ves-openapi-manager", "timestamp": 1630315811412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315814701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:30:56.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315818595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:30:56.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315824169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "dcae-sch", "timestamp": 1630315821483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315821936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315824169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "dcae-sch", "timestamp": 1630315821483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315827787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315821936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:30:56.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315828639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:30:56.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:30:56.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315828735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:30:56.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:30:56.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315824169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315827787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:30:56.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315829652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:30:56.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:30:56.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315824169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:30:56.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315830165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:30:56.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:30:56.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315827787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-30T09:30:56.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:56.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:56.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "policy-id", "timestamp": 1630315830655, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-08-30T09:30:56.920Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2021-08-30T09:30:57.179Z||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-08-30T09:30:57.179Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:30:57.190Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:30:57.191Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:30:57.921Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:30:57.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:30:57.935Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:30:57.935Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:30:58.035Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:30:58.036Z||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-08-30T09:30:58.036Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:30:58.045Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:30:58.046Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 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=? 2021-08-30T09:30:58.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:30:58.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:30:59.144Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:30:59.145Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-30T09:30:59.245Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:30:59.246Z||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-08-30T09:30:59.247Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:30:59.285Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:30:59.286Z||pool-5-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:30:59.702Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232 2021-08-30T09:30:59.733Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:30:59.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:59.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315824169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:30:59.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:30:59.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:30:59.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "cds", "timestamp": 1630315831182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-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-08-30T09:30:59.997Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232 2021-08-30T09:30:59.997Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315827787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:31:00.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:00.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315827787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-30T09:31:00.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:00.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315832777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:00.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315827787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:31:00.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315827787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:31:00.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:00.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315836006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:00.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315836760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:00.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315837348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:31:00.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315838015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:31:00.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630315838355, "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-08-30T09:31:00.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232 2021-08-30T09:31:00.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315838876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "clamp", "timestamp": 1630315839021, "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-08-30T09:31:00.044Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232 2021-08-30T09:31:00.044Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315841599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315843296, "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-08-30T09:31:00.059Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232 2021-08-30T09:31:00.059Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "multicloud-k8s-id", "timestamp": 1630315844303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:31:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315845669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:31:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:31:00.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "aai-ml", "timestamp": 1630315846675, "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-08-30T09:31:00.097Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232 2021-08-30T09:31:00.097Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.147Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:31:00.150Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:00.160Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:00.161Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:31:00.261Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:00.262Z||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-08-30T09:31:00.263Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:00.272Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:00.272Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:01.162Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:31:01.163Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:01.166Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:01.166Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-30T09:31:01.267Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:31:01.268Z||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-08-30T09:31:01.269Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:01.280Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:01.281Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:02.167Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:31:02.167Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:02.169Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:02.170Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:31:02.270Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:02.271Z||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-08-30T09:31:02.271Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:02.281Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:02.281Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:03.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:31:03.173Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:03.175Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:03.175Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:31:03.276Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:03.277Z||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-08-30T09:31:03.277Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:03.288Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:03.289Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:04.182Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "serviceName": "basic_onboard_GBakXN", "serviceVersion": "1.0", "serviceUUID": "e68bae3d-fb22-4462-a9b7-8f7b830b92ce", "serviceDescription": "service", "serviceInvariantUUID": "626b0378-7670-4120-bb53-60869558860a", "resources": [ { "resourceInstanceName": "basic_onboard_GBakXN 0", "resourceCustomizationUUID": "d4d3233b-8632-4520-bcee-769ab526a2ac", "resourceName": "basic_onboard_GBakXN", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7", "resourceInvariantUUID": "86934322-82a5-440e-a21a-bfcb6966ecb9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gbakxn0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "artifactChecksum": "MDMyNGM2MTZkMjE0ZDY4NDVkYzhhNDYyNTg3ZTUzZjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9e784363-37a0-423d-9ac1-7a8132f800c0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "11911e58-8391-47cd-96a7-0f2dce170607", "generatedFromUUID": "9e784363-37a0-423d-9ac1-7a8132f800c0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "11911e58-8391-47cd-96a7-0f2dce170607", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGbakxn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "artifactChecksum": "NGY3YTM0MjMzZDExOTYwNmIzYjdjNDZlZDUzYjlhMTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b718b16d-6a61-4776-8c84-e7ac47887d3e" } ], "workloadContext": "Production" } 2021-08-30T09:31:04.183Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-30T09:31:04.183Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e68bae3d-fb22-4462-a9b7-8f7b830b92ce ASDC 2021-08-30T09:31:04.388Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:21ef9c2c-0a82-4194-992a-e61978c8d232 ServiceName:basic_onboard_GBakXN ServiceVersion:1.0 ServiceUUID:e68bae3d-fb22-4462-a9b7-8f7b830b92ce ServiceInvariantUUID:626b0378-7670-4120-bb53-60869558860a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGbakxn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar ArtifactUUID:b718b16d-6a61-4776-8c84-e7ac47887d3e ArtifactChecksum:NGY3YTM0MjMzZDExOTYwNmIzYjdjNDZlZDUzYjlhMTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_GBakXN 0 ResourceCustomizationUUID:d4d3233b-8632-4520-bcee-769ab526a2ac ResourceInvariantUUID:86934322-82a5-440e-a21a-bfcb6966ecb9 ResourceName:basic_onboard_GBakXN ResourceType:VF ResourceUUID:a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gbakxn0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json ArtifactUUID:4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae ArtifactChecksum:MDMyNGM2MTZkMjE0ZDY4NDVkYzhhNDYyNTg3ZTUzZjI= 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/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml ArtifactUUID:9e784363-37a0-423d-9ac1-7a8132f800c0 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/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env ArtifactUUID:11911e58-8391-47cd-96a7-0f2dce170607 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/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env ArtifactUUID:11911e58-8391-47cd-96a7-0f2dce170607 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-30T09:31:04.388Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e68bae3d-fb22-4462-a9b7-8f7b830b92ce 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-08-30T09:31:04.472Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:31:04.475Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-30T09:31:04.475Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-30T09:31:04.476Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b718b16d-6a61-4776-8c84-e7ac47887d3e from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:04.477Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-30T09:31:04.479Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:05.021Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-30T09:31:05.049Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar b718b16d-6a61-4776-8c84-e7ac47887d3e 71378 2021-08-30T09:31:05.051Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar ASDC sendASDCNotification 2021-08-30T09:31:05.051Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:05.063Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:31:05.064Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:05.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:05.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315865049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:05.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:31:05.180Z||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-08-30T09:31:05.180Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:05.191Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:05.191Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:06.078Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:31:06.080Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-30T09:31:06.081Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b718b16d-6a61-4776-8c84-e7ac47887d3e, URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar to file: /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:06.082Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:06.788Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:06.789Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:07.255Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2501364125403911164/Definitions/service-BasicOnboardGbakxn-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-08-30T09:31:09.500Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-30T09:31:09.505Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-30T09:31:09.505Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GBakXN 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-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-30T09:31:09.513Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.514Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:09.518Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:09.519Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-30T09:31:09.520Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-30T09:31:09.523Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:31:09.523Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.523Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:09.526Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.526Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is not matching search criteria 2021-08-30T09:31:09.526Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:31:09.528Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is not matching search criteria 2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79a638cb-6d25-4a95-860b-5b866287544c 2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.532Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:09.532Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_GBakXN Description:service Model UUID:e68bae3d-fb22-4462-a9b7-8f7b830b92ce Model Version:NULL Model InvariantUuid:626b0378-7670-4120-bb53-60869558860a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_GBakXN Model UUID:3ffe5437-e081-435b-a973-110c2d959ff2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:86934322-82a5-440e-a21a-bfcb6966ecb9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d4d3233b-8632-4520-bcee-769ab526a2ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df8f7e28-fbb5-43af-ac4f-264a8570a9ba ModelName:BasicOnboardGbakxn..base_ubuntu18..module-0 ModelUuid:69ce9c9b-9bed-4a5b-ba98-7051bce27f1a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:79a638cb-6d25-4a95-860b-5b866287544c ModelInvariantUuid:4564e1c9-280a-41a5-a365-affd8c73b9bb ModelName:basic_onboard_GBakXN-nodes.ubuntu18Cvfc ModelUuid:5322fce2-b184-405b-bec0-79fb2c1a5f97 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:582e3b35-0ade-41ee-8bb1-64fd9ab6f671 ModelInvariantUuid:bb4924a6-d862-4a7e-a1c8-05125dc42214 ModelName:BasicOnboardGbakxn.compute.nodes.heat.ubuntu18 ModelUuid:678fd25d-23b1-42f7-b2bf-8546975c47b0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-30T09:31:09.542Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:31:10.631Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||basic_onboard_GBakXN 0 2021-08-30T09:31:10.638Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7 2021-08-30T09:31:10.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json 2021-08-30T09:31:10.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-30T09:31:10.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json 2021-08-30T09:31:11.088Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-30T09:31:11.089Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json 4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae 798 2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json ASDC sendASDCNotification 2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json 2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:11.094Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:11.094Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315871089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:11.194Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:11.195Z||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-08-30T09:31:11.195Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:11.205Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:11.206Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:31:12.097Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardGbakxn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "df8f7e28-fbb5-43af-ac4f-264a8570a9ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69ce9c9b-9bed-4a5b-ba98-7051bce27f1a", "vfModuleModelCustomizationUUID": "2a117ec1-008d-4909-9cfa-0a8ce32d6898", "isBase": true, "artifacts": [ "9e784363-37a0-423d-9ac1-7a8132f800c0", "11911e58-8391-47cd-96a7-0f2dce170607" ], "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-08-30T09:31:12.163Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardGbakxn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:69ce9c9b-9bed-4a5b-ba98-7051bce27f1a VfModuleModelInvariantUUID:df8f7e28-fbb5-43af-ac4f-264a8570a9ba VfModuleModelDescription:NULL Artifacts UUID List:{ 9e784363-37a0-423d-9ac1-7a8132f800c0 , 11911e58-8391-47cd-96a7-0f2dce170607 } 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-08-30T09:31:12.169Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardGbakxn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "df8f7e28-fbb5-43af-ac4f-264a8570a9ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69ce9c9b-9bed-4a5b-ba98-7051bce27f1a", "vfModuleModelCustomizationUUID": "2a117ec1-008d-4909-9cfa-0a8ce32d6898", "isBase": true, "artifacts": [ "9e784363-37a0-423d-9ac1-7a8132f800c0", "11911e58-8391-47cd-96a7-0f2dce170607" ], "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-08-30T09:31:12.170Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardGbakxn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:69ce9c9b-9bed-4a5b-ba98-7051bce27f1a VfModuleModelInvariantUUID:df8f7e28-fbb5-43af-ac4f-264a8570a9ba VfModuleModelDescription:NULL Artifacts UUID List:{ 9e784363-37a0-423d-9ac1-7a8132f800c0 , 11911e58-8391-47cd-96a7-0f2dce170607 } 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-08-30T09:31:12.171Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9e784363-37a0-423d-9ac1-7a8132f800c0 from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml 2021-08-30T09:31:12.171Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-30T09:31:12.172Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml 2021-08-30T09:31:12.662Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml 9e784363-37a0-423d-9ac1-7a8132f800c0 5033 2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml 2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:31:12.664Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:12.666Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:12.666Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315872663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:12.767Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:12.768Z||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-08-30T09:31:12.768Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:12.780Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:12.781Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:31:13.666Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 11911e58-8391-47cd-96a7-0f2dce170607 from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env 2021-08-30T09:31:13.667Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-30T09:31:13.667Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env 2021-08-30T09:31:15.235Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-30T09:31:15.235Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env 11911e58-8391-47cd-96a7-0f2dce170607 909 2021-08-30T09:31:15.236Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-30T09:31:15.236Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env 2021-08-30T09:31:15.236Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:31:15.237Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:15.247Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:15.247Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315875236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:15.347Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:15.348Z||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-08-30T09:31:15.349Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:15.359Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:15.359Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:16.248Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e68bae3d-fb22-4462-a9b7-8f7b830b92ce 2021-08-30T09:31:16.249Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GBakXN 0 a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:31:16.327Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.327Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d4d3233b-8632-4520-bcee-769ab526a2ac 2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4d3233b-8632-4520-bcee-769ab526a2ac matches Tosca VF Customization UUID: d4d3233b-8632-4520-bcee-769ab526a2ac 2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d4d3233b-8632-4520-bcee-769ab526a2ac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-30T09:31:16.338Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.338Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.339Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d4d3233b-8632-4520-bcee-769ab526a2ac: {\"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-08-30T09:31:16.339Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56db54f8 2021-08-30T09:31:16.340Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.340Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:31:16.341Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a117ec1-008d-4909-9cfa-0a8ce32d6898 2021-08-30T09:31:16.342Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a117ec1-008d-4909-9cfa-0a8ce32d6898 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-30T09:31:16.349Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.349Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:16.350Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is not matching search criteria 2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79a638cb-6d25-4a95-860b-5b866287544c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-30T09:31:16.363Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.364Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:16.366Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:31:16.366Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.367Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria 2021-08-30T09:31:16.367Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=d4d3233b-8632-4520-bcee-769ab526a2ac Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:31:16.370Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.370Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.371Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e68bae3d-fb22-4462-a9b7-8f7b830b92ce: basic_onboard_GBakXN 2021-08-30T09:31:16.373Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.373Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.374Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.374Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.374Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.376Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:31:16.376Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:31:16.380Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_GBakXN Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GBakXN a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7 1 ASDC deployResourceStructure 2021-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json ASDC sendASDCNotification 2021-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json 2021-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:31:17.094Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:17.097Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:17.097Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315877093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:31:17.196Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-30T09:31:17.197Z||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-08-30T09:31:17.197Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:17.207Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:17.208Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:31:18.101Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-30T09:31:18.101Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml 2021-08-30T09:31:18.101Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:31:18.102Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:18.104Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:18.104Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315878101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:31:18.204Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:18.205Z||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-08-30T09:31:18.205Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:18.219Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:18.220Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:19.105Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-30T09:31:19.106Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env 2021-08-30T09:31:19.106Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:31:19.106Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:19.108Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:19.108Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315879105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-30T09:31:19.208Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:31:19.210Z||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-08-30T09:31:19.210Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:19.219Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:19.221Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:20.109Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar ASDC sendASDCNotification 2021-08-30T09:31:20.110Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar 2021-08-30T09:31:20.110Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:31:20.111Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:31:20.113Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:31:20.114Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315880109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:31:20.213Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:31:20.215Z||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-08-30T09:31:20.215Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:31:20.223Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:20.224Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:31:21.116Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21ef9c2c-0a82-4194-992a-e61978c8d232 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:31:21.134Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21ef9c2c-0a82-4194-992a-e61978c8d232 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:31:21.138Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:31:21.138Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-30T09:31:21.139Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-30T09:31:21.139Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-30T09:31:21.139Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:31:21.141Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:31:21.141Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-30T09:31:21.146Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-30T09:31:51.148Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:51.161Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21ef9c2c-0a82-4194-992a-e61978c8d232 and serviceModelVersionId: e68bae3d-fb22-4462-a9b7-8f7b830b92ce 2021-08-30T09:31:51.162Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 626b0378-7670-4120-bb53-60869558860a 2021-08-30T09:31:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:31:56.088Z||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-08-30T09:31:56.088Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:31:56.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:31:56.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:31:56.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:56.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:31:56.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315856072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315865049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315871089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315872663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315875236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315877093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315878101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:31:56.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315879105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-30T09:31:56.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315880109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:31:56.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:32:16.060Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0 2021-08-30T09:32:16.335Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-08-30T09:32:16.901Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?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-08-30T09:32:16.908Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0|INFO|500||Invoke 2021-08-30T09:32:17.108Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-30T09:32:17.790Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0|INFO|500||InvokeReturn 2021-08-30T09:32:17.791Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210830-09:32:17:149-22057], vertex-id=[176248], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:32:17 GMT], Content-Type=[application/json]} 2021-08-30T09:32:17.792Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-08-30T09:32:17.795Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-30T09:32:17.795Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:32:17.803Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-30T09:32:17.804Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21ef9c2c-0a82-4194-992a-e61978c8d232 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-30T09:32:17.805Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-30T09:32:17.805Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:32:17.807Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:32:17.808Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315937804, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:32:17.908Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:32:17.909Z||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-08-30T09:32:17.909Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:32:17.920Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:32:17.920Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-30T09:32:18.827Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:32:18.828Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:32:18.828Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:32:28.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:32:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:32:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:32:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:32:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:32:56.083Z||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-08-30T09:32:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:32:56.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:32:56.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-30T09:32:56.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630315937804, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:32:56.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:33:05.615Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:33:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:33:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:33:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:33:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:33:56.084Z||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-08-30T09:33:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:34:05.633Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:34:05.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:34:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:34:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:34:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:34:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:34:56.083Z||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-08-30T09:34:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:35:05.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:35:05.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:35:56.075Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:35:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:35:56.084Z||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-08-30T09:35:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:35:56.085Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:35:56.102Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:36:05.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:36:05.656Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:36:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:36:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:36:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:36:56.083Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:36:56.085Z||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-08-30T09:36:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:37:05.626Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:37:05.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:37:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:37:56.077Z||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-08-30T09:37:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:37:56.084Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:37:56.084Z||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-08-30T09:37:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:37:56.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:37:56.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:37:56.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"185c6ed1-0830-41ba-adf3-a064de5aafa6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b00564a6-e100-48f1-afb3-6a788ab47286","serviceDescription":"service","serviceInvariantUUID":"70f9d476-ae72-4d51-92b0-21a7c4520d59","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c083fe65-4baa-49d8-bf4e-3a63498f21e2","resourceInvariantUUID":"f302543b-4368-4449-9e23-093d841c86b0","resourceCustomizationUUID":"bdaab001-8b0e-4fa7-a7d7-6e8bc688727e","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":"MWNmNzdlNmY1NmJiYmNjOGI4MjJmODQ0NzkwOGY0ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a4c839-9e99-4b82-b794-0605ce4933b0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWY5OWRmOTI0MmQ1NDY5ZTJlMWExZDgyNWYwNzA1OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"395f1fe8-23c1-4754-b546-f9beedb3e389","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-30T09:37:56.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "aai-ml", "timestamp": 1630316238556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "clamp", "timestamp": 1630316234701, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "cds", "timestamp": 1630316241936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "dcae-sch", "timestamp": 1630316241483, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "policy-id", "timestamp": 1630316238594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.725Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:37:56.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316244169, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:37:56.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "aai-ml", "timestamp": 1630316238556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:37:56.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "clamp", "timestamp": 1630316234701, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:37:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "cds", "timestamp": 1630316241936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:37:56.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "dcae-sch", "timestamp": 1630316241483, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "policy-id", "timestamp": 1630316238594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:37:56.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316244169, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:37:56.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "aai-ml", "timestamp": 1630316248376, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:37:56.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "multicloud-k8s-id", "timestamp": 1630316247787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "cds", "timestamp": 1630316248655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:37:56.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "policy-id", "timestamp": 1630316248655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:37:56.735Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:37:56.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.736Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316276072, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316248970, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:37:56.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "multicloud-k8s-id", "timestamp": 1630316247787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:37:56.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "cds", "timestamp": 1630316249664, "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-08-30T09:37:56.761Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6 2021-08-30T09:37:56.762Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "policy-id", "timestamp": 1630316249661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:37:56.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "policy-id", "timestamp": 1630316250663, "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-08-30T09:37:56.784Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6 2021-08-30T09:37:56.784Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316250959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:37:56.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316251963, "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-08-30T09:37:56.807Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6 2021-08-30T09:37:56.807Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "ves-openapi-manager", "timestamp": 1630316251413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "aai-ml", "timestamp": 1630316252738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:37:56.817Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "ves-openapi-manager", "timestamp": 1630316251413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:37:56.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:37:56.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "clamp", "timestamp": 1630316253073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:37:56.819Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "aai-ml", "timestamp": 1630316253744, "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-08-30T09:37:56.824Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6 2021-08-30T09:37:56.824Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "clamp", "timestamp": 1630316255082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:37:56.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:37:56.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:37:56.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "clamp", "timestamp": 1630316256085, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2021-08-30T09:37:56.836Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-30T09:37:56.837Z||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-08-30T09:37:56.837Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:37:56.842Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6 2021-08-30T09:37:56.842Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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=? 2021-08-30T09:37:56.848Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:37:56.849Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:37:57.737Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:37:57.737Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:37:57.744Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:37:57.744Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316276072, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:37:57.842Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-30T09:37:57.843Z||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-08-30T09:37:57.843Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:37:57.854Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:37:57.855Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:37:58.747Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b00564a6-e100-48f1-afb3-6a788ab47286", "serviceDescription": "service", "serviceInvariantUUID": "70f9d476-ae72-4d51-92b0-21a7c4520d59", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bdaab001-8b0e-4fa7-a7d7-6e8bc688727e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c083fe65-4baa-49d8-bf4e-3a63498f21e2", "resourceInvariantUUID": "f302543b-4368-4449-9e23-093d841c86b0", "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": "ZWY5OWRmOTI0MmQ1NDY5ZTJlMWExZDgyNWYwNzA1OTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "395f1fe8-23c1-4754-b546-f9beedb3e389" } ], "workloadContext": "Production" } 2021-08-30T09:37:58.747Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-30T09:37:58.747Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b00564a6-e100-48f1-afb3-6a788ab47286 ASDC 2021-08-30T09:37:58.748Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:185c6ed1-0830-41ba-adf3-a064de5aafa6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b00564a6-e100-48f1-afb3-6a788ab47286 ServiceInvariantUUID:70f9d476-ae72-4d51-92b0-21a7c4520d59 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:395f1fe8-23c1-4754-b546-f9beedb3e389 ArtifactChecksum:ZWY5OWRmOTI0MmQ1NDY5ZTJlMWExZDgyNWYwNzA1OTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bdaab001-8b0e-4fa7-a7d7-6e8bc688727e ResourceInvariantUUID:f302543b-4368-4449-9e23-093d841c86b0 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c083fe65-4baa-49d8-bf4e-3a63498f21e2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-30T09:37:58.748Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b00564a6-e100-48f1-afb3-6a788ab47286 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-08-30T09:37:58.788Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:37:58.790Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 395f1fe8-23c1-4754-b546-f9beedb3e389 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:01.876Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 395f1fe8-23c1-4754-b546-f9beedb3e389 52178 2021-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:38:01.881Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:38:01.884Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:38:01.884Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316281880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:38:01.984Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:38:01.985Z||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-08-30T09:38:01.986Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:38:01.998Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:38:02.001Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:38:02.886Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:38:02.889Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-30T09:38:02.890Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 395f1fe8-23c1-4754-b546-f9beedb3e389, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-30T09:38:02.890Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-30T09:38:02.890Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-30T09:38:02.891Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-30T09:38:03.212Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5150559372209360755/Definitions/service-BasicNetwork-template.yml 2021-08-30T09:38:04.102Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-30T09:38:04.103Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-30T09:38:04.103Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.106Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.106Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-30T09:38:04.106Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.110Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.110Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.110Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b00564a6-e100-48f1-afb3-6a788ab47286 Model Version:NULL Model InvariantUuid:70f9d476-ae72-4d51-92b0-21a7c4520d59 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f302543b-4368-4449-9e23-093d841c86b0 Model UUID:a893d63d-5261-45c7-a196-1b95052888a2 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bdaab001-8b0e-4fa7-a7d7-6e8bc688727e Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-30T09:38:04.122Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c083fe65-4baa-49d8-bf4e-3a63498f21e2 2021-08-30T09:38:04.122Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||No resources found for Service: b00564a6-e100-48f1-afb3-6a788ab47286 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:38:04.129Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| 2021-08-30T09:38:04.129Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-30T09:38:04.131Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b00564a6-e100-48f1-afb3-6a788ab47286 2021-08-30T09:38:04.131Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b00564a6-e100-48f1-afb3-6a788ab47286 2021-08-30T09:38:04.132Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-30T09:38:04.132Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:38:04.141Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b00564a6-e100-48f1-afb3-6a788ab47286: Generic NeutronNet 2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-08-30T09:38:04.217Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.217Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.217Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.218Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.218Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:38:04.218Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:38:04.219Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-30T09:38:04.300Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-30T09:38:04.301Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.301Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:04.301Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:38:04.302Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:38:04.305Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:38:04.306Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316284301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:38:04.407Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:38:04.408Z||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-08-30T09:38:04.408Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:38:04.417Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:38:04.418Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:38:05.307Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:38:05.328Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:38:05.333Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:38:05.333Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:05.340Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-30T09:38:35.340Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:38:35.358Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6 and serviceModelVersionId: b00564a6-e100-48f1-afb3-6a788ab47286 2021-08-30T09:38:35.358Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70f9d476-ae72-4d51-92b0-21a7c4520d59 2021-08-30T09:38:35.361Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0 2021-08-30T09:38:35.374Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-30T09:38:35.461Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?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-08-30T09:38:35.464Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0|INFO|500||Invoke 2021-08-30T09:38:35.546Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-30T09:38:36.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0|INFO|500||InvokeReturn 2021-08-30T09:38:36.336Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210830-09:38:35:561-58076], vertex-id=[155776], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:38:35 GMT], Content-Type=[application/json]} 2021-08-30T09:38:36.337Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-08-30T09:38:36.338Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-30T09:38:36.338Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:38:36.343Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:38:36.343Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 185c6ed1-0830-41ba-adf3-a064de5aafa6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-30T09:38:36.344Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-30T09:38:36.344Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:38:36.346Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:38:36.347Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316316343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:38:36.447Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:38:36.448Z||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-08-30T09:38:36.448Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:38:36.466Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:38:36.469Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-30T09:38:56.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:38:56.072Z||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-08-30T09:38:56.073Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:38:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:38:56.083Z||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-08-30T09:38:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:38:56.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:38:56.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:38:56.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316276072, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:38:56.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:39:05.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:39:56.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:39:56.079Z||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-08-30T09:39:56.079Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:39:56.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:39:56.085Z||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-08-30T09:39:56.085Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:39:56.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:39:56.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-30T09:39:56.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316276072, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:39:56.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-30T09:39:56.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-30T09:39:56.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316281880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:39:56.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:39:56.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-30T09:39:56.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316284301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:39:56.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:39:56.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-30T09:39:56.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316316343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:39:56.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:05.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:40:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:40:56.075Z||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-08-30T09:40:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:40:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:40:56.084Z||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-08-30T09:40:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:40:56.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:40:56.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"609e214f-5c1d-4e55-a23a-26d1dc293514","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a5a61601-833f-4a57-98e5-0cdeccb7aa35","serviceDescription":"service","serviceInvariantUUID":"dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54f8b250-af39-4d5a-89ea-127f35d06af0","resourceInvariantUUID":"071c167e-7be2-4b0f-8a27-585fdbbb7afa","resourceCustomizationUUID":"ecde0fcb-dd49-4807-9f47-53225833162f","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":"MzU3ZWZlM2NkM2Q2YjQxYzFjZTNhNDgxODNiMDYyZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19e199a1-02f3-4e04-9fcc-ef9cbcff8f3f","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":"NzUyYjFhMWVmZTM2MDk0MWFkZTBjMjM2OWI2ZWMxNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb8b3eff-9d31-4151-a7ca-eeb1594394d5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e9616c47-0995-4e2b-9c63-7f09c3e5b7ca","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":"afa845a5-b026-42c7-9b2a-65e3b2f56da0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5bf99817-0a5b-4e1e-9872-188197f0aea0","artifactVersion":"2","generatedFromUUID":"e9616c47-0995-4e2b-9c63-7f09c3e5b7ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWVjMzA4ZTQ2YjJiN2RiMTU5MDdiNDVlYTg4YjhlNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8801d9f-255b-40bc-af8a-5bb9ff17cc72","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDM3NTJkNWE3YTExNWEyY2U4MWVkMTgxYWYwZDU4NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72ef578d-dd21-4fc3-b3f1-0413bf1a2326","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-30T09:40:56.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:40:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316407786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "ves-openapi-manager", "timestamp": 1630316411412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316414701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316406936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316407786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "ves-openapi-manager", "timestamp": 1630316411412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316414701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316406936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316407786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "ves-openapi-manager", "timestamp": 1630316411412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316414701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316406936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316407786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "ves-openapi-manager", "timestamp": 1630316411412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316414701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316406936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316418556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316418595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316407786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "ves-openapi-manager", "timestamp": 1630316411412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316406936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316414701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316418556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316418595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316407786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "ves-openapi-manager", "timestamp": 1630316411412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316406936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316414701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316418556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.752Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:40:56.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316418595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:40:56.753Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:40:56.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "ves-openapi-manager", "timestamp": 1630316411412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316407786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316406936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:40:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316414701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "dcae-sch", "timestamp": 1630316421483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316418556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316418595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "dcae-sch", "timestamp": 1630316421483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316418556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316418595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316423591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316423856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "dcae-sch", "timestamp": 1630316421483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316418556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316418595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "cds", "timestamp": 1630316424600, "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-08-30T09:40:56.786Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:40:56.786Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:40:56.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514 2021-08-30T09:40:56.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316424172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "dcae-sch", "timestamp": 1630316421483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316418556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:40:56.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316418595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:40:56.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316425770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316424172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "dcae-sch", "timestamp": 1630316421483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316424172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "dcae-sch", "timestamp": 1630316421483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316427245, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316427278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316424172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "dcae-sch", "timestamp": 1630316421483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316428284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:40:56.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316428533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316424172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "policy-id", "timestamp": 1630316429288, "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-08-30T09:40:56.842Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514 2021-08-30T09:40:56.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316429580, "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-08-30T09:40:56.855Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514 2021-08-30T09:40:56.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316424172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:56.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "multicloud-k8s-id", "timestamp": 1630316430583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:40:56.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316424172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:40:56.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-30T09:40:56.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316432688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316433101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:40:56.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316435111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:40:56.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316435452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:40:56.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "clamp", "timestamp": 1630316436113, "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-08-30T09:40:56.881Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-08-30T09:40:56.883Z||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-08-30T09:40:56.883Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:40:56.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514 2021-08-30T09:40:56.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.893Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:40:56.894Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:40:56.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316436459, "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-08-30T09:40:56.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514 2021-08-30T09:40:56.902Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316439475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:40:56.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:40:56.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-30T09:40:56.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "aai-ml", "timestamp": 1630316440479, "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-08-30T09:40:56.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514 2021-08-30T09:40:56.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:57.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:40:57.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:40:57.793Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:40:57.793Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:40:57.893Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:40:57.894Z||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-08-30T09:40:57.894Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:40:57.904Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:40:57.905Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:40:58.796Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:40:58.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:40:58.801Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:40:58.801Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:40:58.906Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-08-30T09:40:58.907Z||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-08-30T09:40:58.908Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:40:58.924Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:40:58.924Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:40:59.803Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:40:59.804Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:40:59.806Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:40:59.807Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:40:59.910Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-30T09:40:59.911Z||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-08-30T09:40:59.911Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:40:59.922Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:40:59.923Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:00.808Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:41:00.809Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:00.812Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:00.812Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-30T09:41:00.912Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:41:00.913Z||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-08-30T09:41:00.914Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:00.924Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:00.925Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:01.813Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:41:01.815Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:01.818Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:01.818Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:41:01.918Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:41:01.919Z||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-08-30T09:41:01.919Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:01.930Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:01.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:41:02.818Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:41:02.819Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:02.821Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:02.821Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:41:02.921Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:41:02.923Z||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-08-30T09:41:02.923Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:02.934Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:02.935Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:03.822Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a5a61601-833f-4a57-98e5-0cdeccb7aa35", "serviceDescription": "service", "serviceInvariantUUID": "dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ecde0fcb-dd49-4807-9f47-53225833162f", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "54f8b250-af39-4d5a-89ea-127f35d06af0", "resourceInvariantUUID": "071c167e-7be2-4b0f-8a27-585fdbbb7afa", "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": "NzUyYjFhMWVmZTM2MDk0MWFkZTBjMjM2OWI2ZWMxNzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb8b3eff-9d31-4151-a7ca-eeb1594394d5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e9616c47-0995-4e2b-9c63-7f09c3e5b7ca", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5bf99817-0a5b-4e1e-9872-188197f0aea0", "generatedFromUUID": "e9616c47-0995-4e2b-9c63-7f09c3e5b7ca" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5bf99817-0a5b-4e1e-9872-188197f0aea0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDM3NTJkNWE3YTExNWEyY2U4MWVkMTgxYWYwZDU4NmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72ef578d-dd21-4fc3-b3f1-0413bf1a2326" } ], "workloadContext": "Production" } 2021-08-30T09:41:03.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-30T09:41:03.823Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5a61601-833f-4a57-98e5-0cdeccb7aa35 ASDC 2021-08-30T09:41:03.824Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:609e214f-5c1d-4e55-a23a-26d1dc293514 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a5a61601-833f-4a57-98e5-0cdeccb7aa35 ServiceInvariantUUID:dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0 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:72ef578d-dd21-4fc3-b3f1-0413bf1a2326 ArtifactChecksum:ZDM3NTJkNWE3YTExNWEyY2U4MWVkMTgxYWYwZDU4NmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ecde0fcb-dd49-4807-9f47-53225833162f ResourceInvariantUUID:071c167e-7be2-4b0f-8a27-585fdbbb7afa ResourceName:basic_vm ResourceType:VF ResourceUUID:54f8b250-af39-4d5a-89ea-127f35d06af0 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:fb8b3eff-9d31-4151-a7ca-eeb1594394d5 ArtifactChecksum:NzUyYjFhMWVmZTM2MDk0MWFkZTBjMjM2OWI2ZWMxNzQ= 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:e9616c47-0995-4e2b-9c63-7f09c3e5b7ca ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:5bf99817-0a5b-4e1e-9872-188197f0aea0 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:5bf99817-0a5b-4e1e-9872-188197f0aea0 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-30T09:41:03.826Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5a61601-833f-4a57-98e5-0cdeccb7aa35 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-08-30T09:41:03.874Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:41:03.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:41:03.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:41:03.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72ef578d-dd21-4fc3-b3f1-0413bf1a2326 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-30T09:41:03.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:41:03.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-30T09:41:05.075Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:41:05.079Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 72ef578d-dd21-4fc3-b3f1-0413bf1a2326 70845 2021-08-30T09:41:05.079Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-30T09:41:05.080Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-30T09:41:05.080Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:41:05.080Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:05.083Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:05.084Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316465079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:41:05.184Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:41:05.185Z||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-08-30T09:41:05.185Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:05.192Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:05.192Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:06.085Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:41:06.089Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:41:06.089Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 72ef578d-dd21-4fc3-b3f1-0413bf1a2326, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-30T09:41:06.090Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-30T09:41:06.091Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-30T09:41:06.092Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-30T09:41:06.328Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1530826270898378421/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-08-30T09:41:07.702Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:41:07.711Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.711Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:07.711Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e1a2047-5dc7-4b20-8613-1cc6d455a71e 2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:07.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:07.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:07.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a5a61601-833f-4a57-98e5-0cdeccb7aa35 Model Version:NULL Model InvariantUuid:dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b7c0397e-24db-439a-865f-a9f2117cb5f9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:071c167e-7be2-4b0f-8a27-585fdbbb7afa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ecde0fcb-dd49-4807-9f47-53225833162f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f35f88bc-e4b2-4c99-a839-cf7070dc835d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:485947d9-e090-4437-9c4d-84e0945bd4bf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0e1a2047-5dc7-4b20-8613-1cc6d455a71e ModelInvariantUuid:9d8da541-e1b0-4ac2-80f0-0871dc744466 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:25262e11-9d38-46b6-b141-6b4f582660d4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ce758de7-e9d3-4522-9378-c786bcfe5dc3 ModelInvariantUuid:beeb68f1-02a9-4129-ac41-0e912028f6de ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:6a64a674-5439-4150-910d-004ebc6ede07 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-30T09:41:07.722Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 54f8b250-af39-4d5a-89ea-127f35d06af0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||basic_vm 0 2021-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54f8b250-af39-4d5a-89ea-127f35d06af0 2021-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb8b3eff-9d31-4151-a7ca-eeb1594394d5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:41:07.727Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fb8b3eff-9d31-4151-a7ca-eeb1594394d5 787 2021-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:41:08.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:08.878Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:08.879Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316468876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:41:08.980Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:41:08.981Z||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-08-30T09:41:08.982Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:08.993Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:08.994Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:09.879Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f35f88bc-e4b2-4c99-a839-cf7070dc835d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "485947d9-e090-4437-9c4d-84e0945bd4bf", "vfModuleModelCustomizationUUID": "de02910f-b2f2-487b-bc32-352aaa9f3ec6", "isBase": true, "artifacts": [ "e9616c47-0995-4e2b-9c63-7f09c3e5b7ca", "5bf99817-0a5b-4e1e-9872-188197f0aea0" ], "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-08-30T09:41:09.886Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:485947d9-e090-4437-9c4d-84e0945bd4bf VfModuleModelInvariantUUID:f35f88bc-e4b2-4c99-a839-cf7070dc835d VfModuleModelDescription:NULL Artifacts UUID List:{ e9616c47-0995-4e2b-9c63-7f09c3e5b7ca , 5bf99817-0a5b-4e1e-9872-188197f0aea0 } 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-08-30T09:41:09.888Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f35f88bc-e4b2-4c99-a839-cf7070dc835d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "485947d9-e090-4437-9c4d-84e0945bd4bf", "vfModuleModelCustomizationUUID": "de02910f-b2f2-487b-bc32-352aaa9f3ec6", "isBase": true, "artifacts": [ "e9616c47-0995-4e2b-9c63-7f09c3e5b7ca", "5bf99817-0a5b-4e1e-9872-188197f0aea0" ], "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-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:485947d9-e090-4437-9c4d-84e0945bd4bf VfModuleModelInvariantUUID:f35f88bc-e4b2-4c99-a839-cf7070dc835d VfModuleModelDescription:NULL Artifacts UUID List:{ e9616c47-0995-4e2b-9c63-7f09c3e5b7ca , 5bf99817-0a5b-4e1e-9872-188197f0aea0 } 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-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e9616c47-0995-4e2b-9c63-7f09c3e5b7ca from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:10.754Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:41:10.754Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e9616c47-0995-4e2b-9c63-7f09c3e5b7ca 5033 2021-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:10.757Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:10.757Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316470755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:41:10.857Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:41:10.859Z||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-08-30T09:41:10.860Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:10.869Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:10.869Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:11.758Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5bf99817-0a5b-4e1e-9872-188197f0aea0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-30T09:41:11.759Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:41:11.759Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:12.944Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:41:12.945Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5bf99817-0a5b-4e1e-9872-188197f0aea0 903 2021-08-30T09:41:12.945Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:12.945Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:12.946Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:41:12.946Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:12.950Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:12.950Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316472945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:41:13.050Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:41:13.051Z||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-08-30T09:41:13.051Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:13.063Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:13.064Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:13.950Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a5a61601-833f-4a57-98e5-0cdeccb7aa35 2021-08-30T09:41:13.952Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 54f8b250-af39-4d5a-89ea-127f35d06af0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:41:13.974Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.975Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.975Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-08-30T09:41:13.975Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ecde0fcb-dd49-4807-9f47-53225833162f 2021-08-30T09:41:13.976Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecde0fcb-dd49-4807-9f47-53225833162f matches Tosca VF Customization UUID: ecde0fcb-dd49-4807-9f47-53225833162f 2021-08-30T09:41:13.976Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ecde0fcb-dd49-4807-9f47-53225833162f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-30T09:41:13.980Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.980Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.982Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ecde0fcb-dd49-4807-9f47-53225833162f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-08-30T09:41:13.982Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57ec696f 2021-08-30T09:41:13.983Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.983Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:41:13.984Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de02910f-b2f2-487b-bc32-352aaa9f3ec6 2021-08-30T09:41:13.984Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de02910f-b2f2-487b-bc32-352aaa9f3ec6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-30T09:41:13.987Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.987Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:13.987Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:41:13.988Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.988Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:13.988Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-30T09:41:13.990Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e1a2047-5dc7-4b20-8613-1cc6d455a71e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-30T09:41:13.992Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-30T09:41:13.994Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ecde0fcb-dd49-4807-9f47-53225833162f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:41:13.995Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.996Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.996Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a5a61601-833f-4a57-98e5-0cdeccb7aa35: basic_vm 2021-08-30T09:41:13.996Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.998Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.998Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.998Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.999Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:41:13.999Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:41:13.999Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:41:14.117Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 54f8b250-af39-4d5a-89ea-127f35d06af0 1 ASDC deployResourceStructure 2021-08-30T09:41:14.118Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:14.118Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:14.119Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:41:14.119Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:14.122Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:14.123Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316474118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:41:14.222Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-30T09:41:14.223Z||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-08-30T09:41:14.223Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:14.231Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:14.231Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:15.124Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:15.125Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:15.125Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:41:15.125Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:15.127Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:15.127Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316475124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:41:15.228Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:41:15.229Z||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-08-30T09:41:15.229Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:15.239Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:15.239Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:41:16.129Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:16.129Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:16.129Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:41:16.130Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:16.132Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:16.132Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316476129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-30T09:41:16.235Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-30T09:41:16.236Z||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-08-30T09:41:16.236Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:16.244Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:16.245Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:17.133Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-30T09:41:17.133Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-30T09:41:17.133Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:41:17.134Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:17.136Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:17.136Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316477133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:41:17.236Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:41:17.237Z||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-08-30T09:41:17.237Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:17.246Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:17.246Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:41:18.138Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 609e214f-5c1d-4e55-a23a-26d1dc293514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:41:18.157Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 609e214f-5c1d-4e55-a23a-26d1dc293514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:41:18.171Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:41:18.172Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-30T09:41:18.172Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-30T09:41:18.172Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:41:18.174Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:41:18.174Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:18.182Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-30T09:41:48.184Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:41:48.275Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 609e214f-5c1d-4e55-a23a-26d1dc293514 and serviceModelVersionId: a5a61601-833f-4a57-98e5-0cdeccb7aa35 2021-08-30T09:41:48.275Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0 2021-08-30T09:41:48.276Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0 2021-08-30T09:41:48.286Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-08-30T09:41:48.378Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?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-08-30T09:41:48.380Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0|INFO|500||Invoke 2021-08-30T09:41:48.407Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-30T09:41:48.835Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0|INFO|500||InvokeReturn 2021-08-30T09:41:48.835Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210830-09:41:48:416-13488], vertex-id=[233488], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:41:48 GMT], Content-Type=[application/json]} 2021-08-30T09:41:48.836Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-08-30T09:41:48.836Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-30T09:41:48.836Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:41:48.845Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:48.845Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 609e214f-5c1d-4e55-a23a-26d1dc293514 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-30T09:41:48.845Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-30T09:41:48.846Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:48.852Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:48.852Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316508845, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:41:48.959Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-08-30T09:41:48.960Z||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-08-30T09:41:48.963Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:48.987Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:48.991Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 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-08-30T09:41:56.071Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:41:56.074Z|609e214f-5c1d-4e55-a23a-26d1dc293514|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-08-30T09:41:56.074Z|609e214f-5c1d-4e55-a23a-26d1dc293514|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:41:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:41:56.084Z||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-08-30T09:41:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:41:56.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:56.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-30T09:41:56.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:41:56.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-30T09:41:56.697Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:56.701Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-30T09:41:56.701Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"80cb9cd5-06ed-4c07-946d-8de63123649f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d632ea05-036e-4eef-a979-5da56851a124","serviceDescription":"service","serviceInvariantUUID":"81138156-bb8a-4048-8010-0592f10b5dca","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f7ea03f-427c-434d-9753-5f1cf964a9b1","resourceInvariantUUID":"4a74ada0-7266-4925-b2ca-22a87b509344","resourceCustomizationUUID":"f82b4968-2f44-4bf7-8e08-954fb80f392e","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":"OGU2MDRkY2Y0MmZkM2M2M2Y1YWRlNmRlYjBhZjE1NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2db6d381-990f-4578-a212-ce4d5b790810","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":"ZTVhYTVmMzFkMDM0YjczYmJmZjdjYjExYjI4ZWFkZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43b122b9-de36-4ac1-9c95-f1915e8b251f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f3030f78-0ff2-4791-8279-705b2aaa926c","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":"2550353f-193f-4f8d-a7a8-ffe145a4bb27","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d472ae9f-3b6b-40f7-b289-e4610d7fc2a1","artifactVersion":"2","generatedFromUUID":"f3030f78-0ff2-4791-8279-705b2aaa926c"},{"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":"MTAyNmVjOGFhNzA4YjQyNmIxYTgyMGI2NTdlYTk1Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"78959a98-4cd8-4fdd-9715-8967bdb2c3d2","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":"NTQ5ZjIwNWQxMDlkODY1ZDEyOTZkYTVkOTE5MzFmODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"306c4869-93b4-4b79-a881-6e601efc7e38","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDJjN2FmZjE4ODU2NTM1MTc2MjZmODhmZDI2ZWM5NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"901a90f8-01de-45e3-89e0-94743c290d9e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-30T09:41:56.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:41:56.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:56.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:56.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:41:56.813Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:41:56.814Z||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-08-30T09:41:56.814Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:56.824Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:56.824Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:57.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:41:57.717Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:57.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:57.727Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:41:57.823Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-08-30T09:41:57.824Z||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-08-30T09:41:57.824Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:57.836Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:57.837Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:58.729Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:41:58.729Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:58.732Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:58.732Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:41:58.841Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2021-08-30T09:41:58.843Z||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-08-30T09:41:58.846Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:58.856Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:58.857Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:41:59.733Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:41:59.734Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:41:59.738Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:41:59.738Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:41:59.838Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:41:59.840Z||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-08-30T09:41:59.840Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:41:59.855Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:41:59.856Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:00.739Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:42:00.740Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:00.742Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:00.743Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-30T09:42:00.843Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:00.844Z||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-08-30T09:42:00.844Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:00.857Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:00.858Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:42:01.743Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:42:01.744Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:01.746Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:01.746Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:01.846Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:01.847Z||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-08-30T09:42:01.848Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:01.862Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:01.863Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:02.746Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:42:02.747Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:02.751Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:02.751Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:02.854Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-30T09:42:02.856Z||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-08-30T09:42:02.856Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:02.866Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:02.869Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:03.752Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:42:03.752Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:03.769Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:03.769Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:03.869Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:03.871Z||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-08-30T09:42:03.871Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:03.880Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:03.880Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:42:04.771Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d632ea05-036e-4eef-a979-5da56851a124", "serviceDescription": "service", "serviceInvariantUUID": "81138156-bb8a-4048-8010-0592f10b5dca", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f82b4968-2f44-4bf7-8e08-954fb80f392e", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6f7ea03f-427c-434d-9753-5f1cf964a9b1", "resourceInvariantUUID": "4a74ada0-7266-4925-b2ca-22a87b509344", "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": "ZTVhYTVmMzFkMDM0YjczYmJmZjdjYjExYjI4ZWFkZDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "43b122b9-de36-4ac1-9c95-f1915e8b251f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f3030f78-0ff2-4791-8279-705b2aaa926c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d472ae9f-3b6b-40f7-b289-e4610d7fc2a1", "generatedFromUUID": "f3030f78-0ff2-4791-8279-705b2aaa926c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d472ae9f-3b6b-40f7-b289-e4610d7fc2a1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NDJjN2FmZjE4ODU2NTM1MTc2MjZmODhmZDI2ZWM5NTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "901a90f8-01de-45e3-89e0-94743c290d9e" } ], "workloadContext": "Production" } 2021-08-30T09:42:04.773Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-30T09:42:04.774Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d632ea05-036e-4eef-a979-5da56851a124 ASDC 2021-08-30T09:42:04.775Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:80cb9cd5-06ed-4c07-946d-8de63123649f ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d632ea05-036e-4eef-a979-5da56851a124 ServiceInvariantUUID:81138156-bb8a-4048-8010-0592f10b5dca 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:901a90f8-01de-45e3-89e0-94743c290d9e ArtifactChecksum:NDJjN2FmZjE4ODU2NTM1MTc2MjZmODhmZDI2ZWM5NTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f82b4968-2f44-4bf7-8e08-954fb80f392e ResourceInvariantUUID:4a74ada0-7266-4925-b2ca-22a87b509344 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6f7ea03f-427c-434d-9753-5f1cf964a9b1 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:43b122b9-de36-4ac1-9c95-f1915e8b251f ArtifactChecksum:ZTVhYTVmMzFkMDM0YjczYmJmZjdjYjExYjI4ZWFkZDA= 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:f3030f78-0ff2-4791-8279-705b2aaa926c ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-30T09:42:04.775Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d632ea05-036e-4eef-a979-5da56851a124 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-08-30T09:42:04.828Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:42:04.829Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:42:04.829Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:42:04.830Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 901a90f8-01de-45e3-89e0-94743c290d9e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-30T09:42:04.830Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:42:04.830Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-30T09:42:05.772Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:42:05.781Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 901a90f8-01de-45e3-89e0-94743c290d9e 78592 2021-08-30T09:42:05.781Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-08-30T09:42:05.782Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-30T09:42:05.782Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:42:05.782Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:05.797Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:05.798Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316525781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:05.885Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2021-08-30T09:42:05.887Z||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-08-30T09:42:05.887Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:05.896Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:05.897Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:06.803Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:42:06.806Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:42:06.807Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 901a90f8-01de-45e3-89e0-94743c290d9e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-30T09:42:06.807Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-08-30T09:42:06.808Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-30T09:42:06.808Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-30T09:42:07.193Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18357669559702198254/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-08-30T09:42:08.439Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-30T09:42:08.439Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-30T09:42:08.442Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.442Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:08.442Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:42:08.443Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.443Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:08.443Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:08.444Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:42:08.444Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:42:08.446Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.446Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:08.446Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-30T09:42:08.448Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-30T09:42:08.448Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-30T09:42:08.448Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:42:08.450Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.450Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:08.450Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:42:08.451Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.451Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:08.451Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=95f89aa0-5854-41fe-9f4f-378edb2dffbc 2021-08-30T09:42:08.453Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.453Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:08.453Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:08.455Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:08.455Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d632ea05-036e-4eef-a979-5da56851a124 Model Version:NULL Model InvariantUuid:81138156-bb8a-4048-8010-0592f10b5dca Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5ae15d91-cdde-4389-a63d-24cf34f50f58 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4a74ada0-7266-4925-b2ca-22a87b509344 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f82b4968-2f44-4bf7-8e08-954fb80f392e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1caa6544-f701-493c-a997-d9cb9eabae85 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:64992930-4fc1-48e7-b593-59bce6ef720c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:95f89aa0-5854-41fe-9f4f-378edb2dffbc ModelInvariantUuid:23aa558f-f717-447c-b84e-3a4b9a8d9554 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:ba2793e0-a6fa-4d75-8c6e-6eb1764b6c49 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:5963ad96-90a9-45c7-8409-eac97ab86e3c ModelInvariantUuid:ca6a96fc-c907-4a3b-8db8-70fa8d2dae36 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:91b6f4dd-c451-41ef-a225-755d9b059ca5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-30T09:42:08.463Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f7ea03f-427c-434d-9753-5f1cf964a9b1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:42:08.468Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2021-08-30T09:42:08.468Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f7ea03f-427c-434d-9753-5f1cf964a9b1 2021-08-30T09:42:08.468Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 43b122b9-de36-4ac1-9c95-f1915e8b251f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-08-30T09:42:08.469Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:42:08.469Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:09.641Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:42:09.641Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 43b122b9-de36-4ac1-9c95-f1915e8b251f 792 2021-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:09.645Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:09.645Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316529642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:09.745Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:09.746Z||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-08-30T09:42:09.746Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:09.759Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:09.759Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:10.646Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1caa6544-f701-493c-a997-d9cb9eabae85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64992930-4fc1-48e7-b593-59bce6ef720c", "vfModuleModelCustomizationUUID": "a289f467-e8a3-43ab-b67f-15a67f7904f8", "isBase": true, "artifacts": [ "f3030f78-0ff2-4791-8279-705b2aaa926c", "d472ae9f-3b6b-40f7-b289-e4610d7fc2a1" ], "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-08-30T09:42:10.653Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64992930-4fc1-48e7-b593-59bce6ef720c VfModuleModelInvariantUUID:1caa6544-f701-493c-a997-d9cb9eabae85 VfModuleModelDescription:NULL Artifacts UUID List:{ f3030f78-0ff2-4791-8279-705b2aaa926c , d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 } 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-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1caa6544-f701-493c-a997-d9cb9eabae85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64992930-4fc1-48e7-b593-59bce6ef720c", "vfModuleModelCustomizationUUID": "a289f467-e8a3-43ab-b67f-15a67f7904f8", "isBase": true, "artifacts": [ "f3030f78-0ff2-4791-8279-705b2aaa926c", "d472ae9f-3b6b-40f7-b289-e4610d7fc2a1" ], "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-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64992930-4fc1-48e7-b593-59bce6ef720c VfModuleModelInvariantUUID:1caa6544-f701-493c-a997-d9cb9eabae85 VfModuleModelDescription:NULL Artifacts UUID List:{ f3030f78-0ff2-4791-8279-705b2aaa926c , d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 } 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-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f3030f78-0ff2-4791-8279-705b2aaa926c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:42:10.658Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:11.320Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:42:11.321Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f3030f78-0ff2-4791-8279-705b2aaa926c 5033 2021-08-30T09:42:11.322Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:11.322Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:11.322Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:42:11.323Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:11.325Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:11.326Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316531322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:11.426Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:11.429Z||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-08-30T09:42:11.429Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:11.437Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:11.437Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:12.327Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-08-30T09:42:12.329Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:42:12.329Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:13.232Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:42:13.233Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 903 2021-08-30T09:42:13.233Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:13.234Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:13.234Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:42:13.234Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:13.236Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:13.237Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316533233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:13.337Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:13.338Z||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-08-30T09:42:13.338Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:13.349Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:13.350Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:14.237Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d632ea05-036e-4eef-a979-5da56851a124 2021-08-30T09:42:14.238Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6f7ea03f-427c-434d-9753-5f1cf964a9b1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:42:14.252Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f82b4968-2f44-4bf7-8e08-954fb80f392e 2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f82b4968-2f44-4bf7-8e08-954fb80f392e matches Tosca VF Customization UUID: f82b4968-2f44-4bf7-8e08-954fb80f392e 2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f82b4968-2f44-4bf7-8e08-954fb80f392e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-30T09:42:14.256Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.257Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.257Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f82b4968-2f44-4bf7-8e08-954fb80f392e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-08-30T09:42:14.257Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3245bdba 2021-08-30T09:42:14.257Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.258Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:42:14.258Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a289f467-e8a3-43ab-b67f-15a67f7904f8 2021-08-30T09:42:14.258Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a289f467-e8a3-43ab-b67f-15a67f7904f8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-30T09:42:14.260Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.260Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:14.261Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:42:14.261Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.261Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:14.261Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:42:14.261Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.261Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-30T09:42:14.262Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-30T09:42:14.262Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-30T09:42:14.262Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=95f89aa0-5854-41fe-9f4f-378edb2dffbc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-30T09:42:14.264Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.264Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:14.264Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:42:14.264Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.265Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-30T09:42:14.265Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f82b4968-2f44-4bf7-8e08-954fb80f392e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:42:14.266Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.266Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.267Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d632ea05-036e-4eef-a979-5da56851a124: basic_vm_macro 2021-08-30T09:42:14.267Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.267Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.267Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.267Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.267Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.268Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.268Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.268Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.268Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:42:14.268Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:42:14.268Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:42:14.342Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6f7ea03f-427c-434d-9753-5f1cf964a9b1 1 ASDC deployResourceStructure 2021-08-30T09:42:14.343Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:14.343Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:14.343Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:42:14.343Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:14.345Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:14.345Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316534343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:42:14.448Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-30T09:42:14.449Z||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-08-30T09:42:14.449Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:14.464Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:14.464Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:15.346Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:15.347Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:15.347Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:42:15.347Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:15.350Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:15.350Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316535346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:42:15.450Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:15.451Z||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-08-30T09:42:15.451Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:15.461Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:15.461Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:42:16.351Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:16.351Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:42:16.352Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:42:16.352Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:16.354Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:16.354Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316536351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-30T09:42:16.454Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:42:16.455Z||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-08-30T09:42:16.456Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:16.466Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:16.468Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:42:17.355Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-08-30T09:42:17.356Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-30T09:42:17.356Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:42:17.356Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:42:17.363Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:42:17.363Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316537355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:17.466Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-30T09:42:17.467Z||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-08-30T09:42:17.467Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:42:17.482Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:17.482Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:42:18.370Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80cb9cd5-06ed-4c07-946d-8de63123649f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:42:18.403Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80cb9cd5-06ed-4c07-946d-8de63123649f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:42:18.411Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:42:18.411Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:42:18.411Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:42:48.412Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80cb9cd5-06ed-4c07-946d-8de63123649f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:42:48.426Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80cb9cd5-06ed-4c07-946d-8de63123649f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:42:48.429Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:42:48.429Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:42:48.429Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:42:56.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:42:56.089Z||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-08-30T09:42:56.089Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:42:56.127Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:42:56.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:42:56.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316456072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316465079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316468876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316454168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316458594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "dcae-sch", "timestamp": 1630316461483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316470755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316471879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316472145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316472945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316473151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316474118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "policy-id", "timestamp": 1630316474155, "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-08-30T09:42:56.174Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80cb9cd5-06ed-4c07-946d-8de63123649f 2021-08-30T09:42:56.175Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80cb9cd5-06ed-4c07-946d-8de63123649f 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-08-30T09:42:56.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316474399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316466937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316475124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316475405, "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-08-30T09:42:56.214Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80cb9cd5-06ed-4c07-946d-8de63123649f 2021-08-30T09:42:56.215Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80cb9cd5-06ed-4c07-946d-8de63123649f 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-08-30T09:42:56.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316467788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316476129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316477133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316478293, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "ves-openapi-manager", "timestamp": 1630316471412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316479550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316481958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "cds", "timestamp": 1630316482167, "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=? 2021-08-30T09:42:56.254Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80cb9cd5-06ed-4c07-946d-8de63123649f 2021-08-30T09:42:56.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80cb9cd5-06ed-4c07-946d-8de63123649f 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-08-30T09:42:56.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316474701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316484157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316485183, "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-08-30T09:42:56.305Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80cb9cd5-06ed-4c07-946d-8de63123649f 2021-08-30T09:42:56.305Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80cb9cd5-06ed-4c07-946d-8de63123649f 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-08-30T09:42:56.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "multicloud-k8s-id", "timestamp": 1630316486187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316478556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316488365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-30T09:42:56.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-30T09:42:56.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:42:56.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-30T09:42:56.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-30T09:42:56.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316498114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316483170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316484168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "dcae-sch", "timestamp": 1630316481483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316487785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316499476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "ves-openapi-manager", "timestamp": 1630316491412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "aai-ml", "timestamp": 1630316500479, "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-08-30T09:42:56.367Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80cb9cd5-06ed-4c07-946d-8de63123649f 2021-08-30T09:42:56.368Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80cb9cd5-06ed-4c07-946d-8de63123649f 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-08-30T09:42:56.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316501117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316501604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316501650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316501763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "clamp", "timestamp": 1630316502121, "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-08-30T09:42:56.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80cb9cd5-06ed-4c07-946d-8de63123649f 2021-08-30T09:42:56.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80cb9cd5-06ed-4c07-946d-8de63123649f 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-08-30T09:42:56.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "cds", "timestamp": 1630316502617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:42:56.437Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6138131e-a8ab-4923-af62-54a12b582ea5 2021-08-30T09:42:56.437Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6138131e-a8ab-4923-af62-54a12b582ea5 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-08-30T09:42:56.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-30T09:42:56.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316504324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316504370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630316505328, "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-08-30T09:42:56.452Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6138131e-a8ab-4923-af62-54a12b582ea5 2021-08-30T09:42:56.452Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6138131e-a8ab-4923-af62-54a12b582ea5 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-08-30T09:42:56.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316506571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316498594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:42:56.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316508845, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:42:56.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316508962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316509658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:42:56.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316510020, "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-08-30T09:42:56.474Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6138131e-a8ab-4923-af62-54a12b582ea5 2021-08-30T09:42:56.474Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6138131e-a8ab-4923-af62-54a12b582ea5 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-08-30T09:42:56.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316510664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "multicloud-k8s-id", "timestamp": 1630316511024, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:42:56.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:42:56.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "policy-id", "timestamp": 1630316511667, "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-08-30T09:42:56.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6138131e-a8ab-4923-af62-54a12b582ea5 2021-08-30T09:42:56.508Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6138131e-a8ab-4923-af62-54a12b582ea5 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-08-30T09:42:56.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316504702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:42:56.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:42:56.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:42:56.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:42:56.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:43:18.430Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80cb9cd5-06ed-4c07-946d-8de63123649f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:43:18.448Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80cb9cd5-06ed-4c07-946d-8de63123649f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:43:18.456Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:43:18.456Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-30T09:43:18.456Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-30T09:43:18.456Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-30T09:43:18.456Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:43:18.456Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:43:18.456Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:43:18.457Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:43:18.457Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:43:18.457Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:43:18.460Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:43:18.471Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-30T09:43:48.472Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80cb9cd5-06ed-4c07-946d-8de63123649f 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-08-30T09:43:48.482Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80cb9cd5-06ed-4c07-946d-8de63123649f and serviceModelVersionId: d632ea05-036e-4eef-a979-5da56851a124 2021-08-30T09:43:48.483Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81138156-bb8a-4048-8010-0592f10b5dca 2021-08-30T09:43:48.485Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0 2021-08-30T09:43:48.495Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-08-30T09:43:48.588Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0|INFO|500||Invoke 2021-08-30T09:43:48.589Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80cb9cd5-06ed-4c07-946d-8de63123649f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c62cea51-b954-44b6-a0f8-743561553e77], X-ECOMP-RequestID=[80cb9cd5-06ed-4c07-946d-8de63123649f], X-TransactionId=[], X-ONAP-RequestID=[80cb9cd5-06ed-4c07-946d-8de63123649f], Content-Type=[application/merge-patch+json]} 2021-08-30T09:43:48.618Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-30T09:43:48.949Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210830-09:43:48:633-37703], vertex-id=[192632], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:43:48 GMT], Content-Type=[application/json]} 2021-08-30T09:43:48.949Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-30T09:43:48.950Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81138156-bb8a-4048-8010-0592f10b5dca/model-vers/model-ver/d632ea05-036e-4eef-a979-5da56851a124?depth=0|INFO|500||InvokeReturn 2021-08-30T09:43:48.950Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-30T09:43:48.951Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:43:48.956Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||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-08-30T09:43:48.957Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80cb9cd5-06ed-4c07-946d-8de63123649f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-30T09:43:48.958Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-30T09:43:48.958Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:48.961Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:48.961Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316628957, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:43:49.062Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:43:49.067Z||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-08-30T09:43:49.068Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:49.088Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:49.091Z||pool-56-thread-1|||||INFO|500||cambria reply ok (29 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-08-30T09:43:49.976Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-30T09:43:49.976Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6138131e-a8ab-4923-af62-54a12b582ea5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"91e73fca-27be-4dce-8df2-2db7f526f3d4","serviceDescription":"service","serviceInvariantUUID":"8f54b788-b459-4b85-9aac-821e325d92a3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfe91bb4-80d1-484b-9c13-fa02e40635e5","resourceInvariantUUID":"061d94ff-77b2-4c1c-ae19-827d11ae9985","resourceCustomizationUUID":"b457af02-87f4-441f-b0bb-2fbc2216201a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MzkxYzg5Mzk3NzgwY2FhODhhY2Q1MTZjYjFhYmI3MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b87f082d-8469-4fd1-9a3e-79a0a87aab1e","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9145bb40-57cf-4a13-b84e-7e67d874c220","artifactVersion":"2","generatedFromUUID":"9d728a8b-3b43-44c2-b047-16f70270ca9c"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d728a8b-3b43-44c2-b047-16f70270ca9c","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MjQwOGU4NTY3OGIyZjUwMzVjZWYwYmIzYmRjNjA5YzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a378f8fc-8d50-41a0-a867-53c785f17790","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2806bc55-44e7-4812-b29b-5fea922fb004","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"909b1128-9722-40a9-98c5-e9e991ad765a","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ba617f50-4001-489e-b0c0-ef412c915c16","artifactVersion":"2","generatedFromUUID":"2806bc55-44e7-4812-b29b-5fea922fb004"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzQzN2RhZjNjMzJlYjVjMWVjMDk3ZWMzMDIxYjZiMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac1f025c-1774-47b5-a794-495e8b689493","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODE5ZTA3YzNmYzMyM2IwODI2OWE5YmE2NDY2Mzk0Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82ba1dbf-1745-4017-b2b0-bf9e16cb7d71","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-30T09:43:49.978Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:49.978Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:49.982Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:49.982Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:43:50.080Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-08-30T09:43:50.082Z||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-08-30T09:43:50.082Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:50.092Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:50.093Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:43:50.983Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:50.984Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:50.987Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:50.987Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-30T09:43:51.087Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:43:51.088Z||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-08-30T09:43:51.088Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:51.098Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:51.098Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:43:51.988Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:51.989Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:51.991Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:51.991Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-30T09:43:52.091Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:43:52.092Z||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-08-30T09:43:52.092Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:52.105Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:52.105Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:43:52.995Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:52.996Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:53.022Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:53.023Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:43:53.098Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms 2021-08-30T09:43:53.099Z||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-08-30T09:43:53.099Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:53.110Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:53.110Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:43:54.023Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:54.025Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:54.028Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:54.028Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-30T09:43:54.130Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-30T09:43:54.131Z||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-08-30T09:43:54.131Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:54.142Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:54.142Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:43:55.028Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:55.029Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:55.031Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:55.031Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:43:55.131Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:43:55.132Z||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-08-30T09:43:55.132Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:55.149Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:55.150Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:43:56.032Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:56.033Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:56.035Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:56.035Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-30T09:43:56.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:43:56.087Z||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-08-30T09:43:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:43:56.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:56.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:43:56.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:43:56.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:43:56.135Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:43:56.136Z||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-08-30T09:43:56.136Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:56.146Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:56.147Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:43:57.040Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:57.040Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:57.043Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:57.043Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:43:57.143Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:43:57.144Z||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-08-30T09:43:57.145Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:57.154Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:57.155Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:43:58.043Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:43:58.044Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:43:58.050Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:43:58.050Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:43:58.150Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:43:58.152Z||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-08-30T09:43:58.152Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:43:58.161Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:43:58.162Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:43:59.052Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "91e73fca-27be-4dce-8df2-2db7f526f3d4", "serviceDescription": "service", "serviceInvariantUUID": "8f54b788-b459-4b85-9aac-821e325d92a3", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b457af02-87f4-441f-b0bb-2fbc2216201a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bfe91bb4-80d1-484b-9c13-fa02e40635e5", "resourceInvariantUUID": "061d94ff-77b2-4c1c-ae19-827d11ae9985", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9145bb40-57cf-4a13-b84e-7e67d874c220", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9d728a8b-3b43-44c2-b047-16f70270ca9c", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MjQwOGU4NTY3OGIyZjUwMzVjZWYwYmIzYmRjNjA5YzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a378f8fc-8d50-41a0-a867-53c785f17790", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2806bc55-44e7-4812-b29b-5fea922fb004", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ba617f50-4001-489e-b0c0-ef412c915c16", "generatedFromUUID": "2806bc55-44e7-4812-b29b-5fea922fb004" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ba617f50-4001-489e-b0c0-ef412c915c16", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODE5ZTA3YzNmYzMyM2IwODI2OWE5YmE2NDY2Mzk0Yjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82ba1dbf-1745-4017-b2b0-bf9e16cb7d71" } ], "workloadContext": "Production" } 2021-08-30T09:43:59.052Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-30T09:43:59.052Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 91e73fca-27be-4dce-8df2-2db7f526f3d4 ASDC 2021-08-30T09:43:59.054Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6138131e-a8ab-4923-af62-54a12b582ea5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:91e73fca-27be-4dce-8df2-2db7f526f3d4 ServiceInvariantUUID:8f54b788-b459-4b85-9aac-821e325d92a3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:82ba1dbf-1745-4017-b2b0-bf9e16cb7d71 ArtifactChecksum:ODE5ZTA3YzNmYzMyM2IwODI2OWE5YmE2NDY2Mzk0Yjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b457af02-87f4-441f-b0bb-2fbc2216201a ResourceInvariantUUID:061d94ff-77b2-4c1c-ae19-827d11ae9985 ResourceName:basic_cnf ResourceType:VF ResourceUUID:bfe91bb4-80d1-484b-9c13-fa02e40635e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:9145bb40-57cf-4a13-b84e-7e67d874c220 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:9d728a8b-3b43-44c2-b047-16f70270ca9c ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:a378f8fc-8d50-41a0-a867-53c785f17790 ArtifactChecksum:MjQwOGU4NTY3OGIyZjUwMzVjZWYwYmIzYmRjNjA5YzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:2806bc55-44e7-4812-b29b-5fea922fb004 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ba617f50-4001-489e-b0c0-ef412c915c16 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ba617f50-4001-489e-b0c0-ef412c915c16 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-30T09:43:59.054Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91e73fca-27be-4dce-8df2-2db7f526f3d4 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-08-30T09:43:59.188Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:43:59.189Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:43:59.189Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:43:59.189Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 82ba1dbf-1745-4017-b2b0-bf9e16cb7d71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-30T09:43:59.189Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:43:59.190Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-30T09:44:00.780Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:44:00.785Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 82ba1dbf-1745-4017-b2b0-bf9e16cb7d71 68759 2021-08-30T09:44:00.785Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-30T09:44:00.786Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-30T09:44:00.786Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:44:00.786Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:00.789Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:00.789Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316640785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:00.890Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:44:00.891Z||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-08-30T09:44:00.891Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:00.901Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:00.907Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:01.790Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:44:01.791Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:44:01.791Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 82ba1dbf-1745-4017-b2b0-bf9e16cb7d71, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:01.792Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-08-30T09:44:01.792Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:01.792Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:02.049Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3674257018501369794/Definitions/service-BasicCnf-template.yml 2021-08-30T09:44:03.430Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.431Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:03.432Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:03.432Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:44:03.433Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:44:03.433Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.433Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:03.433Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:03.433Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:44:03.434Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:44:03.434Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.434Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:03.434Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.434Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-30T09:44:03.434Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-08-30T09:44:03.435Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2021-08-30T09:44:03.435Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-30T09:44:03.435Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.435Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:44:03.435Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.435Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:03.435Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:44:03.436Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.436Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:03.436Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:44:03.436Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.436Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:03.436Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:44:03.437Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.437Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-30T09:44:03.437Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-30T09:44:03.437Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7e76efeb-05a0-406f-a20a-f9babd08e8af 2021-08-30T09:44:03.438Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.438Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:03.438Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.438Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:03.438Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.438Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:03.438Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:03.439Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:03.439Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:91e73fca-27be-4dce-8df2-2db7f526f3d4 Model Version:NULL Model InvariantUuid:8f54b788-b459-4b85-9aac-821e325d92a3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:233d0026-1a8f-4975-b87f-197e47bbc08c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:061d94ff-77b2-4c1c-ae19-827d11ae9985 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b457af02-87f4-441f-b0bb-2fbc2216201a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e14f10df-ae74-4be0-bb4f-5ddc37df208e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0a450192-a220-4b98-b2ee-abe01ccc45a8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7e76efeb-05a0-406f-a20a-f9babd08e8af ModelInvariantUuid:52d3b1f9-22df-40f3-a8f7-d43078019b91 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9e01032c-ec41-4865-9173-83b405a0cf0c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:27f8da3c-fe65-4fd1-9a5b-c8a58bfe8dbc ModelInvariantUuid:0c6f4fbf-6168-42d4-be82-7ae0d7ed6720 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e7edccba-143b-41ca-a395-4a240bc5f98d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-30T09:44:03.445Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bfe91bb4-80d1-484b-9c13-fa02e40635e5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:44:03.449Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||basic_cnf 0 2021-08-30T09:44:03.450Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bfe91bb4-80d1-484b-9c13-fa02e40635e5 2021-08-30T09:44:03.450Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9145bb40-57cf-4a13-b84e-7e67d874c220 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-30T09:44:03.450Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:44:03.450Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-30T09:44:04.197Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:44:04.197Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9145bb40-57cf-4a13-b84e-7e67d874c220 12 2021-08-30T09:44:04.199Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-30T09:44:04.199Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-30T09:44:04.200Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:44:04.200Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:04.202Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:04.202Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316644199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:04.302Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:44:04.303Z||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-08-30T09:44:04.303Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:04.313Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:04.314Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:05.202Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d728a8b-3b43-44c2-b047-16f70270ca9c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-30T09:44:05.203Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:44:05.203Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-30T09:44:05.978Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:44:05.980Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9d728a8b-3b43-44c2-b047-16f70270ca9c 2688 2021-08-30T09:44:05.980Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-30T09:44:05.981Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-30T09:44:05.981Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:44:05.982Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:05.986Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:05.986Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316645980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:06.087Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:44:06.089Z||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-08-30T09:44:06.089Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:06.099Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:06.100Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:06.989Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a378f8fc-8d50-41a0-a867-53c785f17790 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-30T09:44:06.989Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:44:06.989Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-30T09:44:08.177Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:44:08.179Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a378f8fc-8d50-41a0-a867-53c785f17790 828 2021-08-30T09:44:08.179Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-30T09:44:08.180Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-30T09:44:08.180Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:44:08.180Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:08.186Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:08.186Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316648179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:08.286Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-30T09:44:08.292Z||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-08-30T09:44:08.293Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:08.304Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:08.304Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:09.190Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e14f10df-ae74-4be0-bb4f-5ddc37df208e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a450192-a220-4b98-b2ee-abe01ccc45a8", "vfModuleModelCustomizationUUID": "40d7c064-7660-47d0-b801-18ca6b64db08", "isBase": true, "artifacts": [ "2806bc55-44e7-4812-b29b-5fea922fb004", "9d728a8b-3b43-44c2-b047-16f70270ca9c", "ba617f50-4001-489e-b0c0-ef412c915c16" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-30T09:44:09.205Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a450192-a220-4b98-b2ee-abe01ccc45a8 VfModuleModelInvariantUUID:e14f10df-ae74-4be0-bb4f-5ddc37df208e VfModuleModelDescription:NULL Artifacts UUID List:{ 2806bc55-44e7-4812-b29b-5fea922fb004 , 9d728a8b-3b43-44c2-b047-16f70270ca9c , ba617f50-4001-489e-b0c0-ef412c915c16 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-30T09:44:09.208Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e14f10df-ae74-4be0-bb4f-5ddc37df208e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a450192-a220-4b98-b2ee-abe01ccc45a8", "vfModuleModelCustomizationUUID": "40d7c064-7660-47d0-b801-18ca6b64db08", "isBase": true, "artifacts": [ "2806bc55-44e7-4812-b29b-5fea922fb004", "9d728a8b-3b43-44c2-b047-16f70270ca9c", "ba617f50-4001-489e-b0c0-ef412c915c16" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-30T09:44:09.209Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a450192-a220-4b98-b2ee-abe01ccc45a8 VfModuleModelInvariantUUID:e14f10df-ae74-4be0-bb4f-5ddc37df208e VfModuleModelDescription:NULL Artifacts UUID List:{ 2806bc55-44e7-4812-b29b-5fea922fb004 , 9d728a8b-3b43-44c2-b047-16f70270ca9c , ba617f50-4001-489e-b0c0-ef412c915c16 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-30T09:44:09.209Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2806bc55-44e7-4812-b29b-5fea922fb004 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-30T09:44:09.209Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:44:09.209Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-30T09:44:09.948Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:44:09.949Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2806bc55-44e7-4812-b29b-5fea922fb004 1164 2021-08-30T09:44:09.949Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-30T09:44:09.949Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-30T09:44:09.949Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:44:09.949Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:09.952Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:09.953Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316649949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:10.052Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:44:10.053Z||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-08-30T09:44:10.053Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:10.062Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:10.063Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:10.953Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ba617f50-4001-489e-b0c0-ef412c915c16 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-30T09:44:10.955Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:44:10.955Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-30T09:44:11.634Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:44:11.635Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ba617f50-4001-489e-b0c0-ef412c915c16 200 2021-08-30T09:44:11.635Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-30T09:44:11.635Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-30T09:44:11.635Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:44:11.636Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:11.638Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:11.638Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316651635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:11.738Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:44:11.739Z||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-08-30T09:44:11.739Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:11.750Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:11.750Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:12.638Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 91e73fca-27be-4dce-8df2-2db7f526f3d4 2021-08-30T09:44:12.639Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bfe91bb4-80d1-484b-9c13-fa02e40635e5 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-08-30T09:44:12.660Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:44:12.666Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.666Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.667Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-08-30T09:44:12.667Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b457af02-87f4-441f-b0bb-2fbc2216201a 2021-08-30T09:44:12.667Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b457af02-87f4-441f-b0bb-2fbc2216201a matches Tosca VF Customization UUID: b457af02-87f4-441f-b0bb-2fbc2216201a 2021-08-30T09:44:12.668Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b457af02-87f4-441f-b0bb-2fbc2216201a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-30T09:44:12.672Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.672Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.673Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b457af02-87f4-441f-b0bb-2fbc2216201a: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-08-30T09:44:12.675Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@644e8d9c 2021-08-30T09:44:12.675Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.676Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:44:12.676Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40d7c064-7660-47d0-b801-18ca6b64db08 2021-08-30T09:44:12.677Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40d7c064-7660-47d0-b801-18ca6b64db08 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-30T09:44:12.679Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.679Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:12.680Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:44:12.680Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.680Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:12.680Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:44:12.681Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.681Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-30T09:44:12.681Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-30T09:44:12.681Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7e76efeb-05a0-406f-a20a-f9babd08e8af Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-30T09:44:12.684Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.684Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:12.684Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:44:12.684Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.685Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-30T09:44:12.685Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b457af02-87f4-441f-b0bb-2fbc2216201a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:44:12.687Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.687Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.688Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 91e73fca-27be-4dce-8df2-2db7f526f3d4: basic_cnf 2021-08-30T09:44:12.688Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.688Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.688Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.688Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.689Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.689Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.689Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.689Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.689Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:44:12.690Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:44:12.690Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:44:12.764Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bfe91bb4-80d1-484b-9c13-fa02e40635e5 1 ASDC deployResourceStructure 2021-08-30T09:44:12.766Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-30T09:44:12.766Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-08-30T09:44:12.766Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-30T09:44:12.767Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:12.769Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:12.769Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316652765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-30T09:44:12.871Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:44:12.873Z||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-08-30T09:44:12.873Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:12.895Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:12.896Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:44:13.770Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-30T09:44:13.771Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-08-30T09:44:13.772Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-30T09:44:13.772Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:13.775Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:13.775Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316653770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-30T09:44:13.875Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:44:13.878Z||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-08-30T09:44:13.878Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:13.888Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:13.889Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:14.776Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-30T09:44:14.777Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-30T09:44:14.777Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:44:14.777Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:14.780Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:14.780Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316654776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:44:14.880Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:44:14.882Z||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-08-30T09:44:14.883Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:14.893Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:14.894Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:44:15.781Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-30T09:44:15.781Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-30T09:44:15.782Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:44:15.782Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:15.784Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:15.785Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316655781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:44:15.885Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:44:15.886Z||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-08-30T09:44:15.886Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:15.895Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:15.895Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:16.786Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-30T09:44:16.786Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-30T09:44:16.787Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:44:16.787Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:16.790Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:16.790Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316656786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-30T09:44:16.889Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:44:16.891Z||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-08-30T09:44:16.891Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:16.910Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:16.910Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:44:17.791Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-30T09:44:17.791Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-30T09:44:17.791Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:44:17.792Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:44:17.795Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:44:17.795Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316657791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:44:17.895Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:44:17.896Z||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-08-30T09:44:17.896Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:44:17.906Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:17.906Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:44:18.796Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6138131e-a8ab-4923-af62-54a12b582ea5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:44:18.804Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6138131e-a8ab-4923-af62-54a12b582ea5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:44:18.812Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:44:18.812Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:44:18.812Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:44:48.813Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6138131e-a8ab-4923-af62-54a12b582ea5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:44:48.857Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6138131e-a8ab-4923-af62-54a12b582ea5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:44:48.879Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:44:48.879Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:44:48.880Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:44:56.084Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:44:56.087Z||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-08-30T09:44:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:44:56.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:44:56.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:44:56.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316508555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:44:56.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316519784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316523176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:56.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316525124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316525781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "clamp", "timestamp": 1630316526127, "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-08-30T09:44:56.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6138131e-a8ab-4923-af62-54a12b582ea5 2021-08-30T09:44:56.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6138131e-a8ab-4923-af62-54a12b582ea5 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-08-30T09:44:56.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316528165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:44:56.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "aai-ml", "timestamp": 1630316529170, "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-08-30T09:44:56.153Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6138131e-a8ab-4923-af62-54a12b582ea5 2021-08-30T09:44:56.153Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6138131e-a8ab-4923-af62-54a12b582ea5 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-08-30T09:44:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316529642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:56.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316531322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:56.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316533233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316534343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316535346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316536351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-30T09:44:56.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:44:56.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:44:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316537355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:44:56.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:45:18.881Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6138131e-a8ab-4923-af62-54a12b582ea5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:45:18.895Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6138131e-a8ab-4923-af62-54a12b582ea5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:45:18.900Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:45:18.900Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-30T09:45:18.901Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-30T09:45:18.901Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-30T09:45:18.901Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:45:18.902Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:45:18.902Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:45:18.902Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:45:18.903Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:45:18.903Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:45:18.903Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||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-08-30T09:45:18.913Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-30T09:45:48.913Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6138131e-a8ab-4923-af62-54a12b582ea5 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-08-30T09:45:48.922Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6138131e-a8ab-4923-af62-54a12b582ea5 and serviceModelVersionId: 91e73fca-27be-4dce-8df2-2db7f526f3d4 2021-08-30T09:45:48.922Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f54b788-b459-4b85-9aac-821e325d92a3 2021-08-30T09:45:48.923Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f54b788-b459-4b85-9aac-821e325d92a3/model-vers/model-ver/91e73fca-27be-4dce-8df2-2db7f526f3d4?depth=0 2021-08-30T09:45:48.932Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-08-30T09:45:48.993Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f54b788-b459-4b85-9aac-821e325d92a3/model-vers/model-ver/91e73fca-27be-4dce-8df2-2db7f526f3d4?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-08-30T09:45:48.996Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f54b788-b459-4b85-9aac-821e325d92a3/model-vers/model-ver/91e73fca-27be-4dce-8df2-2db7f526f3d4?depth=0|INFO|500||Invoke 2021-08-30T09:45:49.038Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f54b788-b459-4b85-9aac-821e325d92a3/model-vers/model-ver/91e73fca-27be-4dce-8df2-2db7f526f3d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-30T09:45:49.381Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f54b788-b459-4b85-9aac-821e325d92a3/model-vers/model-ver/91e73fca-27be-4dce-8df2-2db7f526f3d4?depth=0|INFO|500||InvokeReturn 2021-08-30T09:45:49.382Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f54b788-b459-4b85-9aac-821e325d92a3/model-vers/model-ver/91e73fca-27be-4dce-8df2-2db7f526f3d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210830-09:45:49:051-71626], vertex-id=[262152], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:45:49 GMT], Content-Type=[application/json]} 2021-08-30T09:45:49.383Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-08-30T09:45:49.383Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-30T09:45:49.384Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:45:49.391Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||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-08-30T09:45:49.396Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6138131e-a8ab-4923-af62-54a12b582ea5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-30T09:45:49.396Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-30T09:45:49.397Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:45:49.401Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:45:49.402Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316749396, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:45:49.501Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:45:49.502Z||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-08-30T09:45:49.503Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:45:49.521Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:45:49.522Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-30T09:45:50.419Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:45:50.420Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:45:50.420Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:45:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:45:56.087Z||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-08-30T09:45:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:45:56.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:45:56.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:45:56.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316628957, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:45:56.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:45:56.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:45:56.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:45:56.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:45:56.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:45:56.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-30T09:45:56.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:45:56.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:45:56.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-30T09:45:56.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:45:56.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:45:56.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:45:56.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:45:56.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:45:56.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-30T09:45:56.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:45:56.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:45:56.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:45:56.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:46:00.676Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:46:00.677Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:46:00.678Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:46:00.678Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:46:10.231Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:46:10.233Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:46:10.233Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:46:10.233Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:46:19.776Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:46:19.777Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:46:19.778Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:46:19.778Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:46:29.321Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:46:56.072Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:46:56.075Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:46:56.075Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:46:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:46:56.083Z||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-08-30T09:46:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:46:56.130Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:46:56.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-30T09:46:56.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:46:56.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:46:56.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:46:56.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316516071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:46:56.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-30T09:46:56.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316640785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:46:56.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316644199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:46:56.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316645980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-30T09:46:56.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316648179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:46:56.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316649949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:46:56.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316651635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:46:56.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316652765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-30T09:46:56.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316653770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-30T09:46:56.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316654776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316655781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316656786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:46:56.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-30T09:46:56.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316657791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:46:56.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:47:05.638Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:47:56.074Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:47:56.078Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:47:56.078Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:47:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:47:56.083Z||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-08-30T09:47:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:47:56.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:47:56.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-30T09:47:56.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6138131e-a8ab-4923-af62-54a12b582ea5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630316749396, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:47:56.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:48:05.637Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:48:56.072Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:48:56.074Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:48:56.074Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:48:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:48:56.084Z||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-08-30T09:48:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:49:05.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:49:05.624Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:49:56.072Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:49:56.075Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:49:56.075Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:49:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:49:56.085Z||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-08-30T09:49:56.086Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:50:05.631Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:50:05.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:50:56.072Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:50:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:50:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:50:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:50:56.083Z||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-08-30T09:50:56.083Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:51:05.617Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:05.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:56.072Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:51:56.075Z|6138131e-a8ab-4923-af62-54a12b582ea5|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-08-30T09:51:56.075Z|6138131e-a8ab-4923-af62-54a12b582ea5|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:51:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:51:56.084Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:51:56.084Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:51:56.216Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:56.219Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.219Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.222Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.222Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.222Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-08-30T09:51:56.222Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.222Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.223Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.223Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.223Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.223Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.223Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.223Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.224Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.225Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.225Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.225Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.225Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.225Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.225Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.225Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:51:56.226Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.227Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-30T09:51:56.228Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.228Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.228Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.228Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.228Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.228Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.228Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.230Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.230Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.230Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.230Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.230Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.231Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.231Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.232Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.233Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.234Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.234Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.234Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.234Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.234Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.234Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.234Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.235Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.236Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.236Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.236Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:51:56.236Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.236Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.236Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.236Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.237Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.237Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.237Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.238Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.239Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.239Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.239Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-30T09:51:56.239Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.239Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.239Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317101483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.239Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317096936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317098594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.240Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317104701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.241Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.242Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.242Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.242Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.242Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.242Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.242Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317113131, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:51:56.242Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317113255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.243Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-30T09:51:56.244Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.244Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.244Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.244Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.244Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.244Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317114138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:51:56.245Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:51:56.245Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.245Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.245Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.245Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.245Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "cds", "timestamp": 1630317114263, "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-08-30T09:51:56.283Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 890bf145-11f3-4535-a543-e13b44a040f9 2021-08-30T09:51:56.283Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:51:56.298Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.298Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.299Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.299Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.299Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.299Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.299Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.299Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.300Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.300Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.300Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "policy-id", "timestamp": 1630317115141, "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-08-30T09:51:56.305Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890bf145-11f3-4535-a543-e13b44a040f9 2021-08-30T09:51:56.305Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:51:56.318Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.318Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.318Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.319Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.319Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317107788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:51:56.319Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.319Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.319Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.320Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:51:56.704Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:56.705Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-30T09:51:56.705Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"890bf145-11f3-4535-a543-e13b44a040f9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7d9b8ede-83bd-4da6-bf3f-7cbf4594f876","serviceDescription":"service","serviceInvariantUUID":"319df3de-c35b-4b06-89f5-3fb141d25c82","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44a1b257-eced-4c06-b221-5ba1adbd6abd","resourceInvariantUUID":"6d7bf156-0d4d-44e4-ad8c-dfee51625780","resourceCustomizationUUID":"43b4f38d-a16b-4c29-9c79-d0b9e78826ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a7262d90-e5c0-4bbe-8327-bbc6a028bf5d","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":"OTY4YjlkZjgxZGI2ODczZGQwYmNlNDQ5Yjk2NjAwYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e191182-fe50-4918-b372-2aabe9a16db2","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":"YWMzYWFkNGU4OGFjMGQzNWRlZDUyYjMyMTQ2ODU0N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0e5646a-a887-430a-80e1-ae66bbe63140","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":"3e5ccfae-a9fa-4d52-bd51-77ae7799cec5","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":"8ef9a258-ab46-43b0-9546-966515a81427","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":"5b78232c-48da-45d0-bbea-0c70d774dc5a","artifactVersion":"2","generatedFromUUID":"3e5ccfae-a9fa-4d52-bd51-77ae7799cec5"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YThmOTU5ZTI4ZjlhNGI4N2ViZDVkYTljZTUzNDg4OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4c583e7-b76d-4b0b-b329-88851785cb71","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTkwMmZjODdmYmUzMmUzMjJkMTIzMDc3YzZkZTM0Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32f22d40-43fc-43e1-ba73-fe53e179e67d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-30T09:51:56.707Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:51:56.708Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:51:56.712Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:51:56.712Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:56.812Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:51:56.813Z||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-08-30T09:51:56.813Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:51:56.824Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:56.825Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:51:57.713Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:51:57.714Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:51:57.723Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:51:57.723Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:51:57.816Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-08-30T09:51:57.817Z||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-08-30T09:51:57.817Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:51:57.830Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:57.831Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:51:58.745Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:51:58.745Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:51:58.749Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:51:58.749Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:51:58.849Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:51:58.850Z||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-08-30T09:51:58.850Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:51:58.869Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:58.870Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:51:59.750Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:51:59.751Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:51:59.771Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:51:59.772Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-30T09:51:59.872Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-30T09:51:59.873Z||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-08-30T09:51:59.873Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:51:59.882Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:51:59.883Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:00.773Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:52:00.776Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:00.780Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:00.780Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:52:00.881Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:00.882Z||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-08-30T09:52:00.882Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:00.892Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:00.893Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:01.782Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:52:01.783Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:01.786Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:01.786Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-30T09:52:01.886Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:01.887Z||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-08-30T09:52:01.887Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:01.896Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:01.897Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:52:02.787Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:52:02.790Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:02.793Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:02.793Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:52:02.893Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:52:02.894Z||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-08-30T09:52:02.894Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:02.903Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:02.904Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:03.794Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:52:03.795Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:03.801Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:03.801Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:52:03.902Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:03.903Z||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-08-30T09:52:03.903Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:03.912Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:03.913Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:52:04.803Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "7d9b8ede-83bd-4da6-bf3f-7cbf4594f876", "serviceDescription": "service", "serviceInvariantUUID": "319df3de-c35b-4b06-89f5-3fb141d25c82", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "43b4f38d-a16b-4c29-9c79-d0b9e78826ab", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "44a1b257-eced-4c06-b221-5ba1adbd6abd", "resourceInvariantUUID": "6d7bf156-0d4d-44e4-ad8c-dfee51625780", "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": "YWMzYWFkNGU4OGFjMGQzNWRlZDUyYjMyMTQ2ODU0N2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0e5646a-a887-430a-80e1-ae66bbe63140", "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": "3e5ccfae-a9fa-4d52-bd51-77ae7799cec5", "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": "5b78232c-48da-45d0-bbea-0c70d774dc5a", "generatedFromUUID": "3e5ccfae-a9fa-4d52-bd51-77ae7799cec5" }, "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": "5b78232c-48da-45d0-bbea-0c70d774dc5a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NTkwMmZjODdmYmUzMmUzMjJkMTIzMDc3YzZkZTM0Yzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32f22d40-43fc-43e1-ba73-fe53e179e67d" } ], "workloadContext": "Production" } 2021-08-30T09:52:04.804Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-30T09:52:04.804Z|6138131e-a8ab-4923-af62-54a12b582ea5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d9b8ede-83bd-4da6-bf3f-7cbf4594f876 ASDC 2021-08-30T09:52:04.807Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:890bf145-11f3-4535-a543-e13b44a040f9 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:7d9b8ede-83bd-4da6-bf3f-7cbf4594f876 ServiceInvariantUUID:319df3de-c35b-4b06-89f5-3fb141d25c82 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:32f22d40-43fc-43e1-ba73-fe53e179e67d ArtifactChecksum:NTkwMmZjODdmYmUzMmUzMjJkMTIzMDc3YzZkZTM0Yzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:43b4f38d-a16b-4c29-9c79-d0b9e78826ab ResourceInvariantUUID:6d7bf156-0d4d-44e4-ad8c-dfee51625780 ResourceName:basicclamp ResourceType:VF ResourceUUID:44a1b257-eced-4c06-b221-5ba1adbd6abd 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:e0e5646a-a887-430a-80e1-ae66bbe63140 ArtifactChecksum:YWMzYWFkNGU4OGFjMGQzNWRlZDUyYjMyMTQ2ODU0N2U= 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:3e5ccfae-a9fa-4d52-bd51-77ae7799cec5 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:5b78232c-48da-45d0-bbea-0c70d774dc5a 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:5b78232c-48da-45d0-bbea-0c70d774dc5a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-30T09:52:04.807Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d9b8ede-83bd-4da6-bf3f-7cbf4594f876 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-08-30T09:52:04.846Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:52:04.848Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:52:04.848Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:52:04.848Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 32f22d40-43fc-43e1-ba73-fe53e179e67d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-30T09:52:04.849Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:52:04.849Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-30T09:52:05.968Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:52:05.972Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 32f22d40-43fc-43e1-ba73-fe53e179e67d 73370 2021-08-30T09:52:05.972Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-08-30T09:52:05.973Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-30T09:52:05.973Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:52:05.973Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:05.975Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:05.976Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317125972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:52:06.076Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:06.077Z||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-08-30T09:52:06.077Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:06.085Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:06.086Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:06.976Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:52:06.978Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-08-30T09:52:06.978Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 32f22d40-43fc-43e1-ba73-fe53e179e67d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-30T09:52:06.978Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-08-30T09:52:06.979Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-30T09:52:06.979Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-30T09:52:07.248Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3494584366263027965/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-08-30T09:52:08.474Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-30T09:52:08.474Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:52:08.474Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:08.475Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-08-30T09:52:08.476Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.476Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:08.476Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:08.476Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:52:08.476Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:52:08.477Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.477Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:08.477Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:08.477Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-08-30T09:52:08.477Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:52:08.477Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.477Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:08.478Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.478Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-30T09:52:08.478Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-30T09:52:08.478Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-30T09:52:08.478Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-30T09:52:08.478Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-30T09:52:08.479Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-30T09:52:08.479Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.479Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:52:08.479Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.479Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:08.480Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:52:08.480Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.480Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:08.480Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:52:08.480Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.481Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:08.481Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:52:08.481Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.481Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-30T09:52:08.481Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-30T09:52:08.481Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-30T09:52:08.482Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=147fa249-abdb-46ef-bb37-48f6c785e324 2021-08-30T09:52:08.482Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.482Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:08.482Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.482Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:08.482Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.483Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:08.483Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:08.483Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:08.483Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:7d9b8ede-83bd-4da6-bf3f-7cbf4594f876 Model Version:NULL Model InvariantUuid:319df3de-c35b-4b06-89f5-3fb141d25c82 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:f7b8147e-b41e-47db-b5df-5ae4f4f5ff4c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6d7bf156-0d4d-44e4-ad8c-dfee51625780 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:43b4f38d-a16b-4c29-9c79-d0b9e78826ab NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:49dee6c1-d905-4fd5-a10f-1eb59bd579cd ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:8dedf9ca-1d5c-4f9c-8550-3cc32e86a988 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:147fa249-abdb-46ef-bb37-48f6c785e324 ModelInvariantUuid:1486eb6c-6c3c-4307-aacb-577ab145ce1e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:bf2abb7c-a735-4ce1-8580-bff992bb7316 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2d582528-66e0-4327-8b69-5e1a94aef319 ModelInvariantUuid:db4afc2e-0a68-4866-aee4-ffecc8804ccf ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:15e0fe3d-6c7f-4737-ad7b-bff0ed8718c8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-30T09:52:08.490Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 44a1b257-eced-4c06-b221-5ba1adbd6abd Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:52:08.495Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||basicclamp 0 2021-08-30T09:52:08.495Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44a1b257-eced-4c06-b221-5ba1adbd6abd 2021-08-30T09:52:08.495Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0e5646a-a887-430a-80e1-ae66bbe63140 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-30T09:52:08.495Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:52:08.496Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-30T09:52:09.058Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:52:09.058Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e0e5646a-a887-430a-80e1-ae66bbe63140 790 2021-08-30T09:52:09.059Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:09.059Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:09.059Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:52:09.059Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:09.061Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:09.061Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317129059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:52:09.162Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:52:09.163Z||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-08-30T09:52:09.163Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:09.173Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:09.173Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:10.062Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "49dee6c1-d905-4fd5-a10f-1eb59bd579cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8dedf9ca-1d5c-4f9c-8550-3cc32e86a988", "vfModuleModelCustomizationUUID": "1ce97391-b835-4393-8aef-38ab1cb92189", "isBase": true, "artifacts": [ "3e5ccfae-a9fa-4d52-bd51-77ae7799cec5", "5b78232c-48da-45d0-bbea-0c70d774dc5a" ], "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-08-30T09:52:10.071Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8dedf9ca-1d5c-4f9c-8550-3cc32e86a988 VfModuleModelInvariantUUID:49dee6c1-d905-4fd5-a10f-1eb59bd579cd VfModuleModelDescription:NULL Artifacts UUID List:{ 3e5ccfae-a9fa-4d52-bd51-77ae7799cec5 , 5b78232c-48da-45d0-bbea-0c70d774dc5a } 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-08-30T09:52:10.073Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "49dee6c1-d905-4fd5-a10f-1eb59bd579cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8dedf9ca-1d5c-4f9c-8550-3cc32e86a988", "vfModuleModelCustomizationUUID": "1ce97391-b835-4393-8aef-38ab1cb92189", "isBase": true, "artifacts": [ "3e5ccfae-a9fa-4d52-bd51-77ae7799cec5", "5b78232c-48da-45d0-bbea-0c70d774dc5a" ], "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-08-30T09:52:10.073Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8dedf9ca-1d5c-4f9c-8550-3cc32e86a988 VfModuleModelInvariantUUID:49dee6c1-d905-4fd5-a10f-1eb59bd579cd VfModuleModelDescription:NULL Artifacts UUID List:{ 3e5ccfae-a9fa-4d52-bd51-77ae7799cec5 , 5b78232c-48da-45d0-bbea-0c70d774dc5a } 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-08-30T09:52:10.073Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e5ccfae-a9fa-4d52-bd51-77ae7799cec5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-30T09:52:10.074Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:52:10.074Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-30T09:52:10.738Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:52:10.738Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 3e5ccfae-a9fa-4d52-bd51-77ae7799cec5 5033 2021-08-30T09:52:10.740Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:10.740Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:10.741Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:52:10.741Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:10.743Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:10.743Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317130740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:52:10.843Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:10.844Z||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-08-30T09:52:10.844Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:10.853Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:10.854Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:52:11.744Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5b78232c-48da-45d0-bbea-0c70d774dc5a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-30T09:52:11.744Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-08-30T09:52:11.745Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-30T09:52:12.263Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-08-30T09:52:12.264Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5b78232c-48da-45d0-bbea-0c70d774dc5a 909 2021-08-30T09:52:12.264Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:12.264Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:12.264Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:52:12.265Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:12.267Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:12.268Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317132264, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:52:12.368Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:12.369Z||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-08-30T09:52:12.369Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:12.381Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:12.381Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:13.268Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7d9b8ede-83bd-4da6-bf3f-7cbf4594f876 2021-08-30T09:52:13.269Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 44a1b257-eced-4c06-b221-5ba1adbd6abd ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:52:13.293Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.294Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.294Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-08-30T09:52:13.294Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 43b4f38d-a16b-4c29-9c79-d0b9e78826ab 2021-08-30T09:52:13.295Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43b4f38d-a16b-4c29-9c79-d0b9e78826ab matches Tosca VF Customization UUID: 43b4f38d-a16b-4c29-9c79-d0b9e78826ab 2021-08-30T09:52:13.295Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 43b4f38d-a16b-4c29-9c79-d0b9e78826ab matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-30T09:52:13.298Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.299Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.299Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 43b4f38d-a16b-4c29-9c79-d0b9e78826ab: {\"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-08-30T09:52:13.300Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@701ce1cc 2021-08-30T09:52:13.300Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.300Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-30T09:52:13.300Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ce97391-b835-4393-8aef-38ab1cb92189 2021-08-30T09:52:13.300Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ce97391-b835-4393-8aef-38ab1cb92189 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-30T09:52:13.303Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.303Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:13.303Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:52:13.304Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.304Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:13.304Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:52:13.305Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.305Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-30T09:52:13.305Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-30T09:52:13.305Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-30T09:52:13.305Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=147fa249-abdb-46ef-bb37-48f6c785e324 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-30T09:52:13.308Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.308Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:13.309Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-30T09:52:13.309Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.309Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-30T09:52:13.309Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=43b4f38d-a16b-4c29-9c79-d0b9e78826ab Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:52:13.311Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.312Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.312Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7d9b8ede-83bd-4da6-bf3f-7cbf4594f876: basicclamp 2021-08-30T09:52:13.312Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.312Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.313Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.313Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.313Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.313Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.313Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.314Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.314Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:52:13.314Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:52:13.314Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-30T09:52:13.400Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 44a1b257-eced-4c06-b221-5ba1adbd6abd 1 ASDC deployResourceStructure 2021-08-30T09:52:13.401Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:13.401Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:13.401Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:52:13.401Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:13.403Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:13.403Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317133400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:52:13.503Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:13.504Z||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-08-30T09:52:13.504Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:13.516Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:13.519Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:14.404Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:14.405Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:14.405Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:52:14.405Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:14.407Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:14.407Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317134404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:52:14.507Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:52:14.508Z||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-08-30T09:52:14.509Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:14.518Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:14.519Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:15.408Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:15.408Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:52:15.408Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:52:15.408Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:15.410Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:15.411Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317135408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-30T09:52:15.511Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:52:15.511Z||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-08-30T09:52:15.511Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:15.528Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:15.528Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:52:16.412Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-08-30T09:52:16.412Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-30T09:52:16.414Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:52:16.414Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:52:16.416Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:52:16.416Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317136412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:52:16.517Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:52:16.518Z||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-08-30T09:52:16.519Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:52:16.530Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:16.531Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:52:17.418Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:52:17.430Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:52:17.432Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:52:17.432Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:52:17.433Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:52:47.433Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:52:47.454Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:52:47.456Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:52:47.456Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:52:47.456Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:52:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:52:56.085Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:52:56.086Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:52:56.114Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:52:56.116Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:52:56.116Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:52:56.117Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:53:17.457Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:53:17.484Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:53:17.488Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:53:17.488Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:53:17.488Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:53:47.489Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:53:47.508Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:53:47.511Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:53:47.511Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:53:47.511Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:53:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:53:56.087Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:53:56.088Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:53:56.116Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:53:56.118Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:53:56.119Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317108555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:53:56.122Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:17.512Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:54:17.534Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:54:17.539Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:54:17.539Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:54:17.539Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:54:47.540Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:54:47.562Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:54:47.564Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:54:47.564Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:54:47.564Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:54:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:54:56.085Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:54:56.086Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:54:56.621Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:54:56.624Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.624Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.626Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.627Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317117175, "artifactURL": "/sdc/v1/catalog/services/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876/resourceInstances/basicclamp0/artifacts/a7262d90-e5c0-4bbe-8327-bbc6a028bf5d", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.628Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.628Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.628Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.628Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.628Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.628Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.628Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317118361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.629Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317118551, "artifactURL": "/sdc/v1/catalog/services/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876/resourceInstances/basicclamp0/artifacts/a7262d90-e5c0-4bbe-8327-bbc6a028bf5d", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.630Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.630Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.630Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317118677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.630Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.630Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.630Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-30T09:54:56.630Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.631Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.631Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.631Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.631Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.631Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "ves-openapi-manager", "timestamp": 1630317111412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.631Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.631Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.632Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "dcae-sch", "timestamp": 1630317119555, "artifactURL": "/sdc/v1/catalog/services/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876/resourceInstances/basicclamp0/artifacts/a7262d90-e5c0-4bbe-8327-bbc6a028bf5d", "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-08-30T09:54:56.639Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 890bf145-11f3-4535-a543-e13b44a040f9 2021-08-30T09:54:56.640Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:54:56.656Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.656Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-30T09:54:56.656Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.656Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.656Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.657Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.657Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.657Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.657Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.657Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.657Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.657Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317121362, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.658Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317114168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:54:56.659Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.659Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.659Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:54:56.659Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.659Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.659Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317116072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:54:56.660Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-30T09:54:56.660Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.660Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317123858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.660Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.660Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.660Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317124235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.661Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.661Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.661Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317124376, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.661Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.661Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.661Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317124885, "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-08-30T09:54:56.668Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890bf145-11f3-4535-a543-e13b44a040f9 2021-08-30T09:54:56.669Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:54:56.680Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.680Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317125241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.681Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.681Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.681Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "multicloud-k8s-id", "timestamp": 1630317125889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.681Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.682Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.682Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317125972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.682Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.682Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.682Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317126806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.682Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.682Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.683Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317127310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.683Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.683Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.683Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317127667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.683Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.683Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.684Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317127811, "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-08-30T09:54:56.691Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 890bf145-11f3-4535-a543-e13b44a040f9 2021-08-30T09:54:56.691Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:54:56.700Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.700Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317128313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.701Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.701Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.701Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "aai-ml", "timestamp": 1630317128671, "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-08-30T09:54:56.705Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 890bf145-11f3-4535-a543-e13b44a040f9 2021-08-30T09:54:56.707Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:54:56.715Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.715Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317129059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.715Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.715Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.715Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "clamp", "timestamp": 1630317129317, "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-08-30T09:54:56.720Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 890bf145-11f3-4535-a543-e13b44a040f9 2021-08-30T09:54:56.720Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:54:56.728Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.728Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317130740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.729Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.729Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.729Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317132264, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-30T09:54:56.729Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.729Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.729Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317133400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.730Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.730Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.730Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317134404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.730Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.730Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.730Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317135408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.730Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:54:56.731Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:54:56.731Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317136412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:54:56.731Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:55:17.565Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:55:17.581Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:55:17.583Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:55:17.583Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:55:17.584Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T09:55:17.585Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:55:17.589Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-30T09:55:47.591Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 890bf145-11f3-4535-a543-e13b44a040f9 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-08-30T09:55:47.614Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 890bf145-11f3-4535-a543-e13b44a040f9 and serviceModelVersionId: 7d9b8ede-83bd-4da6-bf3f-7cbf4594f876 2021-08-30T09:55:47.615Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 319df3de-c35b-4b06-89f5-3fb141d25c82 2021-08-30T09:55:47.616Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/319df3de-c35b-4b06-89f5-3fb141d25c82/model-vers/model-ver/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876?depth=0 2021-08-30T09:55:47.635Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-08-30T09:55:47.707Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/319df3de-c35b-4b06-89f5-3fb141d25c82/model-vers/model-ver/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876?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-08-30T09:55:47.712Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/319df3de-c35b-4b06-89f5-3fb141d25c82/model-vers/model-ver/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876?depth=0|INFO|500||Invoke 2021-08-30T09:55:47.743Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/319df3de-c35b-4b06-89f5-3fb141d25c82/model-vers/model-ver/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-30T09:55:48.060Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/319df3de-c35b-4b06-89f5-3fb141d25c82/model-vers/model-ver/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876?depth=0|INFO|500||InvokeReturn 2021-08-30T09:55:48.060Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/319df3de-c35b-4b06-89f5-3fb141d25c82/model-vers/model-ver/7d9b8ede-83bd-4da6-bf3f-7cbf4594f876?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210830-09:55:47:762-38972], vertex-id=[250088], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:55:47 GMT], Content-Type=[application/json]} 2021-08-30T09:55:48.060Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-08-30T09:55:48.061Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-30T09:55:48.061Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:55:48.071Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||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-08-30T09:55:48.071Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 890bf145-11f3-4535-a543-e13b44a040f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-30T09:55:48.071Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-30T09:55:48.072Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:55:48.075Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:55:48.076Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317348071, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:55:48.176Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:55:48.178Z||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-08-30T09:55:48.178Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:55:48.196Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:55:48.197Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 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-08-30T09:55:49.089Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:55:49.090Z|890bf145-11f3-4535-a543-e13b44a040f9|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-08-30T09:55:49.090Z|890bf145-11f3-4535-a543-e13b44a040f9|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:55:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:55:56.084Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:55:56.084Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:55:56.710Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:55:56.710Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T09:55:56.710Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bf145-11f3-4535-a543-e13b44a040f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317348071, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T09:55:56.712Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:55:59.323Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:55:59.324Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:55:59.341Z|890bf145-11f3-4535-a543-e13b44a040f9|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-08-30T09:55:59.341Z|890bf145-11f3-4535-a543-e13b44a040f9|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:56:08.889Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:56:08.890Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:56:08.891Z|890bf145-11f3-4535-a543-e13b44a040f9|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-08-30T09:56:08.891Z|890bf145-11f3-4535-a543-e13b44a040f9|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:56:18.431Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:56:18.432Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:56:18.433Z|890bf145-11f3-4535-a543-e13b44a040f9|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-08-30T09:56:18.433Z|890bf145-11f3-4535-a543-e13b44a040f9|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:56:27.979Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:56:56.072Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:56:56.077Z|890bf145-11f3-4535-a543-e13b44a040f9|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-08-30T09:56:56.077Z|890bf145-11f3-4535-a543-e13b44a040f9|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:56:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:56:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T09:56:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:57:05.678Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:57:05.688Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:57:56.072Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:57:56.077Z|890bf145-11f3-4535-a543-e13b44a040f9|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-08-30T09:57:56.077Z|890bf145-11f3-4535-a543-e13b44a040f9|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 vVxR0BwxjColsjXN) ... 2021-08-30T09:57:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:57:56.083Z||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-08-30T09:57:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:58:05.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:05.674Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:56.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:58:56.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T09:58:56.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T09:58:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:58:56.084Z||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-08-30T09:58:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:58:56.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:56.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-30T09:58:56.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317516936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:58:56.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317511412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317518594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:58:56.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317528188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:58:56.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:58:56.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317528176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-30T09:58:56.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:58:56.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317529104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:58:56.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:58:56.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317529357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-30T09:58:56.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:58:56.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "cds", "timestamp": 1630317529518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:58:56.408Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62369ee6-f29d-4d1f-999c-f05dbc8840ec 2021-08-30T09:58:56.408Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62369ee6-f29d-4d1f-999c-f05dbc8840ec 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-08-30T09:58:56.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317530114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:58:56.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T09:58:56.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "dcae-sch", "timestamp": 1630317521483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "ves-openapi-manager", "timestamp": 1630317530361, "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-08-30T09:58:56.423Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 62369ee6-f29d-4d1f-999c-f05dbc8840ec 2021-08-30T09:58:56.423Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62369ee6-f29d-4d1f-999c-f05dbc8840ec 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-08-30T09:58:56.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "policy-id", "timestamp": 1630317531118, "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-08-30T09:58:56.437Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62369ee6-f29d-4d1f-999c-f05dbc8840ec 2021-08-30T09:58:56.438Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62369ee6-f29d-4d1f-999c-f05dbc8840ec 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-08-30T09:58:56.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317524701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:58:56.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T09:58:56.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:56.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-30T09:58:56.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"62369ee6-f29d-4d1f-999c-f05dbc8840ec","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c003c3e1-6d5a-4512-a5e5-e9745aef684d","serviceDescription":"service","serviceInvariantUUID":"532163a2-62e9-468d-ba3d-2c50f1dd01b3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ec7787d8-af9e-4167-a1c7-bf5a60410724","resourceInvariantUUID":"dda97378-adca-4edd-bbf7-5207a90ffbd2","resourceCustomizationUUID":"7893b19b-0c3a-4d5c-85cb-575b37c8bcee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGY3N2JlNmRmYmNiZTEwZDE5NzYyNWViMGQwMmQ1Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13e719bf-282c-409f-a02e-76e97987f4fa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf3769ea-08ce-479a-b511-70bd92c4e2c5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbff875b-1caa-424c-85f1-6bb08ec71c29","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NzZmZjhjYzhlMjI0ZjcwMDVlNjUzZWU2MDc3NzNjOWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c0e004f4-5de6-4aa0-acb9-80dfdf4c5431","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9c0c7a8a-9e83-4749-98b7-fa55dca7f4d7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5042fafa-37bb-4438-bdd7-2cc91a8dd610","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3deeb97a-d1e0-4a54-8e56-83b597de9da8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NThhOWFlZjhhZTRjYjg5YjI2NmY0Y2VlMWMwNDYyODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b1356df-41a2-4c37-a57b-467431842bd7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2E5NmU3Nzk1NDRmYjY1YzUwOGViY2UwNDI4Y2M2NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a64b42eb-a472-4ee2-96be-085cd72cc647","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-30T09:58:56.725Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:58:56.726Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:58:56.732Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:58:56.733Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:56.832Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:58:56.833Z||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-08-30T09:58:56.834Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:58:56.843Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:56.843Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:58:57.733Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:58:57.734Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:58:57.738Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:58:57.738Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:57.840Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-30T09:58:57.841Z||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-08-30T09:58:57.842Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:58:57.859Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:57.862Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:58:58.739Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:58:58.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:58:58.745Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:58:58.745Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:58.844Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:58:58.845Z||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-08-30T09:58:58.845Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:58:58.855Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:58.855Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:58:59.746Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:58:59.747Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:58:59.751Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:58:59.751Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T09:58:59.860Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2021-08-30T09:58:59.861Z||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-08-30T09:58:59.861Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:58:59.872Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:58:59.873Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:59:00.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:59:00.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:59:00.757Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:59:00.757Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T09:59:00.858Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:59:00.859Z||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-08-30T09:59:00.859Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:59:00.868Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:00.869Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:59:01.758Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:59:01.760Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:59:01.766Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:59:01.766Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:59:01.866Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T09:59:01.867Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-30T09:59:01.869Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:59:01.878Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:01.878Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:59:02.767Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:59:02.768Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:59:02.770Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:59:02.770Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T09:59:02.871Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:59:02.871Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-30T09:59:02.872Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:59:02.884Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:02.884Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1} 2021-08-30T09:59:03.772Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:59:03.773Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:59:03.775Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:59:03.776Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:59:03.876Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:59:03.877Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-30T09:59:03.877Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:59:03.885Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:03.886Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:59:04.776Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-30T09:59:04.777Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:59:04.781Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:59:04.781Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T09:59:04.879Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-30T09:59:04.880Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-30T09:59:04.880Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:59:04.890Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:04.891Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:59:05.782Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c003c3e1-6d5a-4512-a5e5-e9745aef684d", "serviceDescription": "service", "serviceInvariantUUID": "532163a2-62e9-468d-ba3d-2c50f1dd01b3", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "7893b19b-0c3a-4d5c-85cb-575b37c8bcee", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ec7787d8-af9e-4167-a1c7-bf5a60410724", "resourceInvariantUUID": "dda97378-adca-4edd-bbf7-5207a90ffbd2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "M2E5NmU3Nzk1NDRmYjY1YzUwOGViY2UwNDI4Y2M2NDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a64b42eb-a472-4ee2-96be-085cd72cc647" } ], "workloadContext": "Production" } 2021-08-30T09:59:05.784Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-30T09:59:05.784Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c003c3e1-6d5a-4512-a5e5-e9745aef684d ASDC 2021-08-30T09:59:05.785Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:62369ee6-f29d-4d1f-999c-f05dbc8840ec ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c003c3e1-6d5a-4512-a5e5-e9745aef684d ServiceInvariantUUID:532163a2-62e9-468d-ba3d-2c50f1dd01b3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:a64b42eb-a472-4ee2-96be-085cd72cc647 ArtifactChecksum:M2E5NmU3Nzk1NDRmYjY1YzUwOGViY2UwNDI4Y2M2NDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:7893b19b-0c3a-4d5c-85cb-575b37c8bcee ResourceInvariantUUID:dda97378-adca-4edd-bbf7-5207a90ffbd2 ResourceName:test-pnf ResourceType:PNF ResourceUUID:ec7787d8-af9e-4167-a1c7-bf5a60410724 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-30T09:59:05.785Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c003c3e1-6d5a-4512-a5e5-e9745aef684d 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-08-30T09:59:05.817Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:59:05.819Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-30T09:59:05.819Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-30T09:59:05.819Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a64b42eb-a472-4ee2-96be-085cd72cc647 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-30T09:59:05.819Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-30T09:59:05.820Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-30T09:59:06.641Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-30T09:59:06.647Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a64b42eb-a472-4ee2-96be-085cd72cc647 105546 2021-08-30T09:59:06.648Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-30T09:59:06.648Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-30T09:59:06.648Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-30T09:59:06.648Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:59:06.650Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:59:06.650Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317546647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T09:59:06.751Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-30T09:59:06.752Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-30T09:59:06.752Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:59:06.764Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:06.764Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-30T09:59:07.651Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-30T09:59:07.652Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-30T09:59:07.653Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a64b42eb-a472-4ee2-96be-085cd72cc647, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:07.653Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-08-30T09:59:07.654Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:07.654Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:07.981Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11695540270672438912/Definitions/service-TestPnfMacro-template.yml 2021-08-30T09:59:08.987Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-30T09:59:08.988Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-30T09:59:08.988Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.988Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-30T09:59:08.988Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.988Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.988Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.989Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.989Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.989Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.989Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-30T09:59:08.989Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-30T09:59:08.989Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:08.989Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:08.990Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-30T09:59:08.990Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-30T09:59:08.990Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:59:08.990Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:08.991Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:08.991Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-30T09:59:08.991Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-30T09:59:08.991Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-30T09:59:08.991Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:08.992Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:08.992Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:08.992Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:08.992Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:08.992Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:08.993Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:08.993Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:08.993Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:08.993Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:08.993Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c003c3e1-6d5a-4512-a5e5-e9745aef684d Model Version:NULL Model InvariantUuid:532163a2-62e9-468d-ba3d-2c50f1dd01b3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-30T09:59:09.000Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: ec7787d8-af9e-4167-a1c7-bf5a60410724 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:59:09.007Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||test-pnf 0 2021-08-30T09:59:09.007Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ec7787d8-af9e-4167-a1c7-bf5a60410724 2021-08-30T09:59:09.008Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c003c3e1-6d5a-4512-a5e5-e9745aef684d 2021-08-30T09:59:09.008Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c003c3e1-6d5a-4512-a5e5-e9745aef684d 2021-08-30T09:59:09.008Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ec7787d8-af9e-4167-a1c7-bf5a60410724 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T09:59:09.013Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:09.013Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:09.013Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c003c3e1-6d5a-4512-a5e5-e9745aef684d: test-pnf 2021-08-30T09:59:09.014Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||Processing PNF resource: ec7787d8-af9e-4167-a1c7-bf5a60410724 2021-08-30T09:59:09.014Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-30T09:59:09.014Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-30T09:59:09.014Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||Resource customization UUID: 7893b19b-0c3a-4d5c-85cb-575b37c8bcee is the same as notified resource customizationUUID: 7893b19b-0c3a-4d5c-85cb-575b37c8bcee Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-30T09:59:09.064Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ec7787d8-af9e-4167-a1c7-bf5a60410724 0 ASDC deployResourceStructure 2021-08-30T09:59:09.064Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-30T09:59:09.065Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-30T09:59:09.065Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-30T09:59:09.065Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T09:59:09.069Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T09:59:09.069Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317549064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T09:59:09.170Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-30T09:59:09.171Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-30T09:59:09.171Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T09:59:09.184Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:09.184Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-30T09:59:10.070Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:59:10.083Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:59:10.085Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:59:10.085Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:59:10.085Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:59:40.085Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T09:59:40.105Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T09:59:40.107Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T09:59:40.107Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T09:59:40.108Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T09:59:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T09:59:56.086Z||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-08-30T09:59:56.086Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T09:59:56.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T09:59:56.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T09:59:56.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T09:59:56.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:00:10.108Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T10:00:10.127Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T10:00:10.131Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T10:00:10.132Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T10:00:10.132Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T10:00:40.133Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T10:00:40.161Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T10:00:40.170Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T10:00:40.170Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T10:00:40.171Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T10:00:56.084Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:00:56.093Z||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-08-30T10:00:56.093Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:00:56.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:00:56.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:00:56.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "multicloud-k8s-id", "timestamp": 1630317527786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T10:00:56.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:10.171Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T10:01:10.184Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T10:01:10.186Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T10:01:10.186Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T10:01:10.187Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T10:01:40.187Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T10:01:40.213Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T10:01:40.215Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T10:01:40.215Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-30T10:01:40.215Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-30T10:01:56.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:01:56.089Z||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-08-30T10:01:56.089Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:01:56.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:01:56.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317528555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317539985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T10:01:56.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:01:56.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317534181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317536072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317544814, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317545576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317545614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "aai-ml", "timestamp": 1630317546580, "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-08-30T10:01:56.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62369ee6-f29d-4d1f-999c-f05dbc8840ec 2021-08-30T10:01:56.632Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62369ee6-f29d-4d1f-999c-f05dbc8840ec 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-08-30T10:01:56.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317546647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-30T10:01:56.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:01:56.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317546930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T10:01:56.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:01:56.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317547348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T10:01:56.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:01:56.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630317547934, "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-08-30T10:01:56.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62369ee6-f29d-4d1f-999c-f05dbc8840ec 2021-08-30T10:01:56.652Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62369ee6-f29d-4d1f-999c-f05dbc8840ec 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-08-30T10:01:56.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "clamp", "timestamp": 1630317548353, "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-08-30T10:01:56.663Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62369ee6-f29d-4d1f-999c-f05dbc8840ec 2021-08-30T10:01:56.663Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62369ee6-f29d-4d1f-999c-f05dbc8840ec 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-08-30T10:01:56.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-30T10:01:56.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317549064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-30T10:01:56.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:02:10.216Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-30T10:02:10.227Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-30T10:02:10.232Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-30T10:02:10.232Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-30T10:02:10.232Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-30T10:02:10.232Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-30T10:02:10.233Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T10:02:10.233Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T10:02:10.233Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T10:02:10.233Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T10:02:10.233Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T10:02:10.235Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T10:02:10.236Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-30T10:02:10.236Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-30T10:02:10.242Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-30T10:02:40.243Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec 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-08-30T10:02:40.253Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62369ee6-f29d-4d1f-999c-f05dbc8840ec and serviceModelVersionId: c003c3e1-6d5a-4512-a5e5-e9745aef684d 2021-08-30T10:02:40.253Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 532163a2-62e9-468d-ba3d-2c50f1dd01b3 2021-08-30T10:02:40.255Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0 2021-08-30T10:02:40.273Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-30T10:02:40.347Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0|INFO|500||Invoke 2021-08-30T10:02:40.347Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62369ee6-f29d-4d1f-999c-f05dbc8840ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e06ee9a0-e8e1-4d19-9c49-87a09734cd06], X-ECOMP-RequestID=[62369ee6-f29d-4d1f-999c-f05dbc8840ec], X-TransactionId=[], X-ONAP-RequestID=[62369ee6-f29d-4d1f-999c-f05dbc8840ec], Content-Type=[application/merge-patch+json]} 2021-08-30T10:02:40.394Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-30T10:02:40.658Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210830-10:02:40:412-56887], vertex-id=[233672], Content-Length=[0], Date=[Mon, 30 Aug 2021 10:02:40 GMT], Content-Type=[application/json]} 2021-08-30T10:02:40.659Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-30T10:02:40.660Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/532163a2-62e9-468d-ba3d-2c50f1dd01b3/model-vers/model-ver/c003c3e1-6d5a-4512-a5e5-e9745aef684d?depth=0|INFO|500||InvokeReturn 2021-08-30T10:02:40.661Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-30T10:02:40.668Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-30T10:02:40.676Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-30T10:02:40.678Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62369ee6-f29d-4d1f-999c-f05dbc8840ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-30T10:02:40.678Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-30T10:02:40.679Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-30T10:02:40.684Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-30T10:02:40.684Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317760678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T10:02:40.784Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-30T10:02:40.785Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-30T10:02:40.785Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ... 2021-08-30T10:02:40.799Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:02:40.800Z||pool-107-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-08-30T10:02:41.710Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:02:41.712Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T10:02:41.713Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T10:02:51.940Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:02:51.941Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:02:51.942Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T10:02:51.942Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T10:02:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:02:56.085Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T10:02:56.085Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:02:56.710Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:02:56.711Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-30T10:02:56.711Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62369ee6-f29d-4d1f-999c-f05dbc8840ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630317760678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-30T10:02:56.712Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-30T10:03:01.489Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:03:01.492Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:03:01.493Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T10:03:01.493Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T10:03:11.032Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:03:11.033Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:03:11.034Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-30T10:03:11.034Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ... 2021-08-30T10:03:20.575Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:03:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:03:56.076Z||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-08-30T10:03:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:03:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:03:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T10:03:56.084Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:04:05.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:04:05.643Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:04:56.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:04:56.081Z||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-08-30T10:04:56.081Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:04:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:04:56.084Z||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-08-30T10:04:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:05:05.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:05:05.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:05:56.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:05:56.084Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:05:56.086Z||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-08-30T10:05:56.086Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:05:56.086Z||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-08-30T10:05:56.087Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:06:05.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:06:05.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:06:56.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:06:56.081Z||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-08-30T10:06:56.081Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:06:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:06:56.084Z||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-08-30T10:06:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:07:05.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:07:05.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:07:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:07:56.075Z||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-08-30T10:07:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:07:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:07:56.083Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T10:07:56.084Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:08:05.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:08:05.645Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:08:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:08:56.075Z||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-08-30T10:08:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:08:56.083Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:08:56.084Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T10:08:56.084Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:09:05.630Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:09:05.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:09:56.071Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:09:56.073Z||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-08-30T10:09:56.073Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:09:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:09:56.084Z||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-08-30T10:09:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:10:05.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:10:05.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:10:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:10:56.074Z||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-08-30T10:10:56.074Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:10:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:10:56.083Z||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-08-30T10:10:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:11:05.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:11:05.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:11:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:11:56.077Z||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-08-30T10:11:56.078Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:11:56.085Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:11:56.090Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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-08-30T10:11:56.091Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:12:05.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:12:05.639Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:12:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:12:56.074Z||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-08-30T10:12:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:12:56.087Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:12:56.088Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|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-08-30T10:12:56.088Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:13:05.640Z|62369ee6-f29d-4d1f-999c-f05dbc8840ec|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:13:05.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:13:56.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:13:56.076Z||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-08-30T10:13:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:13:56.083Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:13:56.084Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T10:13:56.084Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:14:05.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:14:05.642Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:14:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:14:56.076Z||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-08-30T10:14:56.076Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:14:56.083Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:14:56.084Z|890bf145-11f3-4535-a543-e13b44a040f9|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-08-30T10:14:56.084Z|890bf145-11f3-4535-a543-e13b44a040f9|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 vVxR0BwxjColsjXN) ... 2021-08-30T10:15:05.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:15:05.653Z|890bf145-11f3-4535-a543-e13b44a040f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:15:56.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:15:56.075Z||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-08-30T10:15:56.075Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:15:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-30T10:15:56.084Z||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-08-30T10:15:56.084Z||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 vVxR0BwxjColsjXN) ... 2021-08-30T10:16:05.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-30T10:16:05.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK